2024-03-30T04:14:22.984 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-30T04:14:22.984 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200 --verbose --description orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} --name cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi --owner scheduled_cbodley@teuthology -- /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200/orig.config.yaml 2024-03-30T04:14:23.015 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-30T04:14:23.093 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200 branch: main description: orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: null first_in_suite: false job_id: '7629200' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 workunit: branch: wip-qa-quincy-upgrade-distro sha1: 7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755 owner: scheduled_cbodley@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 0 sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 sleep_before_teardown: 0 suite: orch:cephadm:upgrade suite_branch: wip-qa-quincy-upgrade-distro suite_path: /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa suite_relpath: qa suite_repo: https://github.com/cbodley/ceph.git suite_sha1: 7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755 targets: smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIwJdKsS8zUsSqqXHMFxVzFrnu+bFciELwBa9g4pbkGNNljsBHSY20VsBeAbnCBkAw6iqRTcwSVr5IfB972cPPw= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCNq+aCfD/IffhCW+XPtvy7qbALCYLxUTUqhUe4OxtcsAYcj4IUEnrUf/XUe06FDOTIiEx8SGrWsF+na49qiRn4= 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: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-29_16:19:09 tube: smithi user: cbodley verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-30T04:14:23.094 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa; will attempt to use it 2024-03-30T04:14:23.094 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa/tasks 2024-03-30T04:14:23.094 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-30T04:14:23.096 INFO:teuthology.task.internal:Checking packages... 2024-03-30T04:14:23.124 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd82c9aa17f09785fe698d262f9601d87bb79f962' 2024-03-30T04:14:23.124 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-30T04:14:23.124 INFO:teuthology.packaging:ref: None 2024-03-30T04:14:23.124 INFO:teuthology.packaging:tag: None 2024-03-30T04:14:23.124 INFO:teuthology.packaging:branch: main 2024-03-30T04:14:23.124 INFO:teuthology.packaging:sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:14:23.124 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-03-30T04:14:23.366 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2544-g8d7564a2-1jammy 2024-03-30T04:14:23.367 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-30T04:14:23.374 INFO:teuthology.task.internal:no buildpackages task found 2024-03-30T04:14:23.374 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-30T04:14:23.381 INFO:teuthology.task.internal:Saving configuration 2024-03-30T04:14:23.393 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-30T04:14:23.399 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:14:23.421 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200', '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-03-30 04:08:50.556265', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBgXx77q1nGXHUGKFqzS9w8IjehHieb+rKI6QTFIVg+N'} 2024-03-30T04:14:23.439 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200', '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-03-30 04:08:50.558217', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIPUL8Ii+HxnR/2Ds9DPHSyFXI8rxmRPOgsMYRpRyLum'} 2024-03-30T04:14:23.439 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-30T04:14:23.445 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-03-30T04:14:23.445 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-03-30T04:14:23.446 INFO:teuthology.run_tasks:Running task console_log... 2024-03-30T04:14:23.524 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f12574fd160>, signals=[15]) 2024-03-30T04:14:23.524 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-30T04:14:23.534 INFO:teuthology.task.internal:Opening connections... 2024-03-30T04:14:23.534 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2024-03-30T04:14:23.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:14:23.616 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-03-30T04:14:23.617 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:14:23.693 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-30T04:14:23.700 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2024-03-30T04:14:23.705 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2024-03-30T04:14:23.705 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2024-03-30T04:14:23.751 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-30T04:14:23.751 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2024-03-30T04:14:23.751 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="22.04" 2024-03-30T04:14:23.751 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=jammy 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-30T04:14:23.752 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=jammy 2024-03-30T04:14:23.753 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2024-03-30T04:14:23.780 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-03-30T04:14:23.785 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-03-30T04:14:23.785 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-03-30T04:14:23.830 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Ubuntu" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="22.04" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_CODENAME=jammy 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:ID=ubuntu 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE=debian 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-30T04:14:23.831 INFO:teuthology.orchestra.run.smithi196.stdout:UBUNTU_CODENAME=jammy 2024-03-30T04:14:23.832 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-03-30T04:14:23.855 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-30T04:14:23.864 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-30T04:14:23.870 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-30T04:14:23.871 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2024-03-30T04:14:23.874 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-03-30T04:14:23.878 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-30T04:14:23.884 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-30T04:14:23.884 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2024-03-30T04:14:23.921 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-03-30T04:14:23.936 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-30T04:14:23.984 INFO:teuthology.run_tasks:Running task kernel... 2024-03-30T04:14:24.000 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-30T04:14:24.000 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-30T04:14:24.001 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-30T04:14:24.001 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-30T04:14:24.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:14:24.006 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-03-30T04:14:24.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:14:24.007 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-03-30T04:14:24.051 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-56-generic 2024-03-30T04:14:24.051 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.15.0-56-generic 2024-03-30T04:14:24.051 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-03-30T04:14:24.057 INFO:teuthology.orchestra.run.smithi196.stdout:5.15.0-56-generic 2024-03-30T04:14:24.057 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.15.0-56-generic 2024-03-30T04:14:24.057 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-03-30T04:14:24.187 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-03-30T04:14:24.191 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-03-30T04:14:24.323 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:14:24.352 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-30T04:14:24.428 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-30T04:14:24.440 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-30T04:14:24.473 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:14:24.473 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-30T04:14:24.522 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-30T04:14:24.574 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-03-30T04:14:24.723 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-03-30T04:14:24.735 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-03-30T04:14:24.739 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-30T04:14:24.740 INFO:teuthology.orchestra.run.smithi196.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-03-30T04:14:24.776 INFO:teuthology.orchestra.run.smithi196.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-30T04:14:24.777 INFO:teuthology.orchestra.run.smithi196.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-03-30T04:14:24.787 INFO:teuthology.orchestra.run.smithi196.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:14:24.787 INFO:teuthology.orchestra.run.smithi196.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-03-30T04:14:24.812 INFO:teuthology.orchestra.run.smithi196.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-03-30T04:14:24.820 INFO:teuthology.orchestra.run.smithi196.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-03-30T04:14:24.822 INFO:teuthology.orchestra.run.smithi196.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-30T04:14:24.826 INFO:teuthology.orchestra.run.smithi196.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-03-30T04:14:24.846 INFO:teuthology.orchestra.run.smithi196.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-03-30T04:14:24.849 INFO:teuthology.orchestra.run.smithi196.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-03-30T04:14:24.849 INFO:teuthology.orchestra.run.smithi196.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-30T04:14:24.849 INFO:teuthology.orchestra.run.smithi196.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-30T04:14:24.850 INFO:teuthology.orchestra.run.smithi196.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-30T04:14:24.851 INFO:teuthology.orchestra.run.smithi196.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-30T04:14:24.854 INFO:teuthology.orchestra.run.smithi196.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-30T04:14:24.854 INFO:teuthology.orchestra.run.smithi196.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-30T04:14:24.855 INFO:teuthology.orchestra.run.smithi196.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-30T04:14:24.864 INFO:teuthology.orchestra.run.smithi196.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-03-30T04:14:24.873 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-30T04:14:24.883 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-03-30T04:14:24.884 INFO:teuthology.orchestra.run.smithi196.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-30T04:14:24.884 INFO:teuthology.orchestra.run.smithi196.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-30T04:14:25.011 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-03-30T04:14:25.145 INFO:teuthology.orchestra.run.smithi196.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-03-30T04:14:25.180 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-03-30T04:14:25.209 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-03-30T04:14:25.310 INFO:teuthology.orchestra.run.smithi196.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-03-30T04:14:25.323 INFO:teuthology.orchestra.run.smithi196.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-30T04:14:25.323 INFO:teuthology.orchestra.run.smithi196.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-03-30T04:14:25.346 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-03-30T04:14:25.354 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-03-30T04:14:25.358 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-30T04:14:25.358 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-03-30T04:14:25.370 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-30T04:14:25.371 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-03-30T04:14:25.404 INFO:teuthology.orchestra.run.smithi196.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-30T04:14:25.405 INFO:teuthology.orchestra.run.smithi196.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-03-30T04:14:25.413 INFO:teuthology.orchestra.run.smithi196.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:14:25.413 INFO:teuthology.orchestra.run.smithi196.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-30T04:14:25.432 INFO:teuthology.orchestra.run.smithi196.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-03-30T04:14:25.439 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-30T04:14:25.440 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-03-30T04:14:25.473 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:14:25.474 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-30T04:14:25.474 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-30T04:14:25.474 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-03-30T04:14:25.477 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:14:25.484 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-03-30T04:14:25.613 INFO:teuthology.orchestra.run.smithi196.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-03-30T04:14:25.641 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-03-30T04:14:25.662 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-03-30T04:14:26.021 INFO:teuthology.orchestra.run.smithi196.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-30T04:14:26.027 INFO:teuthology.orchestra.run.smithi196.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-30T04:14:26.028 INFO:teuthology.orchestra.run.smithi196.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-30T04:14:26.041 INFO:teuthology.orchestra.run.smithi196.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-30T04:14:26.044 INFO:teuthology.orchestra.run.smithi196.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-30T04:14:26.066 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-30T04:14:26.072 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-30T04:14:26.085 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-30T04:14:26.086 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-30T04:14:26.088 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-30T04:14:26.268 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-03-30T04:14:26.306 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-03-30T04:14:26.319 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-30T04:14:26.320 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-03-30T04:14:26.323 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-03-30T04:14:26.323 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-03-30T04:14:26.324 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-30T04:14:26.324 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-30T04:14:26.350 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-30T04:14:26.354 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-30T04:14:26.518 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-30T04:14:26.601 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-30T04:14:26.682 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-30T04:14:26.764 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-30T04:14:26.793 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-30T04:14:30.600 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 12.6 MB in 2s (6,757 kB/s) 2024-03-30T04:14:31.172 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 12.6 MB in 3s (4,967 kB/s) 2024-03-30T04:14:31.987 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-30T04:14:32.005 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:14:32.065 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-30T04:14:32.263 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-03-30T04:14:32.264 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-03-30T04:14:32.426 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:14:32.426 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:14:32.426 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:14:32.427 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:14:32.427 INFO:teuthology.orchestra.run.smithi196.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-30T04:14:32.427 INFO:teuthology.orchestra.run.smithi196.stdout: python2.7-minimal 2024-03-30T04:14:32.427 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:14:32.428 INFO:teuthology.orchestra.run.smithi196.stdout:The following additional packages will be installed: 2024-03-30T04:14:32.428 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:14:32.428 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-30T04:14:32.428 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-30T04:14:32.429 INFO:teuthology.orchestra.run.smithi196.stdout:Suggested packages: 2024-03-30T04:14:32.429 INFO:teuthology.orchestra.run.smithi196.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-30T04:14:32.429 INFO:teuthology.orchestra.run.smithi196.stdout:Recommended packages: 2024-03-30T04:14:32.430 INFO:teuthology.orchestra.run.smithi196.stdout: thermald 2024-03-30T04:14:32.478 INFO:teuthology.orchestra.run.smithi196.stdout:The following NEW packages will be installed: 2024-03-30T04:14:32.478 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:14:32.478 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-30T04:14:32.479 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-30T04:14:32.480 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages will be upgraded: 2024-03-30T04:14:32.480 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-30T04:14:32.538 INFO:teuthology.orchestra.run.smithi196.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:14:32.538 INFO:teuthology.orchestra.run.smithi196.stdout:Need to get 113 MB of archives. 2024-03-30T04:14:32.538 INFO:teuthology.orchestra.run.smithi196.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-30T04:14:32.538 INFO:teuthology.orchestra.run.smithi196.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-30T04:14:32.555 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-30T04:14:32.574 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:14:32.633 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-30T04:14:32.829 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-03-30T04:14:32.830 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-03-30T04:14:32.996 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:14:32.996 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:14:32.996 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:14:32.997 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:14:32.997 INFO:teuthology.orchestra.run.smithi194.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-30T04:14:32.997 INFO:teuthology.orchestra.run.smithi194.stdout: python2.7-minimal 2024-03-30T04:14:32.998 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:14:32.998 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-03-30T04:14:32.998 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:14:32.998 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-30T04:14:32.999 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-30T04:14:33.000 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-03-30T04:14:33.000 INFO:teuthology.orchestra.run.smithi194.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-30T04:14:33.000 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-03-30T04:14:33.000 INFO:teuthology.orchestra.run.smithi194.stdout: thermald 2024-03-30T04:14:33.035 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-30T04:14:33.056 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-03-30T04:14:33.056 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:14:33.056 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-30T04:14:33.057 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-30T04:14:33.058 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages will be upgraded: 2024-03-30T04:14:33.058 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-30T04:14:33.125 INFO:teuthology.orchestra.run.smithi194.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:14:33.125 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 113 MB of archives. 2024-03-30T04:14:33.125 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-30T04:14:33.125 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-30T04:14:33.137 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-30T04:14:33.792 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-30T04:14:33.990 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-30T04:14:34.363 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-30T04:14:34.363 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-30T04:14:34.363 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-30T04:14:34.628 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-30T04:14:34.696 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-30T04:14:35.058 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-30T04:14:35.059 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-30T04:14:35.059 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-30T04:14:35.062 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 113 MB in 2s (51.2 MB/s) 2024-03-30T04:14:35.227 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-30T04:14:35.383 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-30T04:14:35.444 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-30T04:14:35.861 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 113 MB in 2s (47.6 MB/s) 2024-03-30T04:14:36.027 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-30T04:14:37.150 INFO:teuthology.orchestra.run.smithi196.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-03-30T04:14:37.154 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:37.249 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:37.947 INFO:teuthology.orchestra.run.smithi194.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-03-30T04:14:37.951 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:38.057 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:39.333 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-30T04:14:39.354 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:39.440 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:40.144 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-30T04:14:40.164 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:40.208 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-30T04:14:40.229 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:40.316 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:40.511 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:40.736 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-30T04:14:40.756 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:40.786 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:46.809 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:14:46.961 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:14:47.303 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:14:47.433 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:14:47.566 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:14:47.719 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:14:47.719 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-30T04:14:47.742 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-30T04:14:47.786 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:14:48.001 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:14:48.105 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:14:48.450 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-30T04:14:48.472 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-30T04:14:48.517 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:14:53.737 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-30T04:14:53.774 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:53.811 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:54.482 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-30T04:14:54.519 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:14:54.557 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:56.507 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:14:56.640 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:14:56.981 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:14:57.086 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:57.183 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:14:57.212 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-30T04:14:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:14:57.341 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:57.642 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:14:57.771 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:57.897 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-30T04:14:58.009 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:14:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-30T04:14:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:14:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-30T04:14:58.852 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:14:59.359 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:14:59.359 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-30T04:14:59.359 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:14:59.359 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-30T04:14:59.528 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:00.553 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:01.003 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:01.938 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-30T04:15:02.064 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-30T04:15:02.192 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:02.266 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-30T04:15:02.266 INFO:teuthology.orchestra.run.smithi196.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:02.371 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-30T04:15:02.497 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-30T04:15:02.615 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:02.679 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-30T04:15:02.679 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:17.024 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-30T04:15:17.024 INFO:teuthology.orchestra.run.smithi196.stdout:Sourcing file `/etc/default/grub' 2024-03-30T04:15:17.035 INFO:teuthology.orchestra.run.smithi196.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:15:17.052 INFO:teuthology.orchestra.run.smithi196.stdout:Generating grub configuration file ... 2024-03-30T04:15:17.162 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-30T04:15:17.162 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2024-03-30T04:15:17.183 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:15:17.197 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2024-03-30T04:15:17.319 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:15:17.343 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:17.448 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:15:17.466 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:17.614 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:15:17.619 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:15:17.691 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:15:17.697 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:15:17.818 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:15:17.824 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:15:17.845 INFO:teuthology.orchestra.run.smithi196.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:15:17.845 INFO:teuthology.orchestra.run.smithi196.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:15:17.845 INFO:teuthology.orchestra.run.smithi196.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:15:17.885 INFO:teuthology.orchestra.run.smithi196.stdout:done 2024-03-30T04:15:17.895 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:15:17.901 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:15:18.070 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:15:18.070 INFO:teuthology.orchestra.run.smithi194.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:15:18.070 INFO:teuthology.orchestra.run.smithi194.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:15:18.114 INFO:teuthology.orchestra.run.smithi194.stdout:done 2024-03-30T04:15:18.371 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 21 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-03-30T04:15:18.392 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 5.15.0.101.98 2024-03-30T04:15:18.393 INFO:teuthology.orchestra.run.smithi196.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:15:18.393 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:15:18.393 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-03-30T04:15:18.393 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-03-30T04:15:18.393 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:15:18.393 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-03-30T04:15:18.393 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-30T04:15:18.393 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-30T04:15:18.393 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-30T04:15:18.394 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-03-30T04:15:18.394 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2024-03-30T04:15:18.394 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-03-30T04:15:18.586 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-03-30T04:15:18.601 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.101.98 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:15:18.625 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-03-30T04:15:18.626 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-03-30T04:15:18.626 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:15:18.626 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-03-30T04:15:18.626 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-30T04:15:18.626 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-30T04:15:18.626 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-30T04:15:18.626 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-03-30T04:15:18.626 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2024-03-30T04:15:18.626 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-03-30T04:15:18.834 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-03-30T04:15:18.869 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-30T04:15:18.869 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:15:18.927 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-30T04:15:19.009 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-30T04:15:19.093 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-30T04:15:19.093 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:15:19.165 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-30T04:15:19.247 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-30T04:15:20.226 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-30T04:15:20.245 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:15:20.302 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-03-30T04:15:20.481 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-30T04:15:20.500 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:15:20.501 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-03-30T04:15:20.501 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-03-30T04:15:20.559 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-03-30T04:15:20.663 INFO:teuthology.orchestra.run.smithi196.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-30T04:15:20.663 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:15:20.663 INFO:teuthology.orchestra.run.smithi196.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:15:20.663 INFO:teuthology.orchestra.run.smithi196.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:15:20.663 INFO:teuthology.orchestra.run.smithi196.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:15:20.664 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-30T04:15:20.664 INFO:teuthology.orchestra.run.smithi196.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-30T04:15:20.664 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:15:20.700 INFO:teuthology.orchestra.run.smithi196.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:15:20.702 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 21 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 5.15.0.101.98 2024-03-30T04:15:20.717 INFO:teuthology.orchestra.run.smithi196.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:15:20.718 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:15:20.718 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-03-30T04:15:20.718 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-03-30T04:15:20.718 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:15:20.718 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-03-30T04:15:20.718 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2024-03-30T04:15:20.756 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-03-30T04:15:20.756 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-03-30T04:15:20.765 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.xWyojh6WKg 2024-03-30T04:15:20.766 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xWyojh6WKg 2024-03-30T04:15:20.817 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.xWyojh6WKg 2024-03-30T04:15:20.920 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-30T04:15:20.921 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:15:20.921 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:15:20.921 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:15:20.921 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:15:20.921 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-30T04:15:20.921 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-30T04:15:20.922 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:15:20.934 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.xWyojh6WKg is 10KB 2024-03-30T04:15:20.948 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.xWyojh6WKg 2024-03-30T04:15:20.953 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-30T04:15:20.960 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:15:20.962 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-03-30T04:15:21.005 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:15:21.006 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-30T04:15:21.006 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-30T04:15:21.020 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-03-30T04:15:21.020 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-03-30T04:15:21.020 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-03-30T04:15:21.020 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-03-30T04:15:21.020 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-03-30T04:15:21.020 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:15:21.020 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.101.98 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:15:21.021 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-03-30T04:15:21.022 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2024-03-30T04:15:21.069 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.1oMDsNrlal 2024-03-30T04:15:21.070 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1oMDsNrlal 2024-03-30T04:15:21.073 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-30T04:15:21.073 DEBUG:teuthology.orchestra.run.smithi196:> sudo update-grub 2024-03-30T04:15:21.126 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.1oMDsNrlal 2024-03-30T04:15:21.238 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.1oMDsNrlal is 10KB 2024-03-30T04:15:21.251 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.1oMDsNrlal 2024-03-30T04:15:21.257 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-30T04:15:21.309 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:15:21.309 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-30T04:15:21.309 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-30T04:15:21.380 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-30T04:15:21.380 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2024-03-30T04:15:22.226 INFO:teuthology.orchestra.run.smithi196.stderr:Sourcing file `/etc/default/grub' 2024-03-30T04:15:22.227 INFO:teuthology.orchestra.run.smithi196.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:15:22.229 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2024-03-30T04:15:22.432 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:15:22.438 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:22.585 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2024-03-30T04:15:22.586 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:15:22.588 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2024-03-30T04:15:22.698 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:15:22.704 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:15:22.744 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:15:22.749 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:15:22.768 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:15:22.774 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:22.878 INFO:teuthology.orchestra.run.smithi196.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:15:22.878 INFO:teuthology.orchestra.run.smithi196.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:15:22.878 INFO:teuthology.orchestra.run.smithi196.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:15:22.890 INFO:teuthology.orchestra.run.smithi196.stderr:done 2024-03-30T04:15:22.900 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2024-03-30T04:15:23.033 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:15:23.038 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:15:23.079 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:15:23.085 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:15:23.204 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:15:23.204 INFO:teuthology.orchestra.run.smithi194.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:15:23.204 INFO:teuthology.orchestra.run.smithi194.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:15:23.219 INFO:teuthology.orchestra.run.smithi194.stderr:done 2024-03-30T04:15:23.221 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2024-03-30T04:15:52.932 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-03-30T04:15:52.933 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-30T04:15:52.933 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:15:53.225 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-03-30T04:15:53.225 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-30T04:15:53.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:16:11.298 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-03-30T04:16:11.550 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-03-30T04:16:20.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-30T04:16:20.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:16:20.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-30T04:16:20.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:16:23.358 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-03-30T04:16:23.614 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-03-30T04:16:35.368 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-30T04:16:35.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:16:35.616 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-30T04:16:35.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:16:54.046 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-03-30T04:17:07.141 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-03-30T04:17:07.983 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-30T04:17:07.983 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.15.0-101-generic"... 2024-03-30T04:17:07.984 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-03-30T04:17:08.030 INFO:teuthology.orchestra.run.smithi196.stdout:5.15.0-101-generic 2024-03-30T04:17:08.030 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-30T04:17:08.030 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-30T04:17:08.030 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-30T04:17:09.031 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-03-30T04:17:09.032 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-30T04:17:09.047 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-30T04:17:09.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:17:09.132 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-03-30T04:17:09.151 DEBUG:teuthology.parallel:result is None 2024-03-30T04:17:09.332 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-03-30T04:17:10.237 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-30T04:17:10.237 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.15.0-101-generic"... 2024-03-30T04:17:10.237 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-03-30T04:17:10.285 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-101-generic 2024-03-30T04:17:10.285 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-30T04:17:10.285 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-30T04:17:10.285 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-30T04:17:11.286 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-03-30T04:17:11.286 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-30T04:17:11.375 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2024-03-30T04:17:11.406 DEBUG:teuthology.parallel:result is None 2024-03-30T04:17:11.407 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-30T04:17:11.415 INFO:teuthology.task.internal:Creating test directory... 2024-03-30T04:17:11.415 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-30T04:17:11.417 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-30T04:17:11.423 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-30T04:17:11.431 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-30T04:17:11.440 INFO:teuthology.task.internal:Creating archive directory... 2024-03-30T04:17:11.440 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-30T04:17:11.466 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-30T04:17:11.576 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-30T04:17:11.588 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-30T04:17:11.588 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-30T04:17:11.591 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-30T04:17:11.611 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:17:11.611 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:17:11.619 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:17:11.621 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:17:11.623 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-30T04:17:11.634 INFO:teuthology.task.internal:Configuring sudo... 2024-03-30T04:17:11.634 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-30T04:17:11.666 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-30T04:17:11.686 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-30T04:17:11.700 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-30T04:17:11.700 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-30T04:17:11.722 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-30T04:17:11.733 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-30T04:17:11.773 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-30T04:17:11.821 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:17:11.821 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-30T04:17:11.883 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-30T04:17:11.889 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-30T04:17:11.938 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:17:11.938 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-30T04:17:12.006 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2024-03-30T04:17:12.009 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-03-30T04:17:12.084 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-30T04:17:12.096 INFO:teuthology.task.internal:Starting timer... 2024-03-30T04:17:12.096 INFO:teuthology.run_tasks:Running task pcp... 2024-03-30T04:17:12.116 INFO:teuthology.run_tasks:Running task selinux... 2024-03-30T04:17:12.129 DEBUG:teuthology.task.selinux:Excluding smithi194: OS 'ubuntu' does not support SELinux 2024-03-30T04:17:12.129 DEBUG:teuthology.task.selinux:Excluding smithi196: OS 'ubuntu' does not support SELinux 2024-03-30T04:17:12.130 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-30T04:17:12.130 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-30T04:17:12.130 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-30T04:17:12.130 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-30T04:17:12.151 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-30T04:17:12.169 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-30T04:17:12.171 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi194.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-30T04:24:20.544 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi194.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-03-30T04:24:20.546 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-30T04:24:20.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:24:20.629 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-03-30T04:24:20.702 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-03-30T04:24:20.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-30T04:24:20.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:24:20.785 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-03-30T04:24:20.862 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-03-30T04:24:20.862 INFO:teuthology.run_tasks:Running task clock... 2024-03-30T04:24:20.873 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-30T04:24:20.873 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-30T04:24:20.874 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:24:20.876 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-30T04:24:20.876 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:24:20.901 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-30T04:24:20.901 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Command line: ntpd -gq 2024-03-30T04:24:20.901 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: ---------------------------------------------------- 2024-03-30T04:24:20.902 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: ntp-4 is maintained by Network Time Foundation, 2024-03-30T04:24:20.902 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-30T04:24:20.902 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: corporation. Support and training for ntp-4 are 2024-03-30T04:24:20.902 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: available at https://www.nwtime.org/support 2024-03-30T04:24:20.902 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: ---------------------------------------------------- 2024-03-30T04:24:20.903 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: proto: precision = 0.043 usec (-24) 2024-03-30T04:24:20.903 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: basedate set to 2022-02-04 2024-03-30T04:24:20.903 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: gps base set to 2022-02-06 (week 2196) 2024-03-30T04:24:20.903 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:24:20.903 INFO:teuthology.orchestra.run.smithi194.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:24:20.903 INFO:teuthology.orchestra.run.smithi194.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Listen and drop on 0 v6wildcard [::]:123 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Listen normally on 2 lo 127.0.0.1:123 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Listen normally on 3 enp3s0f1 172.21.15.194:123 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Listen normally on 4 lo [::1]:123 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea5%5]:123 2024-03-30T04:24:20.905 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:20 ntpd[17198]: Listening on routing socket on fd #22 for interface updates 2024-03-30T04:24:20.931 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-30T04:24:20.931 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Command line: ntpd -gq 2024-03-30T04:24:20.931 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: ---------------------------------------------------- 2024-03-30T04:24:20.931 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: ntp-4 is maintained by Network Time Foundation, 2024-03-30T04:24:20.932 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-30T04:24:20.932 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: corporation. Support and training for ntp-4 are 2024-03-30T04:24:20.932 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: available at https://www.nwtime.org/support 2024-03-30T04:24:20.932 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: ---------------------------------------------------- 2024-03-30T04:24:20.932 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: proto: precision = 0.044 usec (-24) 2024-03-30T04:24:20.932 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: basedate set to 2022-02-04 2024-03-30T04:24:20.932 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: gps base set to 2022-02-06 (week 2196) 2024-03-30T04:24:20.933 INFO:teuthology.orchestra.run.smithi196.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:24:20.933 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:24:20.933 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:24:20.934 INFO:teuthology.orchestra.run.smithi196.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:24:20.935 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Listen and drop on 0 v6wildcard [::]:123 2024-03-30T04:24:20.935 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-30T04:24:20.935 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Listen normally on 2 lo 127.0.0.1:123 2024-03-30T04:24:20.935 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Listen normally on 3 enp3s0f1 172.21.15.196:123 2024-03-30T04:24:20.935 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Listen normally on 4 lo [::1]:123 2024-03-30T04:24:20.935 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f47%5]:123 2024-03-30T04:24:20.936 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:20 ntpd[17160]: Listening on routing socket on fd #22 for interface updates 2024-03-30T04:24:21.902 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:21 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:21.902 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:21 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:21.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:21.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:21.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:21.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:21.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:21.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:21 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:23.902 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:23.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:23 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:23.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:23.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:23 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:25.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:25.905 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:25 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:25.934 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.935 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:25.936 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:25.937 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:25 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:27.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:27.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:27 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:27.932 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:27.933 INFO:teuthology.orchestra.run.smithi196.stdout:30 Mar 04:24:27 ntpd[17160]: ntpd: time slew -0.001275 s 2024-03-30T04:24:27.933 INFO:teuthology.orchestra.run.smithi196.stdout:ntpd: time slew -0.001275s 2024-03-30T04:24:27.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:27.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:27.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-30T04:24:27.933 INFO:teuthology.orchestra.run.smithi196.stderr:30 Mar 04:24:27 ntpd[17160]: can't open /var/log/ntpstats/loopstats.20240330: Permission denied 2024-03-30T04:24:28.042 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:24:28.042 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-03-30T04:24:28.042 INFO:teuthology.orchestra.run.smithi196.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:28.042 INFO:teuthology.orchestra.run.smithi196.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:28.043 INFO:teuthology.orchestra.run.smithi196.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:28.043 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:29.902 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:24:29.903 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:24:29.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:24:29.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:24:29.904 INFO:teuthology.orchestra.run.smithi194.stdout:30 Mar 04:24:29 ntpd[17198]: ntpd: time slew -0.000430 s 2024-03-30T04:24:29.904 INFO:teuthology.orchestra.run.smithi194.stdout:ntpd: time slew -0.000430s 2024-03-30T04:24:29.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-30T04:24:29.904 INFO:teuthology.orchestra.run.smithi194.stderr:30 Mar 04:24:29 ntpd[17198]: can't open /var/log/ntpstats/loopstats.20240330: Permission denied 2024-03-30T04:24:29.959 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:24:29.959 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-03-30T04:24:29.960 INFO:teuthology.orchestra.run.smithi194.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:29.960 INFO:teuthology.orchestra.run.smithi194.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:29.960 INFO:teuthology.orchestra.run.smithi194.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:29.960 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:24:29.960 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-30T04:24:30.062 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd82c9aa17f09785fe698d262f9601d87bb79f962'} 2024-03-30T04:24:30.062 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-03-30T04:24:30.063 INFO:tasks.cephadm:Cluster fsid is 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:24:30.063 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-30T04:24:30.063 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.194', 'mon.c': '[v2:172.21.15.194:3301,v1:172.21.15.194:6790]', 'mon.b': '172.21.15.196'} 2024-03-30T04:24:30.063 INFO:tasks.cephadm:First mon is mon.a on smithi194 2024-03-30T04:24:30.063 INFO:tasks.cephadm:First mgr is y 2024-03-30T04:24:30.064 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-30T04:24:30.064 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2024-03-30T04:24:30.079 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-03-30T04:24:30.094 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-03-30T04:24:30.094 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-30T04:24:30.368 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 30 04:24 /home/ubuntu/cephtest/cephadm 2024-03-30T04:24:30.369 DEBUG:teuthology.orchestra.run.smithi196:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-30T04:24:30.746 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 30 04:24 /home/ubuntu/cephtest/cephadm 2024-03-30T04:24:30.746 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-30T04:24:30.754 DEBUG:teuthology.orchestra.run.smithi196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-30T04:24:30.772 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-03-30T04:24:30.772 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-30T04:24:30.800 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-30T04:24:30.956 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:24:30.958 INFO:teuthology.orchestra.run.smithi196.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:25:14.521 INFO:teuthology.orchestra.run.smithi196.stdout:{ 2024-03-30T04:25:14.522 INFO:teuthology.orchestra.run.smithi196.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-30T04:25:14.522 INFO:teuthology.orchestra.run.smithi196.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-30T04:25:14.522 INFO:teuthology.orchestra.run.smithi196.stdout: "repo_digests": [ 2024-03-30T04:25:14.522 INFO:teuthology.orchestra.run.smithi196.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-30T04:25:14.522 INFO:teuthology.orchestra.run.smithi196.stdout: ] 2024-03-30T04:25:14.522 INFO:teuthology.orchestra.run.smithi196.stdout:} 2024-03-30T04:25:14.559 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:25:14.559 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-30T04:25:14.559 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-30T04:25:14.559 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2024-03-30T04:25:14.559 INFO:teuthology.orchestra.run.smithi194.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-30T04:25:14.559 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2024-03-30T04:25:14.559 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:25:14.596 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2024-03-30T04:25:14.610 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2024-03-30T04:25:14.624 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2024-03-30T04:25:14.667 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2024-03-30T04:25:14.682 INFO:tasks.cephadm:Writing seed config... 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-30T04:25:14.683 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-30T04:25:14.684 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:25:14.684 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-30T04:25:14.719 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 = 66dbb888-ee4d-11ee-b647-cb9ed24678a4 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-30T04:25:14.719 DEBUG:teuthology.orchestra.run.smithi194:mon.a> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a.service 2024-03-30T04:25:14.768 DEBUG:teuthology.orchestra.run.smithi194:mgr.y> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service 2024-03-30T04:25:14.811 INFO:tasks.cephadm:Bootstrapping... 2024-03-30T04:25:14.812 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 --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.194 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:25:15.012 INFO:teuthology.orchestra.run.smithi194.stderr:-------------------------------------------------------------------------------- 2024-03-30T04:25:15.012 INFO:teuthology.orchestra.run.smithi194.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '66dbb888-ee4d-11ee-b647-cb9ed24678a4', '--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.194', '--skip-admin-label'] 2024-03-30T04:25:15.012 INFO:teuthology.orchestra.run.smithi194.stderr:Verifying podman|docker is present... 2024-03-30T04:25:15.013 INFO:teuthology.orchestra.run.smithi194.stderr:Verifying lvm2 is present... 2024-03-30T04:25:15.013 INFO:teuthology.orchestra.run.smithi194.stderr:Verifying time synchronization is in place... 2024-03-30T04:25:15.016 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-30T04:25:15.021 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.024 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-30T04:25:15.027 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.030 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: masked 2024-03-30T04:25:15.033 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.036 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-30T04:25:15.040 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.043 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: enabled 2024-03-30T04:25:15.046 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: active 2024-03-30T04:25:15.047 INFO:teuthology.orchestra.run.smithi194.stderr:Unit ntp.service is enabled and running 2024-03-30T04:25:15.047 INFO:teuthology.orchestra.run.smithi194.stderr:Repeating the final host check... 2024-03-30T04:25:15.047 INFO:teuthology.orchestra.run.smithi194.stderr:docker (/usr/bin/docker) is present 2024-03-30T04:25:15.047 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl is present 2024-03-30T04:25:15.047 INFO:teuthology.orchestra.run.smithi194.stderr:lvcreate is present 2024-03-30T04:25:15.050 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-30T04:25:15.053 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.056 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-30T04:25:15.059 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.062 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: masked 2024-03-30T04:25:15.065 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.068 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-30T04:25:15.071 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: inactive 2024-03-30T04:25:15.075 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: enabled 2024-03-30T04:25:15.077 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: active 2024-03-30T04:25:15.078 INFO:teuthology.orchestra.run.smithi194.stderr:Unit ntp.service is enabled and running 2024-03-30T04:25:15.078 INFO:teuthology.orchestra.run.smithi194.stderr:Host looks OK 2024-03-30T04:25:15.078 INFO:teuthology.orchestra.run.smithi194.stderr:Cluster fsid: 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:15.079 INFO:teuthology.orchestra.run.smithi194.stderr:Acquiring lock 140048079406464 on /run/cephadm/66dbb888-ee4d-11ee-b647-cb9ed24678a4.lock 2024-03-30T04:25:15.079 INFO:teuthology.orchestra.run.smithi194.stderr:Lock 140048079406464 acquired on /run/cephadm/66dbb888-ee4d-11ee-b647-cb9ed24678a4.lock 2024-03-30T04:25:15.079 INFO:teuthology.orchestra.run.smithi194.stderr:Verifying IP 172.21.15.194 port 3300 ... 2024-03-30T04:25:15.079 INFO:teuthology.orchestra.run.smithi194.stderr:Verifying IP 172.21.15.194 port 6789 ... 2024-03-30T04:25:15.079 INFO:teuthology.orchestra.run.smithi194.stderr:Base mon IP is 172.21.15.194, final addrv is [v2:172.21.15.194:3300,v1:172.21.15.194:6789] 2024-03-30T04:25:15.080 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-03-30T04:25:15.080 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.194 metric 100 2024-03-30T04:25:15.080 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.194 metric 100 2024-03-30T04:25:15.080 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-30T04:25:15.081 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.194 metric 100 2024-03-30T04:25:15.081 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.194 metric 100 2024-03-30T04:25:15.081 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.194 metric 100 2024-03-30T04:25:15.081 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.194 metric 100 2024-03-30T04:25:15.082 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-30T04:25:15.082 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-30T04:25:15.082 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1790sec pref medium 2024-03-30T04:25:15.084 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-30T04:25:15.084 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-03-30T04:25:15.084 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-30T04:25:15.084 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-30T04:25:15.085 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe88:7ea5/64 scope link 2024-03-30T04:25:15.085 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-30T04:25:15.085 INFO:teuthology.orchestra.run.smithi194.stderr:Mon IP `172.21.15.194` is in CIDR network `172.21.0.0/20` 2024-03-30T04:25:15.085 INFO:teuthology.orchestra.run.smithi194.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-30T04:25:15.086 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:25:15.451 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-03-30T04:25:15.571 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-03-30T04:25:15.572 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-03-30T04:25:15.604 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-03-30T04:25:16.494 INFO:teuthology.orchestra.run.smithi194.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-30T04:25:17.061 INFO:teuthology.orchestra.run.smithi194.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-30T04:25:17.062 INFO:teuthology.orchestra.run.smithi194.stderr:Extracting ceph user uid/gid from container image... 2024-03-30T04:25:17.757 INFO:teuthology.orchestra.run.smithi194.stderr:stat: 167 167 2024-03-30T04:25:18.325 INFO:teuthology.orchestra.run.smithi194.stderr:Creating initial keys... 2024-03-30T04:25:18.967 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-authtool: AQAulAdmNk3vORAABjXUy40GlJ7WXqwdGtKnGA== 2024-03-30T04:25:20.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-authtool: AQAwlAdmCs1nCxAALj9JgqMxM0OzcLEbeIUEuQ== 2024-03-30T04:25:21.585 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-authtool: AQAxlAdmwK0wIxAAly8xxzj+0KnpqY/FacLvVg== 2024-03-30T04:25:22.121 INFO:teuthology.orchestra.run.smithi194.stderr:Creating initial monmap... 2024-03-30T04:25:22.875 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-30T04:25:22.875 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-03-30T04:25:22.875 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:22.875 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-30T04:25:23.392 INFO:teuthology.orchestra.run.smithi194.stderr:monmaptool for a [v2:172.21.15.194:3300,v1:172.21.15.194:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-30T04:25:23.392 INFO:teuthology.orchestra.run.smithi194.stderr:setting min_mon_release = octopus 2024-03-30T04:25:23.393 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/monmaptool: set fsid to 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:23.393 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-30T04:25:23.393 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:25:23.393 INFO:teuthology.orchestra.run.smithi194.stderr:Creating mon... 2024-03-30T04:25:24.162 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:25:24.162 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 1 imported monmap: 2024-03-30T04:25:24.162 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-30T04:25:24.162 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:24.162 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: last_changed 2024-03-30T04:25:22.879164+0000 2024-03-30T04:25:24.162 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:25:24.162 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 0 /usr/bin/ceph-mon: set fsid to 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: RocksDB version: 6.15.5 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Compile date Apr 18 2022 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: DB SUMMARY 2024-03-30T04:25:24.163 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: DB Session ID: RTHPKJ3ZS8SP8IWSWRRV 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.create_if_missing: 1 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.env: 0x55802c2c6860 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.fs: Posix File System 2024-03-30T04:25:24.187 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.info_log: 0x55802de45320 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:25:24.188 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.db_log_dir: 2024-03-30T04:25:24.189 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-30T04:25:24.189 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:25:24.189 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:25:24.189 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:25:24.189 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.write_buffer_manager: 0x55802e0e5950 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:25:24.190 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.row_cache: None 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.wal_filter: None 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.preserve_deletes: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:25:24.191 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:25:24.192 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Compression algorithms supported: 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kZSTD supported: 0 2024-03-30T04:25:24.193 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.162+0000 7fd093b61880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:25:24.194 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.merge_operator: 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55802de0ed10) 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-30T04:25:24.195 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_cache: 0x55802de76170 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-30T04:25:24.196 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: format_version: 4 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:25:24.197 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.num_levels: 7 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:25:24.198 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:25:24.199 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:25:24.200 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.table_properties_collectors: 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:25:24.201 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.166+0000 7fd093b61880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd093b61880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.202 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd093b61880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd093b61880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd093b61880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55802de5ca80 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd093b61880 4 rocksdb: DB pointer 0x55802de6c000 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd08574b700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd08574b700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:25:24.203 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:25:24.204 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:24.205 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.170+0000 7fd093b61880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-03-30T04:25:24.206 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.174+0000 7fd093b61880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-03-30T04:25:24.207 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:25:24.174+0000 7fd093b61880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-30T04:25:24.723 INFO:teuthology.orchestra.run.smithi194.stderr:create mon.a on 2024-03-30T04:25:24.961 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-30T04:25:25.157 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4.target. 2024-03-30T04:25:25.158 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4.target. 2024-03-30T04:25:25.576 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to reset failed state of unit ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-03-30T04:25:25.582 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Created symlink /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4.target.wants/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service. 2024-03-30T04:25:25.791 INFO:teuthology.orchestra.run.smithi194.stderr:firewalld does not appear to be present 2024-03-30T04:25:25.791 INFO:teuthology.orchestra.run.smithi194.stderr:Not possible to enable service . firewalld.service is not available 2024-03-30T04:25:25.792 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for mon to start... 2024-03-30T04:25:25.792 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for mon... 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: cluster: 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: id: 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: services: 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.181588s) 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:27.167 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: data: 2024-03-30T04:25:27.168 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-30T04:25:27.168 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-30T04:25:27.168 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-30T04:25:27.168 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: pgs: 2024-03-30T04:25:27.168 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:27.180 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:26 smithi194 bash[18106]: cluster 2024-03-30T04:25:26.984152+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:25:27.779 INFO:teuthology.orchestra.run.smithi194.stderr:mon is available 2024-03-30T04:25:27.779 INFO:teuthology.orchestra.run.smithi194.stderr:Assimilating anything we can from ceph.conf... 2024-03-30T04:25:28.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:27 smithi194 bash[18106]: cluster 2024-03-30T04:25:26.988648+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:25:28.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:27 smithi194 bash[18106]: cluster 2024-03-30T04:25:26.988816+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} 2024-03-30T04:25:28.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:27 smithi194 bash[18106]: cluster 2024-03-30T04:25:26.992170+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-30T04:25:28.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:27 smithi194 bash[18106]: cluster 2024-03-30T04:25:26.995931+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-30T04:25:28.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:27 smithi194 bash[18106]: cluster 2024-03-30T04:25:26.996371+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-30T04:25:28.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:27 smithi194 bash[18106]: audit 2024-03-30T04:25:27.170173+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.194:0/2186902693' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-30T04:25:28.683 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: [global] 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: fsid = 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.194:3300,v1:172.21.15.194:6789] 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-30T04:25:28.684 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:28.685 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: [mgr] 2024-03-30T04:25:28.685 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2024-03-30T04:25:28.685 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-30T04:25:28.685 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:28.686 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: [osd] 2024-03-30T04:25:28.686 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-30T04:25:28.686 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-30T04:25:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:28 smithi194 bash[18106]: audit 2024-03-30T04:25:28.683899+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.194:0/3584984056' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-30T04:25:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:28 smithi194 bash[18106]: audit 2024-03-30T04:25:28.687406+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.194:0/3584984056' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-30T04:25:29.342 INFO:teuthology.orchestra.run.smithi194.stderr:Generating new minimal ceph.conf... 2024-03-30T04:25:30.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:30 smithi194 bash[18106]: audit 2024-03-30T04:25:30.357641+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.194:0/3515155693' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:25:30.974 INFO:teuthology.orchestra.run.smithi194.stderr:Restarting the monitor... 2024-03-30T04:25:31.318 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:30 smithi194 systemd[1]: Stopping Ceph mon.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:25:31.318 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 bash[18470]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon.a 2024-03-30T04:25:31.318 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 bash[18106]: debug 2024-03-30T04:25:31.093+0000 7fe18516c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:25:31.318 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 bash[18106]: debug 2024-03-30T04:25:31.093+0000 7fe18516c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-30T04:25:31.963 INFO:teuthology.orchestra.run.smithi194.stderr:Setting mon public_network to 172.21.0.0/20 2024-03-30T04:25:32.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 bash[18479]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:25:32.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 bash[18514]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon.a 2024-03-30T04:25:32.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-03-30T04:25:32.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 systemd[1]: Stopped Ceph mon.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:25:32.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:31 smithi194 systemd[1]: Started Ceph mon.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:25:33.267 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.013+0000 7fc5ba63a880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:25:33.267 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.013+0000 7fc5ba63a880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.013+0000 7fc5ba63a880 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 0 load: jerasure load: lrc 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: RocksDB version: 6.15.5 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Compile date Apr 18 2022 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: DB SUMMARY 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: DB Session ID: NE9M8I9R77221KW3V9A2 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-30T04:25:33.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82655 ; 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.env: 0x55b2f4ec6860 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.fs: Posix File System 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.info_log: 0x55b2f59dde00 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:25:33.269 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:25:33.270 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:25:33.270 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.db_log_dir: 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:25:33.271 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.write_buffer_manager: 0x55b2f5ace270 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:25:33.272 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.row_cache: None 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.wal_filter: None 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.preserve_deletes: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:25:33.273 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:25:33.274 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Compression algorithms supported: 2024-03-30T04:25:33.275 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kZSTD supported: 0 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:25:33.276 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.merge_operator: 2024-03-30T04:25:33.277 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b2f59abd00) 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: cache_index_and_filter_blocks: 1 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: pin_top_level_index_and_filter: 1 2024-03-30T04:25:33.278 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: index_type: 0 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: data_block_index_type: 0 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: index_shortening: 1 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: hash_index_allow_collision: 1 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: checksum: 1 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: no_block_cache: 0 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_cache: 0x55b2f5a12170 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_cache_name: BinnedLRUCache 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_cache_options: 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: capacity : 536870912 2024-03-30T04:25:33.279 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: num_shard_bits : 4 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: strict_capacity_limit : 0 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: high_pri_pool_ratio: 0.000 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_cache_compressed: (nil) 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: persistent_cache: (nil) 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_size: 4096 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_size_deviation: 10 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_restart_interval: 16 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: index_block_restart_interval: 1 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: metadata_block_size: 4096 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: partition_filters: 0 2024-03-30T04:25:33.280 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: use_delta_encoding: 1 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: whole_key_filtering: 1 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: verify_compression: 0 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: read_amp_bytes_per_bit: 0 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: format_version: 4 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: enable_index_compression: 1 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: block_align: 0 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:25:33.281 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.num_levels: 7 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:25:33.282 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:25:33.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:25:33.284 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:25:33.285 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:25:33.286 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.table_properties_collectors: 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:25:33.287 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.017+0000 7fc5ba63a880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.021+0000 7fc5ba63a880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.021+0000 7fc5ba63a880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-03-30T04:25:33.288 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.021+0000 7fc5ba63a880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.021+0000 7fc5ba63a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772733027428, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.021+0000 7fc5ba63a880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772733028660, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79205, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77468, "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": 71777, "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": 1711772733, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4e12fb16-e718-4bfe-a23c-48f5c21bedea", "db_session_id": "NE9M8I9R77221KW3V9A2"}} 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772733029145, "job": 1, "event": "recovery_finished"} 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55b2f59f8a80 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 4 rocksdb: DB pointer 0x55b2f5a08000 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5aa3c2700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-30T04:25:33.289 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5aa3c2700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ** DB Stats ** 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ** Compaction Stats [default] ** 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: L0 2/0 79.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.7 0.00 0.00 1 0.001 0 0 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Sum 2/0 79.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.7 0.00 0.00 1 0.001 0 0 2024-03-30T04:25:33.290 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.7 0.00 0.00 1 0.001 0 0 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ** Compaction Stats [default] ** 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.7 0.00 0.00 1 0.001 0 0 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Cumulative compaction: 0.00 GB write, 8.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Interval compaction: 0.00 GB write, 8.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:25:33.291 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ** Compaction Stats [default] ** 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: L0 2/0 79.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.7 0.00 0.00 1 0.001 0 0 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Sum 2/0 79.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.7 0.00 0.00 1 0.001 0 0 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ** Compaction Stats [default] ** 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.7 0.00 0.00 1 0.001 0 0 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:25:33.292 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Cumulative compaction: 0.00 GB write, 8.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.025+0000 7fc5ba63a880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] at bind addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 1 mon.a@-1(???) e1 preinit fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 0 mon.a@-1(???).mds e1 new map 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 0 mon.a@-1(???).mds e1 print_map 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: e1 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:25:33.293 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: legacy client fscid: -1 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: No filesystems configured 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: debug 2024-03-30T04:25:33.029+0000 7fc5ba63a880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: cluster 2024-03-30T04:25:33.056163+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: cluster 2024-03-30T04:25:33.056243+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: cluster 2024-03-30T04:25:33.056315+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: cluster 2024-03-30T04:25:33.056342+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-30T04:25:33.294 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:33 smithi194 bash[18557]: cluster 2024-03-30T04:25:33.056726+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-30T04:25:33.900 INFO:teuthology.orchestra.run.smithi194.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-30T04:25:33.900 INFO:teuthology.orchestra.run.smithi194.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:25:33.900 INFO:teuthology.orchestra.run.smithi194.stderr:Creating mgr... 2024-03-30T04:25:33.900 INFO:teuthology.orchestra.run.smithi194.stderr:Verifying port 9283 ... 2024-03-30T04:25:34.173 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:34 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:34.182 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Failed to reset failed state of unit ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Unit ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service not loaded. 2024-03-30T04:25:34.187 INFO:teuthology.orchestra.run.smithi194.stderr:systemctl: Created symlink /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4.target.wants/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service -> /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service. 2024-03-30T04:25:34.386 INFO:teuthology.orchestra.run.smithi194.stderr:firewalld does not appear to be present 2024-03-30T04:25:34.386 INFO:teuthology.orchestra.run.smithi194.stderr:Not possible to enable service . firewalld.service is not available 2024-03-30T04:25:34.386 INFO:teuthology.orchestra.run.smithi194.stderr:firewalld does not appear to be present 2024-03-30T04:25:34.386 INFO:teuthology.orchestra.run.smithi194.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-30T04:25:34.386 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for mgr to start... 2024-03-30T04:25:34.386 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for mgr... 2024-03-30T04:25:34.428 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:34 smithi194 bash[18557]: audit 2024-03-30T04:25:33.258618+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.194:0/337854280' entity='client.admin' 2024-03-30T04:25:34.429 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:34 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:25:35.819 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:35.819 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:25:35.819 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsid": "66dbb888-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 0 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "a" 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:35.820 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:25:35.821 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:25:35.824 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:25:35.824 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:25:35.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:25:26.990331+0000", 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:35.826 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:35.827 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:25:35.827 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:25:36.016 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:35 smithi194 bash[18557]: audit 2024-03-30T04:25:35.821703+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.194:0/3856064115' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:25:36.016 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:35 smithi194 bash[18813]: debug 2024-03-30T04:25:35.729+0000 7f70a8f86000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:25:36.454 INFO:teuthology.orchestra.run.smithi194.stderr:mgr not available, waiting (1/15)... 2024-03-30T04:25:37.580 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:37 smithi194 bash[18813]: debug 2024-03-30T04:25:37.245+0000 7f70a8f86000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:25:37.580 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:37 smithi194 bash[18813]: debug 2024-03-30T04:25:37.341+0000 7f70a8f86000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:25:37.580 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:37 smithi194 bash[18813]: debug 2024-03-30T04:25:37.581+0000 7f70a8f86000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:25:38.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:38 smithi194 bash[18813]: debug 2024-03-30T04:25:38.305+0000 7f70a8f86000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:25:38.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:38 smithi194 bash[18813]: debug 2024-03-30T04:25:38.409+0000 7f70a8f86000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:25:38.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:38 smithi194 bash[18813]: debug 2024-03-30T04:25:38.513+0000 7f70a8f86000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:25:39.084 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:38 smithi194 bash[18813]: debug 2024-03-30T04:25:38.617+0000 7f70a8f86000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:25:39.084 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:38 smithi194 bash[18813]: debug 2024-03-30T04:25:38.829+0000 7f70a8f86000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:25:39.383 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:39 smithi194 bash[18813]: debug 2024-03-30T04:25:39.101+0000 7f70a8f86000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:25:39.383 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:39 smithi194 bash[18813]: debug 2024-03-30T04:25:39.201+0000 7f70a8f86000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsid": "66dbb888-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 0 2024-03-30T04:25:39.531 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "a" 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:25:39.532 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:25:39.536 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:25:39.537 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:25:26.990331+0000", 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:25:39.538 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:25:39.635 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:39 smithi194 bash[18557]: audit 2024-03-30T04:25:39.533264+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.194:0/1744833590' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:25:39.635 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:39 smithi194 bash[18813]: debug 2024-03-30T04:25:39.385+0000 7f70a8f86000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:25:39.902 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:39 smithi194 bash[18813]: debug 2024-03-30T04:25:39.637+0000 7f70a8f86000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:25:40.152 INFO:teuthology.orchestra.run.smithi194.stderr:mgr not available, waiting (2/15)... 2024-03-30T04:25:40.294 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:39 smithi194 bash[18813]: debug 2024-03-30T04:25:39.901+0000 7f70a8f86000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:25:40.294 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:40 smithi194 bash[18813]: debug 2024-03-30T04:25:40.061+0000 7f70a8f86000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:25:40.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:40 smithi194 bash[18813]: debug 2024-03-30T04:25:40.293+0000 7f70a8f86000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:25:40.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:40 smithi194 bash[18813]: debug 2024-03-30T04:25:40.409+0000 7f70a8f86000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:25:41.084 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:40 smithi194 bash[18813]: debug 2024-03-30T04:25:40.745+0000 7f70a8f86000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:25:41.765 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:41 smithi194 bash[18813]: debug 2024-03-30T04:25:41.453+0000 7f70a8f86000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:25:41.765 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:41 smithi194 bash[18813]: debug 2024-03-30T04:25:41.565+0000 7f70a8f86000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:25:41.765 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:41 smithi194 bash[18813]: debug 2024-03-30T04:25:41.765+0000 7f70a8f86000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:25:42.459 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18813]: debug 2024-03-30T04:25:42.089+0000 7f70a8f86000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:25:42.834 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18813]: debug 2024-03-30T04:25:42.461+0000 7f70a8f86000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:25:42.834 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18813]: debug 2024-03-30T04:25:42.573+0000 7f70a8f86000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:25:42.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: cluster 2024-03-30T04:25:42.598103+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: cluster 2024-03-30T04:25:42.604859+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00695778s) 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: audit 2024-03-30T04:25:42.606159+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: audit 2024-03-30T04:25:42.606337+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: audit 2024-03-30T04:25:42.606481+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: audit 2024-03-30T04:25:42.606627+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: audit 2024-03-30T04:25:42.608527+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: cluster 2024-03-30T04:25:42.633656+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: audit 2024-03-30T04:25:42.645194+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:25:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:42 smithi194 bash[18557]: audit 2024-03-30T04:25:42.646467+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:25:43.227 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:43.227 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:25:43.227 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsid": "66dbb888-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:25:43.227 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:25:43.227 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:25:43.227 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 0 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "a" 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:43.228 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-03-30T04:25:43.229 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:25:43.229 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:43.229 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:25:43.230 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:25:43.230 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:43.230 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:25:43.230 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:43.230 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:25:43.230 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:25:43.230 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:25:43.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:25:43.234 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:25:43.235 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:43.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:25:26.990331+0000", 2024-03-30T04:25:43.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:43.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:43.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:25:43.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:25:43.875 INFO:teuthology.orchestra.run.smithi194.stderr:mgr not available, waiting (3/15)... 2024-03-30T04:25:44.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:43 smithi194 bash[18557]: audit 2024-03-30T04:25:42.656380+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' 2024-03-30T04:25:44.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:43 smithi194 bash[18557]: audit 2024-03-30T04:25:42.661963+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' 2024-03-30T04:25:44.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:43 smithi194 bash[18557]: audit 2024-03-30T04:25:42.667873+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.194:0/2457375030' entity='mgr.y' 2024-03-30T04:25:44.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:43 smithi194 bash[18557]: audit 2024-03-30T04:25:43.229388+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.194:0/2824074428' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:25:44.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:43 smithi194 bash[18557]: cluster 2024-03-30T04:25:43.610515+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01262s) 2024-03-30T04:25:46.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:45 smithi194 bash[18557]: cluster 2024-03-30T04:25:44.665390+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-03-30T04:25:47.231 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:47.231 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:25:47.231 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsid": "66dbb888-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 0 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "a" 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "quorum_age": 14, 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:25:47.232 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:25:47.233 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:25:47.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:25:47.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:25:47.236 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:25:47.237 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ], 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:25:26.990331+0000", 2024-03-30T04:25:47.238 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:25:47.239 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: }, 2024-03-30T04:25:47.239 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:25:47.239 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:25:47.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:47 smithi194 bash[18557]: audit 2024-03-30T04:25:47.233556+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.194:0/1577118905' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:25:47.821 INFO:teuthology.orchestra.run.smithi194.stderr:mgr is available 2024-03-30T04:25:49.022 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:49.023 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: [global] 2024-03-30T04:25:49.023 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: fsid = 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:49.024 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-30T04:25:49.024 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-30T04:25:49.024 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-30T04:25:49.024 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-30T04:25:49.024 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:49.024 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: [mgr] 2024-03-30T04:25:49.024 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-30T04:25:49.025 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 2024-03-30T04:25:49.025 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: [osd] 2024-03-30T04:25:49.025 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-30T04:25:49.025 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-30T04:25:49.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:49 smithi194 bash[18557]: audit 2024-03-30T04:25:49.023385+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.194:0/1757699959' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-30T04:25:49.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:49 smithi194 bash[18557]: audit 2024-03-30T04:25:49.026956+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.194:0/1757699959' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-30T04:25:49.626 INFO:teuthology.orchestra.run.smithi194.stderr:Enabling cephadm module... 2024-03-30T04:25:51.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:50 smithi194 bash[18557]: audit 2024-03-30T04:25:50.859373+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.194:0/2779023601' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-30T04:25:51.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:50 smithi194 bash[18813]: ignoring --setuser ceph since I am not root 2024-03-30T04:25:51.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:50 smithi194 bash[18813]: ignoring --setgroup ceph since I am not root 2024-03-30T04:25:51.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:51 smithi194 bash[18813]: debug 2024-03-30T04:25:51.093+0000 7f83a0d98000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:25:52.200 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:51 smithi194 bash[18557]: audit 2024-03-30T04:25:50.915451+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.194:0/2779023601' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-30T04:25:52.200 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:51 smithi194 bash[18557]: cluster 2024-03-30T04:25:50.915517+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2024-03-30T04:25:52.824 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:25:52.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-30T04:25:52.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:25:52.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-30T04:25:52.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-30T04:25:52.825 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:25:52.872 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:52 smithi194 bash[18813]: debug 2024-03-30T04:25:52.621+0000 7f83a0d98000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:25:52.872 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:52 smithi194 bash[18813]: debug 2024-03-30T04:25:52.713+0000 7f83a0d98000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:25:53.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:52 smithi194 bash[18557]: audit 2024-03-30T04:25:52.828909+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.194:0/2688630481' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-30T04:25:53.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:52 smithi194 bash[18813]: debug 2024-03-30T04:25:52.961+0000 7f83a0d98000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:25:53.443 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for the mgr to restart... 2024-03-30T04:25:53.443 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for mgr epoch 5... 2024-03-30T04:25:53.798 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:53 smithi194 bash[18813]: debug 2024-03-30T04:25:53.693+0000 7f83a0d98000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:25:54.056 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:53 smithi194 bash[18813]: debug 2024-03-30T04:25:53.797+0000 7f83a0d98000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:25:54.057 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:53 smithi194 bash[18813]: debug 2024-03-30T04:25:53.901+0000 7f83a0d98000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:25:54.057 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:54 smithi194 bash[18813]: debug 2024-03-30T04:25:54.009+0000 7f83a0d98000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:25:54.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:54 smithi194 bash[18813]: debug 2024-03-30T04:25:54.233+0000 7f83a0d98000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:25:54.776 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:54 smithi194 bash[18813]: debug 2024-03-30T04:25:54.501+0000 7f83a0d98000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:25:54.776 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:54 smithi194 bash[18813]: debug 2024-03-30T04:25:54.601+0000 7f83a0d98000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:25:55.087 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:54 smithi194 bash[18813]: debug 2024-03-30T04:25:54.777+0000 7f83a0d98000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:25:55.087 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:55 smithi194 bash[18813]: debug 2024-03-30T04:25:55.021+0000 7f83a0d98000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:25:55.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:55 smithi194 bash[18813]: debug 2024-03-30T04:25:55.285+0000 7f83a0d98000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:25:55.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:55 smithi194 bash[18813]: debug 2024-03-30T04:25:55.445+0000 7f83a0d98000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:25:56.084 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:55 smithi194 bash[18813]: debug 2024-03-30T04:25:55.677+0000 7f83a0d98000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:25:56.084 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:55 smithi194 bash[18813]: debug 2024-03-30T04:25:55.793+0000 7f83a0d98000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:25:56.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:56 smithi194 bash[18813]: debug 2024-03-30T04:25:56.129+0000 7f83a0d98000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:25:57.153 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:56 smithi194 bash[18813]: debug 2024-03-30T04:25:56.841+0000 7f83a0d98000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:25:57.153 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:56 smithi194 bash[18813]: debug 2024-03-30T04:25:56.953+0000 7f83a0d98000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:25:57.834 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:57 smithi194 bash[18813]: debug 2024-03-30T04:25:57.153+0000 7f83a0d98000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:25:57.834 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:57 smithi194 bash[18813]: debug 2024-03-30T04:25:57.477+0000 7f83a0d98000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:25:58.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:57 smithi194 bash[18813]: debug 2024-03-30T04:25:57.845+0000 7f83a0d98000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:25:58.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:57 smithi194 bash[18813]: debug 2024-03-30T04:25:57.957+0000 7f83a0d98000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:25:58.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:58 smithi194 bash[18557]: cluster 2024-03-30T04:25:57.981379+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:25:58.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:58 smithi194 bash[18557]: cluster 2024-03-30T04:25:57.982148+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2024-03-30T04:25:58.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:58 smithi194 bash[18557]: cluster 2024-03-30T04:25:57.986190+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-30T04:25:59.064 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:25:59.065 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-30T04:25:59.065 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "initialized": true 2024-03-30T04:25:59.065 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: cluster 2024-03-30T04:25:58.037724+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0557413s) 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.044846+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.045705+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.045893+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.046070+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.046189+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: cluster 2024-03-30T04:25:58.070220+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.091237+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:25:59.297 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.095160+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:25:59.298 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.097484+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:59.298 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.099165+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:59.298 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.101689+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:25:59.298 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.110474+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:25:59.298 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18557]: audit 2024-03-30T04:25:58.111759+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:25:59.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18813]: [30/Mar/2024:04:25:59] ENGINE Bus STARTING 2024-03-30T04:25:59.765 INFO:teuthology.orchestra.run.smithi194.stderr:mgr epoch 5 is available 2024-03-30T04:25:59.765 INFO:teuthology.orchestra.run.smithi194.stderr:Setting orchestrator backend to cephadm... 2024-03-30T04:26:00.046 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18813]: [30/Mar/2024:04:25:59] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:26:00.046 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:25:59 smithi194 bash[18813]: [30/Mar/2024:04:25:59] ENGINE Bus STARTED 2024-03-30T04:26:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:00 smithi194 bash[18557]: cluster 2024-03-30T04:25:59.055417+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: y(active, since 1.07344s) 2024-03-30T04:26:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:00 smithi194 bash[18557]: cephadm 2024-03-30T04:25:59.527995+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [30/Mar/2024:04:25:59] ENGINE Bus STARTING 2024-03-30T04:26:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:00 smithi194 bash[18557]: cephadm 2024-03-30T04:25:59.645594+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [30/Mar/2024:04:25:59] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:26:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:00 smithi194 bash[18557]: cephadm 2024-03-30T04:25:59.645764+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [30/Mar/2024:04:25:59] ENGINE Bus STARTED 2024-03-30T04:26:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:00 smithi194 bash[18557]: audit 2024-03-30T04:25:59.651500+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:00 smithi194 bash[18557]: audit 2024-03-30T04:25:59.671531+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:02.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:01 smithi194 bash[18557]: cluster 2024-03-30T04:26:00.652391+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-03-30T04:26:02.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:01 smithi194 bash[18557]: audit 2024-03-30T04:26:01.048781+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:02.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:01 smithi194 bash[18557]: audit 2024-03-30T04:26:01.093513+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:02.912 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: value unchanged 2024-03-30T04:26:02.926 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:02 smithi194 bash[18557]: audit 2024-03-30T04:26:01.036867+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:03.534 INFO:teuthology.orchestra.run.smithi194.stderr:Generating ssh key... 2024-03-30T04:26:03.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:03 smithi194 bash[18557]: audit 2024-03-30T04:26:02.917063+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:05.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18557]: audit 2024-03-30T04:26:04.741937+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:05.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18557]: cephadm 2024-03-30T04:26:04.742342+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-03-30T04:26:05.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: Generating public/private rsa key pair. 2024-03-30T04:26:05.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: Your identification has been saved in /tmp/tmpt0h3hpjp/key. 2024-03-30T04:26:05.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: Your public key has been saved in /tmp/tmpt0h3hpjp/key.pub. 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: The key fingerprint is: 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: SHA256:fQTBEoBTHgjpC8ac9CIY6XI9KWhvgkNZ+qsEjAQ6vEI ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: The key's randomart image is: 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: +---[RSA 3072]----+ 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: |...o ++..oo. | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: |*...+. .. .. | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: |OE*. o. . . | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: |@&=.+ . . | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: |@=+o . S . . | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: |=..+ . | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: | oo . | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: |. . | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: | .. | 2024-03-30T04:26:05.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:05 smithi194 bash[18813]: +----[SHA256]-----+ 2024-03-30T04:26:06.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:06 smithi194 bash[18557]: audit 2024-03-30T04:26:05.047154+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:06.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:06 smithi194 bash[18557]: audit 2024-03-30T04:26:05.052065+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:06.728 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/4lBncFaPQVO+GvXg2NWsNGf1nOaQAz4LK14Seotb+UlIejWBmHWI057YNiCnxEXqRqKE/EuP72eTL+/aqzPyuQOUaS5qm6aqfH7VZMMI51n86ETJyYqACH+pjNkXnQLcbXSUATJmH9oxSPwIno24qoEc1Sf3zRnMVmDOE/XXCWVmMl8TLiedsHCodBJ7L9rw6DCgAPllIholqSxgM2d0nWvQp/9M3HB1dze7Jl+JfEc3x/W3mhETKtJqLnVX4UwP/z1Yv56q4j3T+09O1seyzMFCXL/vc7Di2EYtYQsKXzY+jdWJ7h5At2XZ7im6AMmgyxTPaB18xRHnh72eCwkBn2xc4N21E7PBykg7fSu/vIgylvxsg+SE4MwsmMqjHkUuTC6GmNwKuRztPsUKNP7GoisUOVxql0MftxwQlIz4MZJPWZyRodRB4wSYqgKfOZ9Jg5Ja0YepmDgkbFGL7YlGNtA49fVpzAJD+yUiUt5byZJDYRDwv1/z7PvfQyBqcU= ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:07.302 INFO:teuthology.orchestra.run.smithi194.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:26:07.302 INFO:teuthology.orchestra.run.smithi194.stderr:Adding key to root@localhost authorized_keys... 2024-03-30T04:26:07.302 INFO:teuthology.orchestra.run.smithi194.stderr:Adding host smithi194... 2024-03-30T04:26:07.322 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:07 smithi194 bash[18557]: audit 2024-03-30T04:26:06.732966+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:09.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:09 smithi194 bash[18557]: audit 2024-03-30T04:26:08.609195+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "addr": "172.21.15.194", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:09.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:09 smithi194 bash[18557]: cephadm 2024-03-30T04:26:08.917898+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi194 2024-03-30T04:26:09.592 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: Added host 'smithi194' with addr '172.21.15.194' 2024-03-30T04:26:10.487 INFO:teuthology.orchestra.run.smithi194.stderr:Deploying unmanaged mon service... 2024-03-30T04:26:10.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:10 smithi194 bash[18557]: audit 2024-03-30T04:26:09.596723+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:10.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:10 smithi194 bash[18557]: cephadm 2024-03-30T04:26:09.597120+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi194 2024-03-30T04:26:10.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:10 smithi194 bash[18557]: audit 2024-03-30T04:26:09.603364+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:12.148 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-30T04:26:12.960 INFO:teuthology.orchestra.run.smithi194.stderr:Deploying unmanaged mgr service... 2024-03-30T04:26:13.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:13 smithi194 bash[18557]: audit 2024-03-30T04:26:12.144450+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:13.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:13 smithi194 bash[18557]: cephadm 2024-03-30T04:26:12.147401+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-30T04:26:13.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:13 smithi194 bash[18557]: audit 2024-03-30T04:26:12.152554+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:13.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:13 smithi194 bash[18557]: audit 2024-03-30T04:26:12.625563+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:13.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:13 smithi194 bash[18557]: audit 2024-03-30T04:26:12.875679+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:14.378 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-30T04:26:15.634 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:15 smithi194 bash[18557]: audit 2024-03-30T04:26:14.376422+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:15.634 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:15 smithi194 bash[18557]: cephadm 2024-03-30T04:26:14.378297+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-30T04:26:15.634 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:15 smithi194 bash[18557]: audit 2024-03-30T04:26:14.382915+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:17.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:16 smithi194 bash[18557]: audit 2024-03-30T04:26:15.807136+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:17.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:16 smithi194 bash[18557]: audit 2024-03-30T04:26:16.151069+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.194:0/1037732238' entity='client.admin' 2024-03-30T04:26:17.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:16 smithi194 bash[18557]: audit 2024-03-30T04:26:16.257734+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.194:0/795742242' entity='mgr.y' 2024-03-30T04:26:18.882 INFO:teuthology.orchestra.run.smithi194.stderr:Enabling the dashboard module... 2024-03-30T04:26:19.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:19 smithi194 bash[18557]: cluster 2024-03-30T04:26:18.044635+0000 mgr.y (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:19.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:19 smithi194 bash[18557]: audit 2024-03-30T04:26:18.045163+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.194:0/2486037045' entity='client.admin' 2024-03-30T04:26:21.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:21 smithi194 bash[18557]: cluster 2024-03-30T04:26:20.045059+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:21.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:21 smithi194 bash[18557]: audit 2024-03-30T04:26:20.796867+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.194:0/4177034071' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-30T04:26:21.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:21 smithi194 bash[18813]: ignoring --setuser ceph since I am not root 2024-03-30T04:26:21.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:21 smithi194 bash[18813]: ignoring --setgroup ceph since I am not root 2024-03-30T04:26:21.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:21 smithi194 bash[18813]: debug 2024-03-30T04:26:21.293+0000 7effc1893000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:26:22.434 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:22 smithi194 bash[18557]: audit 2024-03-30T04:26:21.108037+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.194:0/4177034071' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-30T04:26:22.434 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:22 smithi194 bash[18557]: cluster 2024-03-30T04:26:21.108135+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 23s) 2024-03-30T04:26:23.052 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:26:23.052 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "epoch": 9, 2024-03-30T04:26:23.052 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:26:23.052 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-30T04:26:23.052 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-30T04:26:23.052 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:26:23.066 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:22 smithi194 bash[18813]: debug 2024-03-30T04:26:22.817+0000 7effc1893000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:26:23.067 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:22 smithi194 bash[18813]: debug 2024-03-30T04:26:22.909+0000 7effc1893000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:26:23.333 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:23 smithi194 bash[18813]: debug 2024-03-30T04:26:23.161+0000 7effc1893000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:26:23.635 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for the mgr to restart... 2024-03-30T04:26:23.635 INFO:teuthology.orchestra.run.smithi194.stderr:Waiting for mgr epoch 9... 2024-03-30T04:26:24.012 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:23 smithi194 bash[18813]: debug 2024-03-30T04:26:23.905+0000 7effc1893000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:24.012 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:24 smithi194 bash[18813]: debug 2024-03-30T04:26:24.013+0000 7effc1893000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:26:24.270 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:24 smithi194 bash[18557]: audit 2024-03-30T04:26:23.056552+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.194:0/409314585' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-30T04:26:24.270 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:24 smithi194 bash[18813]: debug 2024-03-30T04:26:24.113+0000 7effc1893000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:26:24.270 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:24 smithi194 bash[18813]: debug 2024-03-30T04:26:24.225+0000 7effc1893000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:26:24.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:24 smithi194 bash[18813]: debug 2024-03-30T04:26:24.453+0000 7effc1893000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:26:25.000 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:24 smithi194 bash[18813]: debug 2024-03-30T04:26:24.721+0000 7effc1893000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:26:25.001 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:24 smithi194 bash[18813]: debug 2024-03-30T04:26:24.825+0000 7effc1893000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:25 smithi194 bash[18813]: debug 2024-03-30T04:26:25.001+0000 7effc1893000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:26:25.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:25 smithi194 bash[18813]: debug 2024-03-30T04:26:25.245+0000 7effc1893000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:26:25.833 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:25 smithi194 bash[18813]: debug 2024-03-30T04:26:25.509+0000 7effc1893000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:26:25.834 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:25 smithi194 bash[18813]: debug 2024-03-30T04:26:25.673+0000 7effc1893000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:26.333 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:25 smithi194 bash[18813]: debug 2024-03-30T04:26:25.901+0000 7effc1893000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:26.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:26 smithi194 bash[18813]: debug 2024-03-30T04:26:26.017+0000 7effc1893000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:26:26.833 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:26 smithi194 bash[18813]: debug 2024-03-30T04:26:26.353+0000 7effc1893000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:27.333 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:27 smithi194 bash[18813]: debug 2024-03-30T04:26:27.069+0000 7effc1893000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:26:27.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:27 smithi194 bash[18813]: debug 2024-03-30T04:26:27.181+0000 7effc1893000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:26:27.709 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:27 smithi194 bash[18813]: debug 2024-03-30T04:26:27.385+0000 7effc1893000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:26:28.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:27 smithi194 bash[18813]: debug 2024-03-30T04:26:27.709+0000 7effc1893000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:26:28.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:28 smithi194 bash[18813]: debug 2024-03-30T04:26:28.081+0000 7effc1893000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:26:28.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:28 smithi194 bash[18813]: debug 2024-03-30T04:26:28.193+0000 7effc1893000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:26:29.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:29 smithi194 bash[18557]: cluster 2024-03-30T04:26:28.217134+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:26:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:29 smithi194 bash[18557]: cluster 2024-03-30T04:26:28.217941+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-03-30T04:26:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:29 smithi194 bash[18557]: cluster 2024-03-30T04:26:28.224363+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-30T04:26:29.833 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:29 smithi194 bash[18813]: [30/Mar/2024:04:26:29] ENGINE Bus STARTING 2024-03-30T04:26:29.834 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:29 smithi194 bash[18813]: [30/Mar/2024:04:26:29] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:26:29.834 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:26:29 smithi194 bash[18813]: [30/Mar/2024:04:26:29] ENGINE Bus STARTED 2024-03-30T04:26:30.079 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: { 2024-03-30T04:26:30.079 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-03-30T04:26:30.079 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: "initialized": true 2024-03-30T04:26:30.079 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: } 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: cluster 2024-03-30T04:26:29.065049+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.847265s) 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.067937+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.069749+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.071107+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.071345+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.071576+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: cluster 2024-03-30T04:26:29.102347+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2024-03-30T04:26:30.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.123199+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:30.354 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.124894+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:30.354 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.144418+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:26:30.354 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.146371+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:26:30.354 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:30 smithi194 bash[18557]: audit 2024-03-30T04:26:29.643257+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:30.774 INFO:teuthology.orchestra.run.smithi194.stderr:mgr epoch 9 is available 2024-03-30T04:26:30.774 INFO:teuthology.orchestra.run.smithi194.stderr:Generating a dashboard self-signed certificate... 2024-03-30T04:26:31.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:31 smithi194 bash[18557]: cephadm 2024-03-30T04:26:29.521116+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [30/Mar/2024:04:26:29] ENGINE Bus STARTING 2024-03-30T04:26:31.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:31 smithi194 bash[18557]: cephadm 2024-03-30T04:26:29.637571+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [30/Mar/2024:04:26:29] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:26:31.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:31 smithi194 bash[18557]: cephadm 2024-03-30T04:26:29.637712+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [30/Mar/2024:04:26:29] ENGINE Bus STARTED 2024-03-30T04:26:31.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:31 smithi194 bash[18557]: audit 2024-03-30T04:26:30.070155+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-30T04:26:31.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:31 smithi194 bash[18557]: cluster 2024-03-30T04:26:30.072469+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: y(active, since 1.8547s) 2024-03-30T04:26:31.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:31 smithi194 bash[18557]: audit 2024-03-30T04:26:30.084070+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-30T04:26:32.073 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-30T04:26:32.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:32 smithi194 bash[18557]: cluster 2024-03-30T04:26:31.088530+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-03-30T04:26:32.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:32 smithi194 bash[18557]: audit 2024-03-30T04:26:32.073750+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:32.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:32 smithi194 bash[18557]: audit 2024-03-30T04:26:32.078022+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:32.662 INFO:teuthology.orchestra.run.smithi194.stderr:Creating initial admin user... 2024-03-30T04:26:33.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:33 smithi194 bash[18557]: audit 2024-03-30T04:26:31.984836+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:34.090 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$ZVj3WF3L9zREOkZK5/xQXe1CTZ.uuhUCC7XOUjC/KtLuiEWvgWBoC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711772794, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-30T04:26:34.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:34 smithi194 bash[18557]: audit 2024-03-30T04:26:33.332085+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:34.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:34 smithi194 bash[18557]: audit 2024-03-30T04:26:33.764309+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:34.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:34 smithi194 bash[18557]: audit 2024-03-30T04:26:33.855659+0000 mgr.y (mgr.14152) 7 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:34.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:34 smithi194 bash[18557]: audit 2024-03-30T04:26:34.095000+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:34.776 INFO:teuthology.orchestra.run.smithi194.stderr:Fetching dashboard port number... 2024-03-30T04:26:36.026 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: 8443 2024-03-30T04:26:36.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:36 smithi194 bash[18557]: cluster 2024-03-30T04:26:35.101285+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-03-30T04:26:36.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:36 smithi194 bash[18557]: audit 2024-03-30T04:26:36.031344+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.194:0/206737794' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-30T04:26:36.599 INFO:teuthology.orchestra.run.smithi194.stderr:firewalld does not appear to be present 2024-03-30T04:26:36.599 INFO:teuthology.orchestra.run.smithi194.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-30T04:26:36.601 INFO:teuthology.orchestra.run.smithi194.stderr:Ceph Dashboard is now available at: 2024-03-30T04:26:36.601 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:36.601 INFO:teuthology.orchestra.run.smithi194.stderr: URL: https://smithi194.front.sepia.ceph.com:8443/ 2024-03-30T04:26:36.601 INFO:teuthology.orchestra.run.smithi194.stderr: User: admin 2024-03-30T04:26:36.601 INFO:teuthology.orchestra.run.smithi194.stderr: Password: jpfd4dif8f 2024-03-30T04:26:36.601 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:36.601 INFO:teuthology.orchestra.run.smithi194.stderr:Enabling autotune for osd_memory_target 2024-03-30T04:26:40.526 INFO:teuthology.orchestra.run.smithi194.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-03-30T04:26:41.048 INFO:teuthology.orchestra.run.smithi194.stderr:You can access the Ceph CLI with: 2024-03-30T04:26:41.048 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:41.048 INFO:teuthology.orchestra.run.smithi194.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:26:41.048 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr: ceph telemetry on 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr:For more information see: 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:26:41.049 INFO:teuthology.orchestra.run.smithi194.stderr:Bootstrap complete. 2024-03-30T04:26:41.091 INFO:tasks.cephadm:Fetching config... 2024-03-30T04:26:41.091 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:26:41.092 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-30T04:26:41.096 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-30T04:26:41.096 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:26:41.096 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-30T04:26:41.142 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-30T04:26:41.142 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:26:41.142 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/keyring of=/dev/stdout 2024-03-30T04:26:41.197 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-30T04:26:41.197 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:26:41.197 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-30T04:26:41.246 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-30T04:26:41.247 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/4lBncFaPQVO+GvXg2NWsNGf1nOaQAz4LK14Seotb+UlIejWBmHWI057YNiCnxEXqRqKE/EuP72eTL+/aqzPyuQOUaS5qm6aqfH7VZMMI51n86ETJyYqACH+pjNkXnQLcbXSUATJmH9oxSPwIno24qoEc1Sf3zRnMVmDOE/XXCWVmMl8TLiedsHCodBJ7L9rw6DCgAPllIholqSxgM2d0nWvQp/9M3HB1dze7Jl+JfEc3x/W3mhETKtJqLnVX4UwP/z1Yv56q4j3T+09O1seyzMFCXL/vc7Di2EYtYQsKXzY+jdWJ7h5At2XZ7im6AMmgyxTPaB18xRHnh72eCwkBn2xc4N21E7PBykg7fSu/vIgylvxsg+SE4MwsmMqjHkUuTC6GmNwKuRztPsUKNP7GoisUOVxql0MftxwQlIz4MZJPWZyRodRB4wSYqgKfOZ9Jg5Ja0YepmDgkbFGL7YlGNtA49fVpzAJD+yUiUt5byZJDYRDwv1/z7PvfQyBqcU= ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-30T04:26:41.312 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/4lBncFaPQVO+GvXg2NWsNGf1nOaQAz4LK14Seotb+UlIejWBmHWI057YNiCnxEXqRqKE/EuP72eTL+/aqzPyuQOUaS5qm6aqfH7VZMMI51n86ETJyYqACH+pjNkXnQLcbXSUATJmH9oxSPwIno24qoEc1Sf3zRnMVmDOE/XXCWVmMl8TLiedsHCodBJ7L9rw6DCgAPllIholqSxgM2d0nWvQp/9M3HB1dze7Jl+JfEc3x/W3mhETKtJqLnVX4UwP/z1Yv56q4j3T+09O1seyzMFCXL/vc7Di2EYtYQsKXzY+jdWJ7h5At2XZ7im6AMmgyxTPaB18xRHnh72eCwkBn2xc4N21E7PBykg7fSu/vIgylvxsg+SE4MwsmMqjHkUuTC6GmNwKuRztPsUKNP7GoisUOVxql0MftxwQlIz4MZJPWZyRodRB4wSYqgKfOZ9Jg5Ja0YepmDgkbFGL7YlGNtA49fVpzAJD+yUiUt5byZJDYRDwv1/z7PvfQyBqcU= ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:41.320 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/4lBncFaPQVO+GvXg2NWsNGf1nOaQAz4LK14Seotb+UlIejWBmHWI057YNiCnxEXqRqKE/EuP72eTL+/aqzPyuQOUaS5qm6aqfH7VZMMI51n86ETJyYqACH+pjNkXnQLcbXSUATJmH9oxSPwIno24qoEc1Sf3zRnMVmDOE/XXCWVmMl8TLiedsHCodBJ7L9rw6DCgAPllIholqSxgM2d0nWvQp/9M3HB1dze7Jl+JfEc3x/W3mhETKtJqLnVX4UwP/z1Yv56q4j3T+09O1seyzMFCXL/vc7Di2EYtYQsKXzY+jdWJ7h5At2XZ7im6AMmgyxTPaB18xRHnh72eCwkBn2xc4N21E7PBykg7fSu/vIgylvxsg+SE4MwsmMqjHkUuTC6GmNwKuRztPsUKNP7GoisUOVxql0MftxwQlIz4MZJPWZyRodRB4wSYqgKfOZ9Jg5Ja0YepmDgkbFGL7YlGNtA49fVpzAJD+yUiUt5byZJDYRDwv1/z7PvfQyBqcU= ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-30T04:26:41.344 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/4lBncFaPQVO+GvXg2NWsNGf1nOaQAz4LK14Seotb+UlIejWBmHWI057YNiCnxEXqRqKE/EuP72eTL+/aqzPyuQOUaS5qm6aqfH7VZMMI51n86ETJyYqACH+pjNkXnQLcbXSUATJmH9oxSPwIno24qoEc1Sf3zRnMVmDOE/XXCWVmMl8TLiedsHCodBJ7L9rw6DCgAPllIholqSxgM2d0nWvQp/9M3HB1dze7Jl+JfEc3x/W3mhETKtJqLnVX4UwP/z1Yv56q4j3T+09O1seyzMFCXL/vc7Di2EYtYQsKXzY+jdWJ7h5At2XZ7im6AMmgyxTPaB18xRHnh72eCwkBn2xc4N21E7PBykg7fSu/vIgylvxsg+SE4MwsmMqjHkUuTC6GmNwKuRztPsUKNP7GoisUOVxql0MftxwQlIz4MZJPWZyRodRB4wSYqgKfOZ9Jg5Ja0YepmDgkbFGL7YlGNtA49fVpzAJD+yUiUt5byZJDYRDwv1/z7PvfQyBqcU= ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:41.353 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-30T04:26:41.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:41 smithi194 bash[18557]: audit 2024-03-30T04:26:40.528707+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.194:0/985609253' entity='client.admin' 2024-03-30T04:26:45.750 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-30T04:26:45.751 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-30T04:26:46.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:45 smithi194 bash[18557]: audit 2024-03-30T04:26:44.831928+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.194:0/1647667943' entity='client.admin' 2024-03-30T04:26:49.491 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.177911+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:49.491 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.178896+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:26:49.491 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.184080+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.185481+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.191853+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.748410+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-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.752472+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.757443+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.758489+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.759384+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: cephadm 2024-03-30T04:26:48.760597+0000 mgr.y (mgr.14152) 9 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: cephadm 2024-03-30T04:26:48.844219+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.921512+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:49.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: audit 2024-03-30T04:26:48.923887+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:49.493 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:49 smithi194 bash[18557]: cluster 2024-03-30T04:26:49.072888+0000 mgr.y (mgr.14152) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:49.494 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi196 2024-03-30T04:26:49.494 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:26:49.494 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.conf 2024-03-30T04:26:49.500 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:26:49.501 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:26:49.549 INFO:tasks.cephadm:Adding host smithi196 to orchestrator... 2024-03-30T04:26:49.550 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch host add smithi196 2024-03-30T04:26:52.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:52 smithi194 bash[18557]: cluster 2024-03-30T04:26:51.073329+0000 mgr.y (mgr.14152) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:53.367 INFO:teuthology.orchestra.run.smithi194.stdout:Added host 'smithi196' with addr '172.21.15.196' 2024-03-30T04:26:54.044 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch host ls --format=json 2024-03-30T04:26:54.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: audit 2024-03-30T04:26:52.312266+0000 mgr.y (mgr.14152) 13 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: cephadm 2024-03-30T04:26:52.686245+0000 mgr.y (mgr.14152) 14 : cephadm [INF] Deploying cephadm binary to smithi196 2024-03-30T04:26:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: cluster 2024-03-30T04:26:53.073738+0000 mgr.y (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: audit 2024-03-30T04:26:53.372571+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: audit 2024-03-30T04:26:53.380497+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: audit 2024-03-30T04:26:53.382364+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: audit 2024-03-30T04:26:53.383609+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:26:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:54 smithi194 bash[18557]: audit 2024-03-30T04:26:53.623464+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:55.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:55 smithi194 bash[18557]: cephadm 2024-03-30T04:26:53.373224+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Added host smithi196 2024-03-30T04:26:55.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:55 smithi194 bash[18557]: audit 2024-03-30T04:26:54.356305+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:55.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:55 smithi194 bash[18557]: audit 2024-03-30T04:26:54.854047+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:26:56.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:56 smithi194 bash[18557]: cluster 2024-03-30T04:26:55.074033+0000 mgr.y (mgr.14152) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:26:56.741 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:26:56.741 INFO:teuthology.orchestra.run.smithi194.stdout:[{"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}, {"addr": "172.21.15.196", "hostname": "smithi196", "labels": [], "status": ""}] 2024-03-30T04:26:57.362 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-30T04:26:57.362 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd crush tunables default 2024-03-30T04:26:58.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:58 smithi194 bash[18557]: audit 2024-03-30T04:26:56.746563+0000 mgr.y (mgr.14152) 18 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:26:58.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:26:58 smithi194 bash[18557]: cluster 2024-03-30T04:26:57.074442+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:00.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:00 smithi194 bash[18557]: cluster 2024-03-30T04:26:59.074812+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:00.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:00 smithi194 bash[18557]: audit 2024-03-30T04:26:59.462618+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:00.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:00 smithi194 bash[18557]: audit 2024-03-30T04:26:59.471110+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:00 smithi194 bash[18557]: audit 2024-03-30T04:26:59.472584+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:00 smithi194 bash[18557]: audit 2024-03-30T04:26:59.480253+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:00.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:00 smithi194 bash[18557]: audit 2024-03-30T04:27:00.063364+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.194:0/203705849' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-30T04:27:00.483 INFO:teuthology.orchestra.run.smithi194.stderr:adjusted tunables profile to default 2024-03-30T04:27:01.174 INFO:tasks.cephadm:Adding mon.a on smithi194 2024-03-30T04:27:01.174 INFO:tasks.cephadm:Adding mon.c on smithi194 2024-03-30T04:27:01.174 INFO:tasks.cephadm:Adding mon.b on smithi196 2024-03-30T04:27:01.174 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply mon '3;smithi194:172.21.15.194=a;smithi194:[v2:172.21.15.194:3301,v1:172.21.15.194:6790]=c;smithi196:172.21.15.196=b' 2024-03-30T04:27:01.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:01 smithi194 bash[18557]: audit 2024-03-30T04:27:00.483486+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.194:0/203705849' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-30T04:27:01.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:01 smithi194 bash[18557]: cluster 2024-03-30T04:27:00.483594+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:01.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:01 smithi194 bash[18557]: cluster 2024-03-30T04:27:01.075233+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:03.654 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mon update... 2024-03-30T04:27:04.316 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:04 smithi194 bash[18557]: cluster 2024-03-30T04:27:03.075676+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:04.317 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:04 smithi194 bash[18557]: audit 2024-03-30T04:27:03.659255+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:04.317 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:04 smithi194 bash[18557]: audit 2024-03-30T04:27:03.707209+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:04.317 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:04 smithi194 bash[18557]: audit 2024-03-30T04:27:03.709985+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:04.317 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:04 smithi194 bash[18557]: audit 2024-03-30T04:27:03.711944+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:04.317 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:04 smithi194 bash[18557]: audit 2024-03-30T04:27:04.056711+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:04.369 DEBUG:teuthology.orchestra.run.smithi194:mon.c> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.c.service 2024-03-30T04:27:04.372 DEBUG:teuthology.orchestra.run.smithi196:mon.b> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.b.service 2024-03-30T04:27:04.374 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:27:04.374 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: audit 2024-03-30T04:27:03.648737+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi194:172.21.15.194=a;smithi194:[v2:172.21.15.194:3301,v1:172.21.15.194:6790]=c;smithi196:172.21.15.196=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: cephadm 2024-03-30T04:27:03.654170+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Saving service mon spec with placement smithi194:172.21.15.194=a;smithi194:[v2:172.21.15.194:3301,v1:172.21.15.194:6790]=c;smithi196:172.21.15.196=b;count:3 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: cephadm 2024-03-30T04:27:03.714684+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: cephadm 2024-03-30T04:27:03.839097+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: audit 2024-03-30T04:27:04.067663+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: audit 2024-03-30T04:27:04.071139+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: audit 2024-03-30T04:27:04.072741+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:05.327 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:05 smithi194 bash[18557]: cephadm 2024-03-30T04:27:04.074765+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-03-30T04:27:06.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:06 smithi194 bash[18557]: cluster 2024-03-30T04:27:05.076162+0000 mgr.y (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:06.940 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-03-30T04:27:06.940 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"66dbb888-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:25:22.879164Z","created":"2024-03-30T04:25:22.879164Z","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.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-30T04:27:06.943 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2024-03-30T04:27:07.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:07 smithi194 bash[18557]: audit 2024-03-30T04:27:06.946071+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.196:0/3011500508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:27:07.533 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.534 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.534 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.534 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.534 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.799 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.799 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.800 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:07.800 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:07 smithi194 systemd[1]: Started Ceph mon.c for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:27:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[18557]: cluster 2024-03-30T04:27:07.076611+0000 mgr.y (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[18557]: audit 2024-03-30T04:27:07.791882+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[18557]: audit 2024-03-30T04:27:07.792951+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[18557]: audit 2024-03-30T04:27:07.793703+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:08.516 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:27:08.517 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:27:09.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.669+0000 7fb44caec880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:27:09.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.669+0000 7fb44caec880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-03-30T04:27:09.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.669+0000 7fb44caec880 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:27:09.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.673+0000 7fb44caec880 0 load: jerasure load: lrc 2024-03-30T04:27:09.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: RocksDB version: 6.15.5 2024-03-30T04:27:09.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-30T04:27:09.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Compile date Apr 18 2022 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: DB SUMMARY 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: DB Session ID: OGY8236T6LVQZ2U1JSD0 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.env: 0x55dc3f0c6860 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.fs: Posix File System 2024-03-30T04:27:09.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.info_log: 0x55dc404cbe00 2024-03-30T04:27:09.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:27:09.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:27:09.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:27:09.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:27:09.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:27:09.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.db_log_dir: 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:27:09.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.write_buffer_manager: 0x55dc405bc2a0 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:27:09.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.row_cache: None 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.wal_filter: None 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.preserve_deletes: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:27:09.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:27:09.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:27:09.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Compression algorithms supported: 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kZSTD supported: 0 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:27:09.092 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.merge_operator: 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dc40499d00) 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cache_index_and_filter_blocks: 1 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: pin_top_level_index_and_filter: 1 2024-03-30T04:27:09.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: index_type: 0 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: data_block_index_type: 0 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: index_shortening: 1 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: hash_index_allow_collision: 1 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: checksum: 1 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: no_block_cache: 0 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_cache: 0x55dc40500170 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_cache_name: BinnedLRUCache 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_cache_options: 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: capacity : 536870912 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: num_shard_bits : 4 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: strict_capacity_limit : 0 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: high_pri_pool_ratio: 0.000 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_cache_compressed: (nil) 2024-03-30T04:27:09.095 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: persistent_cache: (nil) 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_size: 4096 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_size_deviation: 10 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_restart_interval: 16 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: index_block_restart_interval: 1 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: metadata_block_size: 4096 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: partition_filters: 0 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: use_delta_encoding: 1 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: whole_key_filtering: 1 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: verify_compression: 0 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: read_amp_bytes_per_bit: 0 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: format_version: 4 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: enable_index_compression: 1 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: block_align: 0 2024-03-30T04:27:09.096 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.num_levels: 7 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:27:09.097 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:27:09.098 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-30T04:27:09.099 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:27:09.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.table_properties_collectors: 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:27:09.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 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-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772828681982, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772828682401, "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": 1711772828, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "85b13812-f550-41bf-9009-9548055d4b57", "db_session_id": "OGY8236T6LVQZ2U1JSD0"}} 2024-03-30T04:27:09.102 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.677+0000 7fb44caec880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb44caec880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772828685425, "job": 1, "event": "recovery_finished"} 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb44caec880 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-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb44caec880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55dc404e6a80 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb44caec880 4 rocksdb: DB pointer 0x55dc404f6000 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb43c874700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb43c874700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ** DB Stats ** 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:27:09.103 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ** Compaction Stats [default] ** 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ** Compaction Stats [default] ** 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:27:09.104 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Interval compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ** Compaction Stats [default] ** 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ** Compaction Stats [default] ** 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:27:09.105 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb44caec880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-30T04:27:09.106 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb44caec880 0 using public_addrv [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.681+0000 7fb44caec880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] at bind addrs [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.685+0000 7fb44caec880 1 mon.c@-1(???) e0 preinit fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: e1 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: legacy client fscid: -1 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: No filesystems configured 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 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-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-30T04:27:09.107 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.697+0000 7fb43f87a700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:00.483486+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.194:0/203705849' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cluster 2024-03-30T04:27:00.483594+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cluster 2024-03-30T04:27:01.075233+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cluster 2024-03-30T04:27:03.075676+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:03.659255+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:03.707209+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:03.709985+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:09.108 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:03.711944+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:04.056711+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:03.648737+0000 mgr.y (mgr.14152) 23 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi194:172.21.15.194=a;smithi194:[v2:172.21.15.194:3301,v1:172.21.15.194:6790]=c;smithi196:172.21.15.196=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cephadm 2024-03-30T04:27:03.654170+0000 mgr.y (mgr.14152) 24 : cephadm [INF] Saving service mon spec with placement smithi194:172.21.15.194=a;smithi194:[v2:172.21.15.194:3301,v1:172.21.15.194:6790]=c;smithi196:172.21.15.196=b;count:3 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cephadm 2024-03-30T04:27:03.714684+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cephadm 2024-03-30T04:27:03.839097+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:04.067663+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:04.071139+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:04.072741+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cephadm 2024-03-30T04:27:04.074765+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cluster 2024-03-30T04:27:05.076162+0000 mgr.y (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:06.946071+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.196:0/3011500508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: cluster 2024-03-30T04:27:07.076611+0000 mgr.y (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:07.791882+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:09.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:07.792951+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:09.110 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: audit 2024-03-30T04:27:07.793703+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:09.110 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:08 smithi194 bash[23637]: debug 2024-03-30T04:27:08.701+0000 7fb43f87a700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:08.710843+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:08.711004+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:08.711933+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:09.077101+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:09.708952+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:10.709206+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:10.711163+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:14.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:11.077523+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:11.709088+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:12.709202+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:13.077894+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:13.709309+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:13.733328+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:13.743227+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:13.743322+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:13.743389+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:13.743648+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 45s) 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: cluster 2024-03-30T04:27:13.750674+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:13.755155+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:13.757891+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:13.760995+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:14.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[18557]: audit 2024-03-30T04:27:13.762863+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:08.710843+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:08.711004+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:08.711933+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:09.077101+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:09.708952+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:10.709206+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:10.711163+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:11.077523+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:11.709088+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:12.709202+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:13.077894+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:13.709309+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:13.733328+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:13.743227+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:13.743322+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:13.743389+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:13.743648+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 45s) 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: cluster 2024-03-30T04:27:13.750674+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:13.755155+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:13.757891+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:13.760995+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:14.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:13 smithi194 bash[23637]: audit 2024-03-30T04:27:13.762863+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:14.115 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-03-30T04:27:14.116 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":2,"fsid":"66dbb888-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:27:08.708433Z","created":"2024-03-30T04:25:22.879164Z","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.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3301","nonce":0},{"type":"v1","addr":"172.21.15.194:6790","nonce":0}]},"addr":"172.21.15.194:6790/0","public_addr":"172.21.15.194:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-30T04:27:14.118 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 2 2024-03-30T04:27:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:14 smithi196 bash[18523]: debug 2024-03-30T04:27:14.371+0000 7f0f48bfc700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete,mon_cluster_log_to_file 2024-03-30T04:27:15.961 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:27:15.962 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:27:19.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:14.385554+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:27:19.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:14.386068+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:19.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:14.386560+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:19.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:14.405454+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:14.405777+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:15.078279+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:15.380443+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:16.380815+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:17.078759+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:17.381028+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:18.380938+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.079164+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:19.380834+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.405212+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.410655+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],b=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.410745+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.410793+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.411052+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.411384+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.418723+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.418759+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: cluster 2024-03-30T04:27:19.418801+0000 mon.a (mon.0) 173 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:27:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:19.423664+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[18557]: audit 2024-03-30T04:27:19.429821+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:14.385554+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:14.386068+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:14.386560+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:14.405454+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:14.405777+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:15.078279+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:15.380443+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:16.380815+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:17.078759+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:17.381028+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:18.380938+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.079164+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:19.380834+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.405212+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.410655+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],b=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.410745+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.410793+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.411052+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.411384+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.418723+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.418759+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: cluster 2024-03-30T04:27:19.418801+0000 mon.a (mon.0) 173 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:19.423664+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:19 smithi194 bash[23637]: audit 2024-03-30T04:27:19.429821+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:19.911 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-03-30T04:27:19.912 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":3,"fsid":"66dbb888-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:27:14.379608Z","created":"2024-03-30T04:25:22.879164Z","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.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3301","nonce":0},{"type":"v1","addr":"172.21.15.194:6790","nonce":0}]},"addr":"172.21.15.194:6790/0","public_addr":"172.21.15.194:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:3300","nonce":0},{"type":"v1","addr":"172.21.15.196:6789","nonce":0}]},"addr":"172.21.15.196:6789/0","public_addr":"172.21.15.196:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-30T04:27:19.914 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 3 2024-03-30T04:27:20.546 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-30T04:27:20.546 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph config generate-minimal-conf 2024-03-30T04:27:20.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: cephadm 2024-03-30T04:27:19.424818+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:20.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: cephadm 2024-03-30T04:27:19.431026+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:27:20.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:19.622868+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:20.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:19.628410+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:20.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:19.633639+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:20.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: cephadm 2024-03-30T04:27:19.635161+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:19.635539+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:19.636574+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:19.637534+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: cephadm 2024-03-30T04:27:19.638573+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring daemon mon.a on smithi194 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:19.917242+0000 mon.a (mon.0) 182 : audit [DBG] from='client.? 172.21.15.196:0/1951436980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[18557]: audit 2024-03-30T04:27:20.381203+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: cephadm 2024-03-30T04:27:19.424818+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: cephadm 2024-03-30T04:27:19.431026+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:19.622868+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:19.628410+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:20.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:19.633639+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:20.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: cephadm 2024-03-30T04:27:19.635161+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:27:20.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:19.635539+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:20.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:19.636574+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:20.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:19.637534+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:20.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: cephadm 2024-03-30T04:27:19.638573+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring daemon mon.a on smithi194 2024-03-30T04:27:20.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:19.917242+0000 mon.a (mon.0) 182 : audit [DBG] from='client.? 172.21.15.196:0/1951436980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:27:20.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:20 smithi194 bash[23637]: audit 2024-03-30T04:27:20.381203+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:14.385554+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:27:21.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:14.386068+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:21.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:14.386560+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:14.405454+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:14.405777+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:15.078279+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:15.380443+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:16.380815+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:17.078759+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:17.381028+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:18.380938+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.079164+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.380834+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.405212+0000 mon.a (mon.0) 165 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:27:21.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.410655+0000 mon.a (mon.0) 166 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],b=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:21.704 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.410745+0000 mon.a (mon.0) 167 : cluster [DBG] fsmap 2024-03-30T04:27:21.704 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.410793+0000 mon.a (mon.0) 168 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:21.704 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.411052+0000 mon.a (mon.0) 169 : cluster [DBG] mgrmap e13: y(active, since 51s) 2024-03-30T04:27:21.704 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.411384+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:27:21.704 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.418723+0000 mon.a (mon.0) 171 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-30T04:27:21.704 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.418759+0000 mon.a (mon.0) 172 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:27:21.704 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:19.418801+0000 mon.a (mon.0) 173 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.423664+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.429821+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cephadm 2024-03-30T04:27:19.424818+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cephadm 2024-03-30T04:27:19.431026+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.622868+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.628410+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.633639+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cephadm 2024-03-30T04:27:19.635161+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.635539+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.636574+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.637534+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:21.705 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cephadm 2024-03-30T04:27:19.638573+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring daemon mon.a on smithi194 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:19.917242+0000 mon.a (mon.0) 182 : audit [DBG] from='client.? 172.21.15.196:0/1951436980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: audit 2024-03-30T04:27:20.381203+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:16.379196+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.398461+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.402208+0000 mon.a (mon.0) 185 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.402263+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.425296+0000 mon.a (mon.0) 186 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.433005+0000 mon.a (mon.0) 187 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],b=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.433115+0000 mon.a (mon.0) 188 : cluster [DBG] fsmap 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.433162+0000 mon.a (mon.0) 189 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.433417+0000 mon.a (mon.0) 190 : cluster [DBG] mgrmap e13: y(active, since 53s) 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.433708+0000 mon.a (mon.0) 191 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:27:21.706 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.433749+0000 mon.a (mon.0) 192 : cluster [INF] Cluster is now healthy 2024-03-30T04:27:21.707 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:21 smithi196 bash[18523]: cluster 2024-03-30T04:27:21.445967+0000 mon.a (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-03-30T04:27:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:16.379196+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:27:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.398461+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:27:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.402208+0000 mon.a (mon.0) 185 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.402263+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.425296+0000 mon.a (mon.0) 186 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.433005+0000 mon.a (mon.0) 187 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],b=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.433115+0000 mon.a (mon.0) 188 : cluster [DBG] fsmap 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.433162+0000 mon.a (mon.0) 189 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.433417+0000 mon.a (mon.0) 190 : cluster [DBG] mgrmap e13: y(active, since 53s) 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.433708+0000 mon.a (mon.0) 191 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.433749+0000 mon.a (mon.0) 192 : cluster [INF] Cluster is now healthy 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[18557]: cluster 2024-03-30T04:27:21.445967+0000 mon.a (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:16.379196+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:27:21.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.398461+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.402208+0000 mon.a (mon.0) 185 : cluster [INF] mon.a calling monitor election 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.402263+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.425296+0000 mon.a (mon.0) 186 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.433005+0000 mon.a (mon.0) 187 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0],b=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0],c=[v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0]} 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.433115+0000 mon.a (mon.0) 188 : cluster [DBG] fsmap 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.433162+0000 mon.a (mon.0) 189 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.433417+0000 mon.a (mon.0) 190 : cluster [DBG] mgrmap e13: y(active, since 53s) 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.433708+0000 mon.a (mon.0) 191 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.433749+0000 mon.a (mon.0) 192 : cluster [INF] Cluster is now healthy 2024-03-30T04:27:21.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:21 smithi194 bash[23637]: cluster 2024-03-30T04:27:21.445967+0000 mon.a (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-03-30T04:27:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:22 smithi196 bash[18523]: audit 2024-03-30T04:27:21.920455+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:22 smithi196 bash[18523]: cephadm 2024-03-30T04:27:21.921338+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:27:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:22 smithi196 bash[18523]: audit 2024-03-30T04:27:21.921717+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:22 smithi196 bash[18523]: audit 2024-03-30T04:27:21.922720+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:22 smithi196 bash[18523]: audit 2024-03-30T04:27:21.923607+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:22 smithi196 bash[18523]: cephadm 2024-03-30T04:27:21.924681+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-03-30T04:27:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:22 smithi196 bash[18523]: audit 2024-03-30T04:27:22.381525+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:23.224 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[23637]: audit 2024-03-30T04:27:21.920455+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[23637]: cephadm 2024-03-30T04:27:21.921338+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[23637]: audit 2024-03-30T04:27:21.921717+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[23637]: audit 2024-03-30T04:27:21.922720+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[23637]: audit 2024-03-30T04:27:21.923607+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[23637]: cephadm 2024-03-30T04:27:21.924681+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[23637]: audit 2024-03-30T04:27:22.381525+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[18557]: audit 2024-03-30T04:27:21.920455+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[18557]: cephadm 2024-03-30T04:27:21.921338+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[18557]: audit 2024-03-30T04:27:21.921717+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[18557]: audit 2024-03-30T04:27:21.922720+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[18557]: audit 2024-03-30T04:27:21.923607+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[18557]: cephadm 2024-03-30T04:27:21.924681+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-03-30T04:27:23.225 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:22 smithi194 bash[18557]: audit 2024-03-30T04:27:22.381525+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:27:24.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:24 smithi194 bash[18557]: cluster 2024-03-30T04:27:23.080073+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:24.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:24 smithi194 bash[23637]: cluster 2024-03-30T04:27:23.080073+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:24.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:24 smithi196 bash[18523]: cluster 2024-03-30T04:27:23.080073+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:24.882 INFO:teuthology.orchestra.run.smithi194.stdout:# minimal ceph.conf for 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:27:24.882 INFO:teuthology.orchestra.run.smithi194.stdout:[global] 2024-03-30T04:27:24.882 INFO:teuthology.orchestra.run.smithi194.stdout: fsid = 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:27:24.882 INFO:teuthology.orchestra.run.smithi194.stdout: mon_host = [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] 2024-03-30T04:27:25.486 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-30T04:27:25.487 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:27:25.487 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2024-03-30T04:27:25.500 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:27:25.501 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:25.557 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:27:25.557 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.conf 2024-03-30T04:27:25.570 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:27:25.571 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:25.624 INFO:tasks.cephadm:Adding mgr.y on smithi194 2024-03-30T04:27:25.625 INFO:tasks.cephadm:Adding mgr.x on smithi196 2024-03-30T04:27:25.625 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply mgr '2;smithi194=y;smithi196=x' 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: audit 2024-03-30T04:27:24.876911+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: cephadm 2024-03-30T04:27:24.877641+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: audit 2024-03-30T04:27:24.877925+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: audit 2024-03-30T04:27:24.878662+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: audit 2024-03-30T04:27:24.879370+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: cephadm 2024-03-30T04:27:24.880164+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.b on smithi196 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: audit 2024-03-30T04:27:24.888717+0000 mon.a (mon.0) 203 : audit [DBG] from='client.? 172.21.15.194:0/720853557' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:26.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:25 smithi196 bash[18523]: cluster 2024-03-30T04:27:25.080540+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:26.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: audit 2024-03-30T04:27:24.876911+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: cephadm 2024-03-30T04:27:24.877641+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: audit 2024-03-30T04:27:24.877925+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: audit 2024-03-30T04:27:24.878662+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: audit 2024-03-30T04:27:24.879370+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: cephadm 2024-03-30T04:27:24.880164+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.b on smithi196 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: audit 2024-03-30T04:27:24.888717+0000 mon.a (mon.0) 203 : audit [DBG] from='client.? 172.21.15.194:0/720853557' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[18557]: cluster 2024-03-30T04:27:25.080540+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: audit 2024-03-30T04:27:24.876911+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: cephadm 2024-03-30T04:27:24.877641+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:27:26.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: audit 2024-03-30T04:27:24.877925+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:26.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: audit 2024-03-30T04:27:24.878662+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:27:26.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: audit 2024-03-30T04:27:24.879370+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:26.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: cephadm 2024-03-30T04:27:24.880164+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.b on smithi196 2024-03-30T04:27:26.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: audit 2024-03-30T04:27:24.888717+0000 mon.a (mon.0) 203 : audit [DBG] from='client.? 172.21.15.194:0/720853557' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:26.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:25 smithi194 bash[23637]: cluster 2024-03-30T04:27:25.080540+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: cluster 2024-03-30T04:27:27.080974+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: audit 2024-03-30T04:27:27.188299+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: audit 2024-03-30T04:27:27.190561+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: audit 2024-03-30T04:27:27.193159+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: audit 2024-03-30T04:27:27.194804+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: audit 2024-03-30T04:27:27.389748+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: audit 2024-03-30T04:27:27.393721+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:28 smithi196 bash[18523]: audit 2024-03-30T04:27:27.398484+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: cluster 2024-03-30T04:27:27.080974+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: audit 2024-03-30T04:27:27.188299+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: audit 2024-03-30T04:27:27.190561+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:28.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: audit 2024-03-30T04:27:27.193159+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:28.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: audit 2024-03-30T04:27:27.194804+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:28.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: audit 2024-03-30T04:27:27.389748+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: audit 2024-03-30T04:27:27.393721+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[18557]: audit 2024-03-30T04:27:27.398484+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: cluster 2024-03-30T04:27:27.080974+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: audit 2024-03-30T04:27:27.188299+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: audit 2024-03-30T04:27:27.190561+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:28.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: audit 2024-03-30T04:27:27.193159+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:28.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: audit 2024-03-30T04:27:27.194804+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:28.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: audit 2024-03-30T04:27:27.389748+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: audit 2024-03-30T04:27:27.393721+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:28 smithi194 bash[23637]: audit 2024-03-30T04:27:27.398484+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:28.912 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mgr update... 2024-03-30T04:27:29.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: cephadm 2024-03-30T04:27:27.197268+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: cephadm 2024-03-30T04:27:27.197731+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.917255+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.918953+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.921921+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.923745+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.934058+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.937145+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.944124+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.946017+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:27:29.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:29 smithi196 bash[18523]: audit 2024-03-30T04:27:28.948175+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: cephadm 2024-03-30T04:27:27.197268+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:27:29.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: cephadm 2024-03-30T04:27:27.197731+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:29.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.917255+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:29.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.918953+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:29.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.921921+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.923745+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.934058+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.937145+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.944124+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.946017+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[18557]: audit 2024-03-30T04:27:28.948175+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: cephadm 2024-03-30T04:27:27.197268+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: cephadm 2024-03-30T04:27:27.197731+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.917255+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:29.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.918953+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.921921+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.923745+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.934058+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.937145+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:27:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.944124+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:27:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.946017+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:27:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:29 smithi194 bash[23637]: audit 2024-03-30T04:27:28.948175+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:29.772 DEBUG:teuthology.orchestra.run.smithi196:mgr.x> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service 2024-03-30T04:27:29.774 INFO:tasks.cephadm:Deploying OSDs... 2024-03-30T04:27:29.775 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:27:29.775 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2024-03-30T04:27:29.781 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-30T04:27:29.781 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-30 04:21:02.320028425 +0000 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-30 04:21:02.080030569 +0000 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-30 04:21:02.080030569 +0000 2024-03-30T04:27:29.830 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-30T04:27:29.830 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-30T04:27:29.884 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-30T04:27:29.884 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-30T04:27:29.884 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000447953 s, 1.1 MB/s 2024-03-30T04:27:29.886 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-30T04:27:29.935 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2024-03-30T04:27:29.982 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-30T04:27:29.982 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:29.982 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-03-30T04:27:29.982 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:29.982 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-30 04:21:02.792024208 +0000 2024-03-30T04:27:29.982 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-30 04:21:02.560026281 +0000 2024-03-30T04:27:29.982 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-30 04:21:02.560026281 +0000 2024-03-30T04:27:29.983 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-30T04:27:29.983 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-30T04:27:30.036 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-30T04:27:30.036 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-30T04:27:30.036 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.00043304 s, 1.2 MB/s 2024-03-30T04:27:30.038 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-30T04:27:30.086 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2024-03-30T04:27:30.138 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-30T04:27:30.138 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:30.138 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-30T04:27:30.138 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:30.138 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-30 04:21:03.276019884 +0000 2024-03-30T04:27:30.138 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-30 04:21:03.020022172 +0000 2024-03-30T04:27:30.139 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-30 04:21:03.020022172 +0000 2024-03-30T04:27:30.139 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-30T04:27:30.139 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-30T04:27:30.192 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-30T04:27:30.193 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-30T04:27:30.193 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000394301 s, 1.3 MB/s 2024-03-30T04:27:30.194 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-30T04:27:30.245 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2024-03-30T04:27:30.293 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-30T04:27:30.293 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:30.293 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-30T04:27:30.293 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:30.294 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-03-30 04:21:03.496017919 +0000 2024-03-30T04:27:30.294 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-03-30 04:21:03.492017956 +0000 2024-03-30T04:27:30.294 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-03-30 04:21:03.492017956 +0000 2024-03-30T04:27:30.294 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-03-30T04:27:30.294 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-30T04:27:30.341 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:30 smithi196 bash[18523]: audit 2024-03-30T04:27:28.907336+0000 mgr.y (mgr.14152) 51 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi194=y;smithi196=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:30.341 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:30 smithi196 bash[18523]: cephadm 2024-03-30T04:27:28.910767+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Saving service mgr spec with placement smithi194=y;smithi196=x;count:2 2024-03-30T04:27:30.341 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:30 smithi196 bash[18523]: cephadm 2024-03-30T04:27:28.950119+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:27:30.341 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:30 smithi196 bash[18523]: cluster 2024-03-30T04:27:29.081365+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:30.341 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:30 smithi196 bash[18523]: audit 2024-03-30T04:27:29.147451+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:27:30.341 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:30 smithi196 bash[18523]: audit 2024-03-30T04:27:29.149837+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:27:30.347 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-03-30T04:27:30.348 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-03-30T04:27:30.348 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000301165 s, 1.7 MB/s 2024-03-30T04:27:30.349 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-30T04:27:30.400 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:27:30.400 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-03-30T04:27:30.406 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-30T04:27:30.406 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2024-03-30T04:27:30.453 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-30T04:27:30.453 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 864 Links: 1 2024-03-30T04:27:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-30 04:20:54.765761152 +0000 2024-03-30T04:27:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-30 04:20:54.517763367 +0000 2024-03-30T04:27:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-30 04:20:54.517763367 +0000 2024-03-30T04:27:30.454 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-30T04:27:30.454 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-30T04:27:30.512 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-30T04:27:30.512 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-30T04:27:30.512 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000438009 s, 1.2 MB/s 2024-03-30T04:27:30.513 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-30T04:27:30.562 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2024-03-30T04:27:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[18557]: audit 2024-03-30T04:27:28.907336+0000 mgr.y (mgr.14152) 51 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi194=y;smithi196=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[18557]: cephadm 2024-03-30T04:27:28.910767+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Saving service mgr spec with placement smithi194=y;smithi196=x;count:2 2024-03-30T04:27:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[18557]: cephadm 2024-03-30T04:27:28.950119+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:27:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[18557]: cluster 2024-03-30T04:27:29.081365+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[18557]: audit 2024-03-30T04:27:29.147451+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:27:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[18557]: audit 2024-03-30T04:27:29.149837+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:27:30.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[23637]: audit 2024-03-30T04:27:28.907336+0000 mgr.y (mgr.14152) 51 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi194=y;smithi196=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:30.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[23637]: cephadm 2024-03-30T04:27:28.910767+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Saving service mgr spec with placement smithi194=y;smithi196=x;count:2 2024-03-30T04:27:30.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[23637]: cephadm 2024-03-30T04:27:28.950119+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:27:30.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[23637]: cluster 2024-03-30T04:27:29.081365+0000 mgr.y (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:30.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[23637]: audit 2024-03-30T04:27:29.147451+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:27:30.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:30 smithi194 bash[23637]: audit 2024-03-30T04:27:29.149837+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:27:30.609 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-30T04:27:30.609 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:30.609 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-03-30T04:27:30.609 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:30.610 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-30 04:20:55.245756865 +0000 2024-03-30T04:27:30.610 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-30 04:20:54.985759187 +0000 2024-03-30T04:27:30.610 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-30 04:20:54.985759187 +0000 2024-03-30T04:27:30.610 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-30T04:27:30.610 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-30T04:27:30.664 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-30T04:27:30.664 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-30T04:27:30.664 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000365364 s, 1.4 MB/s 2024-03-30T04:27:30.665 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-30T04:27:30.714 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2024-03-30T04:27:30.760 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-30T04:27:30.761 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:30.761 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-03-30T04:27:30.761 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:30.761 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-30 04:20:55.713752685 +0000 2024-03-30T04:27:30.761 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-30 04:20:55.477754793 +0000 2024-03-30T04:27:30.761 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-30 04:20:55.477754793 +0000 2024-03-30T04:27:30.761 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-30T04:27:30.761 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-30T04:27:30.819 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-30T04:27:30.819 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-30T04:27:30.819 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000411867 s, 1.2 MB/s 2024-03-30T04:27:30.820 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-30T04:27:30.870 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-03-30 04:20:56.221748147 +0000 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-03-30 04:20:55.969750397 +0000 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-03-30 04:20:55.969750397 +0000 2024-03-30T04:27:30.916 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-03-30T04:27:30.916 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-30T04:27:30.968 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-03-30T04:27:30.968 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-03-30T04:27:30.968 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000263157 s, 1.9 MB/s 2024-03-30T04:27:30.969 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-30T04:27:31.021 INFO:tasks.cephadm:Deploying osd.0 on smithi194 with /dev/vg_nvme/lv_4... 2024-03-30T04:27:31.022 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-30T04:27:31.177 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:30 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:31.178 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:31 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:31.178 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:31 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:31.178 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:31 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:31.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:31 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:31.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:31 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:31.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:31 smithi196 systemd[1]: Started Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:27:32.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[18557]: cluster 2024-03-30T04:27:31.081739+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:32.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[18557]: audit 2024-03-30T04:27:31.323372+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:32.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[18557]: audit 2024-03-30T04:27:31.327271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:32.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[18557]: audit 2024-03-30T04:27:31.329990+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:32.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[18557]: audit 2024-03-30T04:27:31.331769+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:32.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[23637]: cluster 2024-03-30T04:27:31.081739+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:32.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[23637]: audit 2024-03-30T04:27:31.323372+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:32.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[23637]: audit 2024-03-30T04:27:31.327271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:32.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[23637]: audit 2024-03-30T04:27:31.329990+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:32.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:32 smithi194 bash[23637]: audit 2024-03-30T04:27:31.331769+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:32.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:32 smithi196 bash[18523]: cluster 2024-03-30T04:27:31.081739+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:32.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:32 smithi196 bash[18523]: audit 2024-03-30T04:27:31.323372+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:32.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:32 smithi196 bash[18523]: audit 2024-03-30T04:27:31.327271+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:32.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:32 smithi196 bash[18523]: audit 2024-03-30T04:27:31.329990+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:32.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:32 smithi196 bash[18523]: audit 2024-03-30T04:27:31.331769+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:32.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:32 smithi196 bash[19392]: debug 2024-03-30T04:27:32.170+0000 7f7f9f909700 1 -- 172.21.15.196:0/645151687 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a22ab58340 con 0x55a22b8d4c00 2024-03-30T04:27:32.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:32 smithi196 bash[19392]: debug 2024-03-30T04:27:32.310+0000 7f7fa8578000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:27:34.035 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-30T04:27:34.035 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-30T04:27:34.035 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2024-03-30T04:27:34.035 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2024-03-30T04:27:34.035 INFO:teuthology.orchestra.run.smithi194.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0140734 s, 745 MB/s 2024-03-30T04:27:34.035 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2024-03-30T04:27:34.159 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:34 smithi196 bash[18523]: cluster 2024-03-30T04:27:33.082207+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:34.159 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:33 smithi196 bash[19392]: debug 2024-03-30T04:27:33.814+0000 7f7fa8578000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:27:34.159 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:33 smithi196 bash[19392]: debug 2024-03-30T04:27:33.910+0000 7f7fa8578000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:27:34.313 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:34 smithi194 bash[18557]: cluster 2024-03-30T04:27:33.082207+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:34.313 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:34 smithi194 bash[23637]: cluster 2024-03-30T04:27:33.082207+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:34.451 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:34 smithi196 bash[19392]: debug 2024-03-30T04:27:34.158+0000 7f7fa8578000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:27:35.077 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi194:vg_nvme/lv_4 2024-03-30T04:27:35.148 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:34 smithi196 bash[19392]: debug 2024-03-30T04:27:34.890+0000 7f7fa8578000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:27:35.148 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[19392]: debug 2024-03-30T04:27:34.998+0000 7f7fa8578000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:27:35.148 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[19392]: debug 2024-03-30T04:27:35.094+0000 7f7fa8578000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:27:35.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[23637]: audit 2024-03-30T04:27:34.153196+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[23637]: audit 2024-03-30T04:27:34.264147+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[23637]: audit 2024-03-30T04:27:34.272976+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[23637]: audit 2024-03-30T04:27:34.277135+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:27:35.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[23637]: audit 2024-03-30T04:27:34.279147+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:27:35.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[23637]: audit 2024-03-30T04:27:34.280736+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:35.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[18557]: audit 2024-03-30T04:27:34.153196+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[18557]: audit 2024-03-30T04:27:34.264147+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[18557]: audit 2024-03-30T04:27:34.272976+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[18557]: audit 2024-03-30T04:27:34.277135+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:27:35.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[18557]: audit 2024-03-30T04:27:34.279147+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:27:35.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:35 smithi194 bash[18557]: audit 2024-03-30T04:27:34.280736+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:35.411 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[19392]: debug 2024-03-30T04:27:35.202+0000 7f7fa8578000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:27:35.411 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[19392]: debug 2024-03-30T04:27:35.410+0000 7f7fa8578000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:27:35.412 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[18523]: audit 2024-03-30T04:27:34.153196+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.412 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[18523]: audit 2024-03-30T04:27:34.264147+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.412 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[18523]: audit 2024-03-30T04:27:34.272976+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:35.412 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[18523]: audit 2024-03-30T04:27:34.277135+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:27:35.412 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[18523]: audit 2024-03-30T04:27:34.279147+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:27:35.412 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[18523]: audit 2024-03-30T04:27:34.280736+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:35.951 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[19392]: debug 2024-03-30T04:27:35.678+0000 7f7fa8578000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:27:35.951 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[19392]: debug 2024-03-30T04:27:35.778+0000 7f7fa8578000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:27:36.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[18523]: cephadm 2024-03-30T04:27:34.276509+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:27:36.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[18523]: cephadm 2024-03-30T04:27:34.282600+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring daemon mgr.y on smithi194 2024-03-30T04:27:36.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[18523]: cluster 2024-03-30T04:27:35.082699+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:36.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:35 smithi196 bash[19392]: debug 2024-03-30T04:27:35.954+0000 7f7fa8578000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:27:36.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[19392]: debug 2024-03-30T04:27:36.198+0000 7f7fa8578000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:27:36.578 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:36 smithi194 bash[18557]: cephadm 2024-03-30T04:27:34.276509+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:27:36.578 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:36 smithi194 bash[18557]: cephadm 2024-03-30T04:27:34.282600+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring daemon mgr.y on smithi194 2024-03-30T04:27:36.578 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:36 smithi194 bash[18557]: cluster 2024-03-30T04:27:35.082699+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:36.579 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:36 smithi194 bash[23637]: cephadm 2024-03-30T04:27:34.276509+0000 mgr.y (mgr.14152) 57 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:27:36.579 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:36 smithi194 bash[23637]: cephadm 2024-03-30T04:27:34.282600+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Reconfiguring daemon mgr.y on smithi194 2024-03-30T04:27:36.579 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:36 smithi194 bash[23637]: cluster 2024-03-30T04:27:35.082699+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:36.847 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[19392]: debug 2024-03-30T04:27:36.458+0000 7f7fa8578000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:27:36.847 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[19392]: debug 2024-03-30T04:27:36.618+0000 7f7fa8578000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:27:36.847 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[19392]: debug 2024-03-30T04:27:36.846+0000 7f7fa8578000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:27:37.201 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:36 smithi196 bash[19392]: debug 2024-03-30T04:27:36.958+0000 7f7fa8578000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:27:37.701 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:37 smithi196 bash[19392]: debug 2024-03-30T04:27:37.298+0000 7f7fa8578000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:27:38.321 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[19392]: debug 2024-03-30T04:27:38.006+0000 7f7fa8578000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:27:38.321 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[19392]: debug 2024-03-30T04:27:38.118+0000 7f7fa8578000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:27:38.321 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[19392]: debug 2024-03-30T04:27:38.318+0000 7f7fa8578000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:27:38.322 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[18523]: cluster 2024-03-30T04:27:37.083065+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:38.322 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[18523]: audit 2024-03-30T04:27:37.088658+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:38.322 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[18523]: audit 2024-03-30T04:27:37.090264+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:38.322 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[18523]: audit 2024-03-30T04:27:37.091677+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:38.322 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[18523]: audit 2024-03-30T04:27:37.092468+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:38.322 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[18523]: audit 2024-03-30T04:27:37.355667+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:38.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[18557]: cluster 2024-03-30T04:27:37.083065+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:38.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[18557]: audit 2024-03-30T04:27:37.088658+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:38.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[18557]: audit 2024-03-30T04:27:37.090264+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:38.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[18557]: audit 2024-03-30T04:27:37.091677+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:38.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[18557]: audit 2024-03-30T04:27:37.092468+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:38.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[18557]: audit 2024-03-30T04:27:37.355667+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:38.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[23637]: cluster 2024-03-30T04:27:37.083065+0000 mgr.y (mgr.14152) 60 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:38.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[23637]: audit 2024-03-30T04:27:37.088658+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:38.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[23637]: audit 2024-03-30T04:27:37.090264+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:38.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[23637]: audit 2024-03-30T04:27:37.091677+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:38.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[23637]: audit 2024-03-30T04:27:37.092468+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:38.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:38 smithi194 bash[23637]: audit 2024-03-30T04:27:37.355667+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:38.951 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:38 smithi196 bash[19392]: debug 2024-03-30T04:27:38.642+0000 7f7fa8578000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:27:39.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:39 smithi196 bash[18523]: audit 2024-03-30T04:27:38.602555+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:39.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:39 smithi196 bash[18523]: audit 2024-03-30T04:27:38.606854+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:39.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:39 smithi196 bash[18523]: audit 2024-03-30T04:27:38.608453+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:39.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:39 smithi196 bash[19392]: debug 2024-03-30T04:27:39.006+0000 7f7fa8578000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:27:39.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:27:39 smithi196 bash[19392]: debug 2024-03-30T04:27:39.118+0000 7f7fa8578000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:27:39.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:39 smithi194 bash[18557]: audit 2024-03-30T04:27:38.602555+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:39.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:39 smithi194 bash[18557]: audit 2024-03-30T04:27:38.606854+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:39.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:39 smithi194 bash[18557]: audit 2024-03-30T04:27:38.608453+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:39.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:39 smithi194 bash[23637]: audit 2024-03-30T04:27:38.602555+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:27:39.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:39 smithi194 bash[23637]: audit 2024-03-30T04:27:38.606854+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:27:39.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:39 smithi194 bash[23637]: audit 2024-03-30T04:27:38.608453+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:40.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:40 smithi196 bash[18523]: audit 2024-03-30T04:27:38.596386+0000 mgr.y (mgr.14152) 61 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:40 smithi196 bash[18523]: cluster 2024-03-30T04:27:39.083565+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:40 smithi196 bash[18523]: audit 2024-03-30T04:27:39.145316+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:27:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:40 smithi196 bash[18523]: audit 2024-03-30T04:27:39.146087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:27:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:40 smithi196 bash[18523]: cluster 2024-03-30T04:27:39.147013+0000 mon.a (mon.0) 240 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:27:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:40 smithi196 bash[18523]: audit 2024-03-30T04:27:39.147320+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:27:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:40 smithi196 bash[18523]: audit 2024-03-30T04:27:39.147788+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[18557]: audit 2024-03-30T04:27:38.596386+0000 mgr.y (mgr.14152) 61 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[18557]: cluster 2024-03-30T04:27:39.083565+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[18557]: audit 2024-03-30T04:27:39.145316+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[18557]: audit 2024-03-30T04:27:39.146087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[18557]: cluster 2024-03-30T04:27:39.147013+0000 mon.a (mon.0) 240 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[18557]: audit 2024-03-30T04:27:39.147320+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[18557]: audit 2024-03-30T04:27:39.147788+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:27:40.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[23637]: audit 2024-03-30T04:27:38.596386+0000 mgr.y (mgr.14152) 61 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:40.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[23637]: cluster 2024-03-30T04:27:39.083565+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:40.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[23637]: audit 2024-03-30T04:27:39.145316+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:27:40.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[23637]: audit 2024-03-30T04:27:39.146087+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:27:40.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[23637]: cluster 2024-03-30T04:27:39.147013+0000 mon.a (mon.0) 240 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:27:40.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[23637]: audit 2024-03-30T04:27:39.147320+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:27:40.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:40 smithi194 bash[23637]: audit 2024-03-30T04:27:39.147788+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.196:0/1689365894' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:27:41.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:41 smithi196 bash[18523]: cluster 2024-03-30T04:27:40.117884+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-03-30T04:27:41.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:41 smithi196 bash[18523]: audit 2024-03-30T04:27:40.118147+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:27:41.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:41 smithi194 bash[18557]: cluster 2024-03-30T04:27:40.117884+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-03-30T04:27:41.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:41 smithi194 bash[18557]: audit 2024-03-30T04:27:40.118147+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:27:41.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:41 smithi194 bash[23637]: cluster 2024-03-30T04:27:40.117884+0000 mon.a (mon.0) 241 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-03-30T04:27:41.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:41 smithi194 bash[23637]: audit 2024-03-30T04:27:40.118147+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:27:42.374 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:42 smithi194 bash[18557]: cluster 2024-03-30T04:27:41.083956+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:42.374 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:42 smithi194 bash[23637]: cluster 2024-03-30T04:27:41.083956+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:42.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:42 smithi196 bash[18523]: cluster 2024-03-30T04:27:41.083956+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:44.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:44 smithi194 bash[23637]: cluster 2024-03-30T04:27:43.084339+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:44.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:44 smithi194 bash[18557]: cluster 2024-03-30T04:27:43.084339+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:44.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:44 smithi196 bash[18523]: cluster 2024-03-30T04:27:43.084339+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[18557]: audit 2024-03-30T04:27:44.552060+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/3627906506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]: dispatch 2024-03-30T04:27:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[18557]: audit 2024-03-30T04:27:44.552858+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]: dispatch 2024-03-30T04:27:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[18557]: audit 2024-03-30T04:27:44.557580+0000 mon.a (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]': finished 2024-03-30T04:27:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[18557]: cluster 2024-03-30T04:27:44.557626+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:27:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[18557]: audit 2024-03-30T04:27:44.557759+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:27:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[23637]: audit 2024-03-30T04:27:44.552060+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/3627906506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]: dispatch 2024-03-30T04:27:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[23637]: audit 2024-03-30T04:27:44.552858+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]: dispatch 2024-03-30T04:27:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[23637]: audit 2024-03-30T04:27:44.557580+0000 mon.a (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]': finished 2024-03-30T04:27:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[23637]: cluster 2024-03-30T04:27:44.557626+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:27:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:45 smithi194 bash[23637]: audit 2024-03-30T04:27:44.557759+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:27:45.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:45 smithi196 bash[18523]: audit 2024-03-30T04:27:44.552060+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/3627906506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]: dispatch 2024-03-30T04:27:45.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:45 smithi196 bash[18523]: audit 2024-03-30T04:27:44.552858+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]: dispatch 2024-03-30T04:27:45.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:45 smithi196 bash[18523]: audit 2024-03-30T04:27:44.557580+0000 mon.a (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c45176b9-6656-42fc-8f39-012d869be394"}]': finished 2024-03-30T04:27:45.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:45 smithi196 bash[18523]: cluster 2024-03-30T04:27:44.557626+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:27:45.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:45 smithi196 bash[18523]: audit 2024-03-30T04:27:44.557759+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:27:46.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:46 smithi194 bash[18557]: cluster 2024-03-30T04:27:45.084762+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:46.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:46 smithi194 bash[18557]: audit 2024-03-30T04:27:45.216498+0000 mon.a (mon.0) 247 : audit [DBG] from='client.? 172.21.15.194:0/2109590630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:46.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:46 smithi194 bash[23637]: cluster 2024-03-30T04:27:45.084762+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:46.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:46 smithi194 bash[23637]: audit 2024-03-30T04:27:45.216498+0000 mon.a (mon.0) 247 : audit [DBG] from='client.? 172.21.15.194:0/2109590630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:46.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:46 smithi196 bash[18523]: cluster 2024-03-30T04:27:45.084762+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:46.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:46 smithi196 bash[18523]: audit 2024-03-30T04:27:45.216498+0000 mon.a (mon.0) 247 : audit [DBG] from='client.? 172.21.15.194:0/2109590630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:27:48.385 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:48 smithi194 bash[18557]: cluster 2024-03-30T04:27:47.085343+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:48.385 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:48 smithi194 bash[23637]: cluster 2024-03-30T04:27:47.085343+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:48.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:48 smithi196 bash[18523]: cluster 2024-03-30T04:27:47.085343+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:50.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:50 smithi196 bash[18523]: cluster 2024-03-30T04:27:49.085810+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:50.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:50 smithi194 bash[18557]: cluster 2024-03-30T04:27:49.085810+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:50.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:50 smithi194 bash[23637]: cluster 2024-03-30T04:27:49.085810+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:52.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:52 smithi196 bash[18523]: cluster 2024-03-30T04:27:51.086276+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:52.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:52 smithi194 bash[23637]: cluster 2024-03-30T04:27:51.086276+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:52.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:52 smithi194 bash[18557]: cluster 2024-03-30T04:27:51.086276+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:54 smithi194 bash[23637]: cluster 2024-03-30T04:27:53.086839+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:54.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:54 smithi194 bash[18557]: cluster 2024-03-30T04:27:53.086839+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:54.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:54 smithi196 bash[18523]: cluster 2024-03-30T04:27:53.086839+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:55.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:55 smithi194 bash[18557]: audit 2024-03-30T04:27:54.284727+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:27:55.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:55 smithi194 bash[18557]: audit 2024-03-30T04:27:54.286482+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:55.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:55 smithi194 bash[23637]: audit 2024-03-30T04:27:54.284727+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:27:55.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:55 smithi194 bash[23637]: audit 2024-03-30T04:27:54.286482+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:55.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:55 smithi196 bash[18523]: audit 2024-03-30T04:27:54.284727+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:27:55.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:55 smithi196 bash[18523]: audit 2024-03-30T04:27:54.286482+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:56.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:56 smithi194 bash[18557]: cephadm 2024-03-30T04:27:54.288016+0000 mgr.y (mgr.14152) 70 : cephadm [INF] Deploying daemon osd.0 on smithi194 2024-03-30T04:27:56.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:56 smithi194 bash[18557]: cluster 2024-03-30T04:27:55.087257+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:56.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:56 smithi194 bash[23637]: cephadm 2024-03-30T04:27:54.288016+0000 mgr.y (mgr.14152) 70 : cephadm [INF] Deploying daemon osd.0 on smithi194 2024-03-30T04:27:56.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:56 smithi194 bash[23637]: cluster 2024-03-30T04:27:55.087257+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:56.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:56 smithi196 bash[18523]: cephadm 2024-03-30T04:27:54.288016+0000 mgr.y (mgr.14152) 70 : cephadm [INF] Deploying daemon osd.0 on smithi194 2024-03-30T04:27:56.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:56 smithi196 bash[18523]: cluster 2024-03-30T04:27:55.087257+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:57.832 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:27:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:57.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:57.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.085 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:27:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:58.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:58 smithi196 bash[18523]: cluster 2024-03-30T04:27:57.087633+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:58.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:58 smithi196 bash[18523]: audit 2024-03-30T04:27:58.115300+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:58.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:58 smithi196 bash[18523]: audit 2024-03-30T04:27:58.120536+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:58.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:58 smithi196 bash[18523]: audit 2024-03-30T04:27:58.121825+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:58.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:27:58 smithi196 bash[18523]: audit 2024-03-30T04:27:58.122500+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:58.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[18557]: cluster 2024-03-30T04:27:57.087633+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:58.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[18557]: audit 2024-03-30T04:27:58.115300+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:58.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[18557]: audit 2024-03-30T04:27:58.120536+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:58.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[18557]: audit 2024-03-30T04:27:58.121825+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:58.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[18557]: audit 2024-03-30T04:27:58.122500+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:58.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[23637]: cluster 2024-03-30T04:27:57.087633+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:58.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[23637]: audit 2024-03-30T04:27:58.115300+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:27:58.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[23637]: audit 2024-03-30T04:27:58.120536+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:58.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[23637]: audit 2024-03-30T04:27:58.121825+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:58.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:27:58 smithi194 bash[23637]: audit 2024-03-30T04:27:58.122500+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:00.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:00 smithi196 bash[18523]: cluster 2024-03-30T04:27:59.087987+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:00.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:00 smithi194 bash[23637]: cluster 2024-03-30T04:27:59.087987+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:00.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:00 smithi194 bash[18557]: cluster 2024-03-30T04:27:59.087987+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:02.409 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:02 smithi194 bash[18557]: cluster 2024-03-30T04:28:01.088276+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:02.409 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:02 smithi194 bash[18557]: audit 2024-03-30T04:28:01.224771+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:02.409 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:02 smithi194 bash[18557]: audit 2024-03-30T04:28:01.231017+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:02.409 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:02 smithi194 bash[23637]: cluster 2024-03-30T04:28:01.088276+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:02.409 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:02 smithi194 bash[23637]: audit 2024-03-30T04:28:01.224771+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:02.409 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:02 smithi194 bash[23637]: audit 2024-03-30T04:28:01.231017+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:02.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:02 smithi196 bash[18523]: cluster 2024-03-30T04:28:01.088276+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:02.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:02 smithi196 bash[18523]: audit 2024-03-30T04:28:01.224771+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:02.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:02 smithi196 bash[18523]: audit 2024-03-30T04:28:01.231017+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:04.183 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 0 on host 'smithi194' 2024-03-30T04:28:04.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:04 smithi194 bash[18557]: cluster 2024-03-30T04:28:03.088592+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:04.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:04 smithi194 bash[23637]: cluster 2024-03-30T04:28:03.088592+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:04.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:04 smithi196 bash[18523]: cluster 2024-03-30T04:28:03.088592+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:04.843 DEBUG:teuthology.orchestra.run.smithi194:osd.0> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.0.service 2024-03-30T04:28:04.846 INFO:tasks.cephadm:Deploying osd.1 on smithi194 with /dev/vg_nvme/lv_3... 2024-03-30T04:28:04.846 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[23637]: audit 2024-03-30T04:28:04.186864+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[23637]: audit 2024-03-30T04:28:04.203638+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[23637]: audit 2024-03-30T04:28:04.205173+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[23637]: audit 2024-03-30T04:28:04.206118+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[23637]: audit 2024-03-30T04:28:04.490425+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[23637]: audit 2024-03-30T04:28:04.490717+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[23637]: cluster 2024-03-30T04:28:05.088879+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[18557]: audit 2024-03-30T04:28:04.186864+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:05.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[18557]: audit 2024-03-30T04:28:04.203638+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:05.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[18557]: audit 2024-03-30T04:28:04.205173+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:05.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[18557]: audit 2024-03-30T04:28:04.206118+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:05.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[18557]: audit 2024-03-30T04:28:04.490425+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:05.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[18557]: audit 2024-03-30T04:28:04.490717+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:05.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:05 smithi194 bash[18557]: cluster 2024-03-30T04:28:05.088879+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:05.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:05 smithi196 bash[18523]: audit 2024-03-30T04:28:04.186864+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:05 smithi196 bash[18523]: audit 2024-03-30T04:28:04.203638+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:05 smithi196 bash[18523]: audit 2024-03-30T04:28:04.205173+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:05 smithi196 bash[18523]: audit 2024-03-30T04:28:04.206118+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:05 smithi196 bash[18523]: audit 2024-03-30T04:28:04.490425+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:05 smithi196 bash[18523]: audit 2024-03-30T04:28:04.490717+0000 mon.a (mon.0) 260 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:05 smithi196 bash[18523]: cluster 2024-03-30T04:28:05.088879+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:06.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:06 smithi196 bash[18523]: audit 2024-03-30T04:28:05.203965+0000 mon.a (mon.0) 261 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:28:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:06 smithi196 bash[18523]: cluster 2024-03-30T04:28:05.204111+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:28:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:06 smithi196 bash[18523]: audit 2024-03-30T04:28:05.204602+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:06 smithi196 bash[18523]: audit 2024-03-30T04:28:05.205588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:06 smithi196 bash[18523]: audit 2024-03-30T04:28:05.206450+0000 mon.a (mon.0) 264 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:06.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[18557]: audit 2024-03-30T04:28:05.203965+0000 mon.a (mon.0) 261 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:28:06.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[18557]: cluster 2024-03-30T04:28:05.204111+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[18557]: audit 2024-03-30T04:28:05.204602+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[18557]: audit 2024-03-30T04:28:05.205588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[18557]: audit 2024-03-30T04:28:05.206450+0000 mon.a (mon.0) 264 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[23637]: audit 2024-03-30T04:28:05.203965+0000 mon.a (mon.0) 261 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[23637]: cluster 2024-03-30T04:28:05.204111+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[23637]: audit 2024-03-30T04:28:05.204602+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[23637]: audit 2024-03-30T04:28:05.205588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:06.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[23637]: audit 2024-03-30T04:28:05.206450+0000 mon.a (mon.0) 264 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:06.587 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[26250]: debug 2024-03-30T04:28:06.209+0000 7fcc596f0700 -1 osd.0 0 waiting for initial osdmap 2024-03-30T04:28:06.587 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:28:06 smithi194 bash[26250]: debug 2024-03-30T04:28:06.213+0000 7fcc5588a700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:28:07.538 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[18557]: audit 2024-03-30T04:28:06.200723+0000 mon.a (mon.0) 265 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:28:07.538 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[18557]: cluster 2024-03-30T04:28:06.200872+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:28:07.538 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[18557]: audit 2024-03-30T04:28:06.201580+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:07.538 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[18557]: audit 2024-03-30T04:28:06.211508+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:07.538 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[18557]: cluster 2024-03-30T04:28:07.089248+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:07.539 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[23637]: audit 2024-03-30T04:28:06.200723+0000 mon.a (mon.0) 265 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:28:07.539 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[23637]: cluster 2024-03-30T04:28:06.200872+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:28:07.539 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[23637]: audit 2024-03-30T04:28:06.201580+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:07.539 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[23637]: audit 2024-03-30T04:28:06.211508+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:07.539 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:07 smithi194 bash[23637]: cluster 2024-03-30T04:28:07.089248+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:07.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:07 smithi196 bash[18523]: audit 2024-03-30T04:28:06.200723+0000 mon.a (mon.0) 265 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:28:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:07 smithi196 bash[18523]: cluster 2024-03-30T04:28:06.200872+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:28:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:07 smithi196 bash[18523]: audit 2024-03-30T04:28:06.201580+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:07 smithi196 bash[18523]: audit 2024-03-30T04:28:06.211508+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:07 smithi196 bash[18523]: cluster 2024-03-30T04:28:07.089248+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:08.093 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-30T04:28:08.093 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-30T04:28:08.093 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2024-03-30T04:28:08.093 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2024-03-30T04:28:08.093 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0183501 s, 571 MB/s 2024-03-30T04:28:08.093 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2024-03-30T04:28:08.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[18557]: cluster 2024-03-30T04:28:05.512067+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[18557]: cluster 2024-03-30T04:28:05.512260+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[18557]: cluster 2024-03-30T04:28:07.210653+0000 mon.a (mon.0) 269 : cluster [INF] osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206] boot 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[18557]: cluster 2024-03-30T04:28:07.210713+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[18557]: audit 2024-03-30T04:28:07.211236+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[23637]: cluster 2024-03-30T04:28:05.512067+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[23637]: cluster 2024-03-30T04:28:05.512260+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[23637]: cluster 2024-03-30T04:28:07.210653+0000 mon.a (mon.0) 269 : cluster [INF] osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206] boot 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[23637]: cluster 2024-03-30T04:28:07.210713+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:28:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:08 smithi194 bash[23637]: audit 2024-03-30T04:28:07.211236+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:08.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:08 smithi196 bash[18523]: cluster 2024-03-30T04:28:05.512067+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:08.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:08 smithi196 bash[18523]: cluster 2024-03-30T04:28:05.512260+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:08.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:08 smithi196 bash[18523]: cluster 2024-03-30T04:28:07.210653+0000 mon.a (mon.0) 269 : cluster [INF] osd.0 [v2:172.21.15.194:6802/4030362206,v1:172.21.15.194:6803/4030362206] boot 2024-03-30T04:28:08.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:08 smithi196 bash[18523]: cluster 2024-03-30T04:28:07.210713+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:28:08.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:08 smithi196 bash[18523]: audit 2024-03-30T04:28:07.211236+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:09.251 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi194:vg_nvme/lv_3 2024-03-30T04:28:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:09 smithi194 bash[18557]: cluster 2024-03-30T04:28:08.223246+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:28:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:09 smithi194 bash[18557]: cluster 2024-03-30T04:28:09.089783+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:09.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:09 smithi194 bash[23637]: cluster 2024-03-30T04:28:08.223246+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:28:09.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:09 smithi194 bash[23637]: cluster 2024-03-30T04:28:09.089783+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:09.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:09 smithi196 bash[18523]: cluster 2024-03-30T04:28:08.223246+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:28:09.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:09 smithi196 bash[18523]: cluster 2024-03-30T04:28:09.089783+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[18557]: cluster 2024-03-30T04:28:11.090181+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[18557]: audit 2024-03-30T04:28:12.080149+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[18557]: audit 2024-03-30T04:28:12.082917+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[18557]: audit 2024-03-30T04:28:12.084001+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[23637]: cluster 2024-03-30T04:28:11.090181+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[23637]: audit 2024-03-30T04:28:12.080149+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[23637]: audit 2024-03-30T04:28:12.082917+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:12.403 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:12 smithi194 bash[23637]: audit 2024-03-30T04:28:12.084001+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:12.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:12 smithi196 bash[18523]: cluster 2024-03-30T04:28:11.090181+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:12 smithi196 bash[18523]: audit 2024-03-30T04:28:12.080149+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:12 smithi196 bash[18523]: audit 2024-03-30T04:28:12.082917+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:12 smithi196 bash[18523]: audit 2024-03-30T04:28:12.084001+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:13.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:13 smithi196 bash[18523]: audit 2024-03-30T04:28:12.073750+0000 mgr.y (mgr.14152) 80 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:13.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:13 smithi196 bash[18523]: audit 2024-03-30T04:28:12.420028+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:13 smithi196 bash[18523]: audit 2024-03-30T04:28:12.421645+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:13.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:13 smithi196 bash[18523]: audit 2024-03-30T04:28:12.427493+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:13 smithi196 bash[18523]: audit 2024-03-30T04:28:12.433310+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[23637]: audit 2024-03-30T04:28:12.073750+0000 mgr.y (mgr.14152) 80 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:13.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[23637]: audit 2024-03-30T04:28:12.420028+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[23637]: audit 2024-03-30T04:28:12.421645+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:13.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[23637]: audit 2024-03-30T04:28:12.427493+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[23637]: audit 2024-03-30T04:28:12.433310+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[18557]: audit 2024-03-30T04:28:12.073750+0000 mgr.y (mgr.14152) 80 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:13.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[18557]: audit 2024-03-30T04:28:12.420028+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[18557]: audit 2024-03-30T04:28:12.421645+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:13.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[18557]: audit 2024-03-30T04:28:12.427493+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:13.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:13 smithi194 bash[18557]: audit 2024-03-30T04:28:12.433310+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:14.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:14 smithi196 bash[18523]: cephadm 2024-03-30T04:28:12.413069+0000 mgr.y (mgr.14152) 81 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:28:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:14 smithi196 bash[18523]: cephadm 2024-03-30T04:28:12.422940+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 16241M 2024-03-30T04:28:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:14 smithi196 bash[18523]: cluster 2024-03-30T04:28:13.090667+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:14.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:14 smithi194 bash[18557]: cephadm 2024-03-30T04:28:12.413069+0000 mgr.y (mgr.14152) 81 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:28:14.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:14 smithi194 bash[18557]: cephadm 2024-03-30T04:28:12.422940+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 16241M 2024-03-30T04:28:14.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:14 smithi194 bash[18557]: cluster 2024-03-30T04:28:13.090667+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:14.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:14 smithi194 bash[23637]: cephadm 2024-03-30T04:28:12.413069+0000 mgr.y (mgr.14152) 81 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:28:14.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:14 smithi194 bash[23637]: cephadm 2024-03-30T04:28:12.422940+0000 mgr.y (mgr.14152) 82 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 16241M 2024-03-30T04:28:14.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:14 smithi194 bash[23637]: cluster 2024-03-30T04:28:13.090667+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:16.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:16 smithi196 bash[18523]: cluster 2024-03-30T04:28:15.091212+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:16.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:16 smithi194 bash[18557]: cluster 2024-03-30T04:28:15.091212+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:16.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:16 smithi194 bash[23637]: cluster 2024-03-30T04:28:15.091212+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:18.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:18 smithi196 bash[18523]: cluster 2024-03-30T04:28:17.091663+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:18.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:18 smithi196 bash[18523]: audit 2024-03-30T04:28:17.730841+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.194:0/1351893047' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e29f2778-23ab-4cec-822c-0beb8e382d24"}]: dispatch 2024-03-30T04:28:18.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:18 smithi196 bash[18523]: audit 2024-03-30T04:28:17.737358+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.194:0/1351893047' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e29f2778-23ab-4cec-822c-0beb8e382d24"}]': finished 2024-03-30T04:28:18.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:18 smithi196 bash[18523]: cluster 2024-03-30T04:28:17.737405+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:28:18.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:18 smithi196 bash[18523]: audit 2024-03-30T04:28:17.737672+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[23637]: cluster 2024-03-30T04:28:17.091663+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[23637]: audit 2024-03-30T04:28:17.730841+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.194:0/1351893047' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e29f2778-23ab-4cec-822c-0beb8e382d24"}]: dispatch 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[23637]: audit 2024-03-30T04:28:17.737358+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.194:0/1351893047' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e29f2778-23ab-4cec-822c-0beb8e382d24"}]': finished 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[23637]: cluster 2024-03-30T04:28:17.737405+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[23637]: audit 2024-03-30T04:28:17.737672+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[18557]: cluster 2024-03-30T04:28:17.091663+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[18557]: audit 2024-03-30T04:28:17.730841+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.194:0/1351893047' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e29f2778-23ab-4cec-822c-0beb8e382d24"}]: dispatch 2024-03-30T04:28:18.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[18557]: audit 2024-03-30T04:28:17.737358+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.194:0/1351893047' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e29f2778-23ab-4cec-822c-0beb8e382d24"}]': finished 2024-03-30T04:28:18.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[18557]: cluster 2024-03-30T04:28:17.737405+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:28:18.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:18 smithi194 bash[18557]: audit 2024-03-30T04:28:17.737672+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:19.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:19 smithi196 bash[18523]: audit 2024-03-30T04:28:18.395231+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/2695981344' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:19.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:19 smithi194 bash[18557]: audit 2024-03-30T04:28:18.395231+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/2695981344' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:19 smithi194 bash[23637]: audit 2024-03-30T04:28:18.395231+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/2695981344' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:20.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:20 smithi196 bash[18523]: cluster 2024-03-30T04:28:19.092180+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-03-30T04:28:20.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:20 smithi194 bash[18557]: cluster 2024-03-30T04:28:19.092180+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-03-30T04:28:20.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:20 smithi194 bash[23637]: cluster 2024-03-30T04:28:19.092180+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-03-30T04:28:22.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:22 smithi196 bash[18523]: cluster 2024-03-30T04:28:21.092664+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-03-30T04:28:22.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:22 smithi194 bash[18557]: cluster 2024-03-30T04:28:21.092664+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-03-30T04:28:22.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:22 smithi194 bash[23637]: cluster 2024-03-30T04:28:21.092664+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-03-30T04:28:24.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:24 smithi194 bash[23637]: cluster 2024-03-30T04:28:23.093188+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:24.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:24 smithi194 bash[18557]: cluster 2024-03-30T04:28:23.093188+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:24.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:24 smithi196 bash[18523]: cluster 2024-03-30T04:28:23.093188+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:26.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:26 smithi196 bash[18523]: cluster 2024-03-30T04:28:25.093536+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:26.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:26 smithi194 bash[23637]: cluster 2024-03-30T04:28:25.093536+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:26.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:26 smithi194 bash[18557]: cluster 2024-03-30T04:28:25.093536+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:28.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:28 smithi196 bash[18523]: cluster 2024-03-30T04:28:27.093974+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:28 smithi196 bash[18523]: audit 2024-03-30T04:28:27.594574+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:28:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:28 smithi196 bash[18523]: audit 2024-03-30T04:28:27.596132+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:28.456 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:28 smithi194 bash[18557]: cluster 2024-03-30T04:28:27.093974+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:28.456 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:28 smithi194 bash[18557]: audit 2024-03-30T04:28:27.594574+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:28:28.456 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:28 smithi194 bash[18557]: audit 2024-03-30T04:28:27.596132+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:28 smithi194 bash[23637]: cluster 2024-03-30T04:28:27.093974+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:28 smithi194 bash[23637]: audit 2024-03-30T04:28:27.594574+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:28:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:28 smithi194 bash[23637]: audit 2024-03-30T04:28:27.596132+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:29.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:29 smithi196 bash[18523]: cephadm 2024-03-30T04:28:27.597250+0000 mgr.y (mgr.14152) 91 : cephadm [INF] Deploying daemon osd.1 on smithi194 2024-03-30T04:28:29.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:29 smithi196 bash[18523]: audit 2024-03-30T04:28:29.150021+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:29.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:29 smithi194 bash[18557]: cephadm 2024-03-30T04:28:27.597250+0000 mgr.y (mgr.14152) 91 : cephadm [INF] Deploying daemon osd.1 on smithi194 2024-03-30T04:28:29.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:29 smithi194 bash[18557]: audit 2024-03-30T04:28:29.150021+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:29.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:29 smithi194 bash[23637]: cephadm 2024-03-30T04:28:27.597250+0000 mgr.y (mgr.14152) 91 : cephadm [INF] Deploying daemon osd.1 on smithi194 2024-03-30T04:28:29.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:29 smithi194 bash[23637]: audit 2024-03-30T04:28:29.150021+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:30.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:30 smithi196 bash[18523]: cluster 2024-03-30T04:28:29.094558+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-03-30T04:28:30.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:30 smithi196 bash[18523]: audit 2024-03-30T04:28:29.151683+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:30.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:30 smithi194 bash[18557]: cluster 2024-03-30T04:28:29.094558+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-03-30T04:28:30.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:30 smithi194 bash[18557]: audit 2024-03-30T04:28:29.151683+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:30.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:30 smithi194 bash[23637]: cluster 2024-03-30T04:28:29.094558+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-03-30T04:28:30.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:30 smithi194 bash[23637]: audit 2024-03-30T04:28:29.151683+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:31.086 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:28:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:31.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:31.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:31.087 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:28:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:31.384 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:31 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:31.385 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:28:31 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:31.385 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:31 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:31.385 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:28:31 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:32.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:32 smithi196 bash[18523]: cluster 2024-03-30T04:28:31.094961+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-03-30T04:28:32.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:32 smithi196 bash[18523]: audit 2024-03-30T04:28:31.274514+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:32.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:32 smithi196 bash[18523]: audit 2024-03-30T04:28:31.296270+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:32.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:32 smithi196 bash[18523]: audit 2024-03-30T04:28:31.297385+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:32.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:32 smithi196 bash[18523]: audit 2024-03-30T04:28:31.298041+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:32.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[18557]: cluster 2024-03-30T04:28:31.094961+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-03-30T04:28:32.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[18557]: audit 2024-03-30T04:28:31.274514+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:32.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[18557]: audit 2024-03-30T04:28:31.296270+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:32.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[18557]: audit 2024-03-30T04:28:31.297385+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:32.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[18557]: audit 2024-03-30T04:28:31.298041+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:32.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[23637]: cluster 2024-03-30T04:28:31.094961+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-03-30T04:28:32.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[23637]: audit 2024-03-30T04:28:31.274514+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:32.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[23637]: audit 2024-03-30T04:28:31.296270+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:32.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[23637]: audit 2024-03-30T04:28:31.297385+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:32.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:32 smithi194 bash[23637]: audit 2024-03-30T04:28:31.298041+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:34.353 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:34 smithi194 bash[18557]: cluster 2024-03-30T04:28:33.095427+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:34.353 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:34 smithi194 bash[23637]: cluster 2024-03-30T04:28:33.095427+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:34.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:34 smithi196 bash[18523]: cluster 2024-03-30T04:28:33.095427+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:35 smithi196 bash[18523]: audit 2024-03-30T04:28:34.386009+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:35 smithi196 bash[18523]: audit 2024-03-30T04:28:34.390208+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:35 smithi196 bash[18523]: cluster 2024-03-30T04:28:35.095943+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:35.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:35 smithi194 bash[18557]: audit 2024-03-30T04:28:34.386009+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:35.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:35 smithi194 bash[18557]: audit 2024-03-30T04:28:34.390208+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:35.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:35 smithi194 bash[18557]: cluster 2024-03-30T04:28:35.095943+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:35.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:35 smithi194 bash[23637]: audit 2024-03-30T04:28:34.386009+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:35.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:35 smithi194 bash[23637]: audit 2024-03-30T04:28:34.390208+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:35.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:35 smithi194 bash[23637]: cluster 2024-03-30T04:28:35.095943+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:37.270 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 1 on host 'smithi194' 2024-03-30T04:28:37.935 DEBUG:teuthology.orchestra.run.smithi194:osd.1> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.1.service 2024-03-30T04:28:37.938 INFO:tasks.cephadm:Deploying osd.2 on smithi194 with /dev/vg_nvme/lv_2... 2024-03-30T04:28:37.938 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[23637]: cluster 2024-03-30T04:28:37.096280+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[23637]: audit 2024-03-30T04:28:37.263738+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[23637]: audit 2024-03-30T04:28:37.269711+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[23637]: audit 2024-03-30T04:28:37.270093+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[23637]: audit 2024-03-30T04:28:37.276359+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[23637]: audit 2024-03-30T04:28:37.719091+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[18557]: cluster 2024-03-30T04:28:37.096280+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:38.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[18557]: audit 2024-03-30T04:28:37.263738+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:38.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[18557]: audit 2024-03-30T04:28:37.269711+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:38.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[18557]: audit 2024-03-30T04:28:37.270093+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:38.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[18557]: audit 2024-03-30T04:28:37.276359+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:38.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:38 smithi194 bash[18557]: audit 2024-03-30T04:28:37.719091+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:28:38.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:38 smithi196 bash[18523]: cluster 2024-03-30T04:28:37.096280+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:38.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:38 smithi196 bash[18523]: audit 2024-03-30T04:28:37.263738+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:38.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:38 smithi196 bash[18523]: audit 2024-03-30T04:28:37.269711+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:38.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:38 smithi196 bash[18523]: audit 2024-03-30T04:28:37.270093+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:38.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:38 smithi196 bash[18523]: audit 2024-03-30T04:28:37.276359+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:38.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:38 smithi196 bash[18523]: audit 2024-03-30T04:28:37.719091+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[18557]: audit 2024-03-30T04:28:38.274155+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[18557]: cluster 2024-03-30T04:28:38.274263+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[18557]: audit 2024-03-30T04:28:38.274667+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[18557]: audit 2024-03-30T04:28:38.275576+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[18557]: cluster 2024-03-30T04:28:39.096615+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[23637]: audit 2024-03-30T04:28:38.274155+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[23637]: cluster 2024-03-30T04:28:38.274263+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:28:39.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[23637]: audit 2024-03-30T04:28:38.274667+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:39.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[23637]: audit 2024-03-30T04:28:38.275576+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:39.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[23637]: cluster 2024-03-30T04:28:39.096615+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:39.588 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[29226]: debug 2024-03-30T04:28:39.287+0000 7f1f3035d700 -1 osd.1 0 waiting for initial osdmap 2024-03-30T04:28:39.588 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:28:39 smithi194 bash[29226]: debug 2024-03-30T04:28:39.295+0000 7f1f2bcf6700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:28:39.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:39 smithi196 bash[18523]: audit 2024-03-30T04:28:38.274155+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:28:39.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:39 smithi196 bash[18523]: cluster 2024-03-30T04:28:38.274263+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:28:39.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:39 smithi196 bash[18523]: audit 2024-03-30T04:28:38.274667+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:39.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:39 smithi196 bash[18523]: audit 2024-03-30T04:28:38.275576+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:28:39.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:39 smithi196 bash[18523]: cluster 2024-03-30T04:28:39.096615+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:28:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:40 smithi194 bash[18557]: audit 2024-03-30T04:28:39.288129+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:28:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:40 smithi194 bash[18557]: cluster 2024-03-30T04:28:39.288337+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:28:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:40 smithi194 bash[18557]: audit 2024-03-30T04:28:39.295665+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:40 smithi194 bash[23637]: audit 2024-03-30T04:28:39.288129+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:28:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:40 smithi194 bash[23637]: cluster 2024-03-30T04:28:39.288337+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:28:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:40 smithi194 bash[23637]: audit 2024-03-30T04:28:39.295665+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:40.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:40 smithi196 bash[18523]: audit 2024-03-30T04:28:39.288129+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:28:40.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:40 smithi196 bash[18523]: cluster 2024-03-30T04:28:39.288337+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:28:40.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:40 smithi196 bash[18523]: audit 2024-03-30T04:28:39.295665+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:41.466 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-30T04:28:41.466 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-30T04:28:41.466 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2024-03-30T04:28:41.466 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2024-03-30T04:28:41.466 INFO:teuthology.orchestra.run.smithi194.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149995 s, 699 MB/s 2024-03-30T04:28:41.466 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2024-03-30T04:28:41.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[18557]: cluster 2024-03-30T04:28:38.716151+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:41.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[18557]: cluster 2024-03-30T04:28:38.716355+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:41.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[18557]: cluster 2024-03-30T04:28:40.288569+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039] boot 2024-03-30T04:28:41.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[18557]: cluster 2024-03-30T04:28:40.288673+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:28:41.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[18557]: audit 2024-03-30T04:28:40.289795+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:41.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[18557]: cluster 2024-03-30T04:28:41.097067+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:41.527 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[23637]: cluster 2024-03-30T04:28:38.716151+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:41.527 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[23637]: cluster 2024-03-30T04:28:38.716355+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:41.527 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[23637]: cluster 2024-03-30T04:28:40.288569+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039] boot 2024-03-30T04:28:41.527 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[23637]: cluster 2024-03-30T04:28:40.288673+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:28:41.527 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[23637]: audit 2024-03-30T04:28:40.289795+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:41.527 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:41 smithi194 bash[23637]: cluster 2024-03-30T04:28:41.097067+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:41.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:41 smithi196 bash[18523]: cluster 2024-03-30T04:28:38.716151+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:41.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:41 smithi196 bash[18523]: cluster 2024-03-30T04:28:38.716355+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:41.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:41 smithi196 bash[18523]: cluster 2024-03-30T04:28:40.288569+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.194:6810/3841040039,v1:172.21.15.194:6811/3841040039] boot 2024-03-30T04:28:41.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:41 smithi196 bash[18523]: cluster 2024-03-30T04:28:40.288673+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:28:41.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:41 smithi196 bash[18523]: audit 2024-03-30T04:28:40.289795+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:28:41.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:41 smithi196 bash[18523]: cluster 2024-03-30T04:28:41.097067+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:42.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:42 smithi194 bash[18557]: cluster 2024-03-30T04:28:41.299959+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:28:42.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:42 smithi194 bash[23637]: cluster 2024-03-30T04:28:41.299959+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:28:42.634 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi194:vg_nvme/lv_2 2024-03-30T04:28:42.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:42 smithi196 bash[18523]: cluster 2024-03-30T04:28:41.299959+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:28:44.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:44 smithi194 bash[23637]: cluster 2024-03-30T04:28:43.097506+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:44.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:44 smithi194 bash[18557]: cluster 2024-03-30T04:28:43.097506+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:44.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:44 smithi196 bash[18523]: cluster 2024-03-30T04:28:43.097506+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: cluster 2024-03-30T04:28:45.097990+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.469729+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.471021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.472193+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.478328+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.484152+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.959556+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.964708+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:46.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[18557]: audit 2024-03-30T04:28:45.965906+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:46.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: cluster 2024-03-30T04:28:45.097990+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.469729+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.471021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.472193+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.478328+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.484152+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.959556+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.964708+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:46 smithi196 bash[18523]: audit 2024-03-30T04:28:45.965906+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: cluster 2024-03-30T04:28:45.097990+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.469729+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.471021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.472193+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.478328+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.484152+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.959556+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.964708+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:46 smithi194 bash[23637]: audit 2024-03-30T04:28:45.965906+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:47.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:47 smithi196 bash[18523]: cephadm 2024-03-30T04:28:45.461790+0000 mgr.y (mgr.14152) 101 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:28:47.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:47 smithi196 bash[18523]: cephadm 2024-03-30T04:28:45.473181+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 8120M 2024-03-30T04:28:47.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:47 smithi196 bash[18523]: audit 2024-03-30T04:28:45.956878+0000 mgr.y (mgr.14152) 103 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:47.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:47 smithi194 bash[18557]: cephadm 2024-03-30T04:28:45.461790+0000 mgr.y (mgr.14152) 101 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:28:47.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:47 smithi194 bash[18557]: cephadm 2024-03-30T04:28:45.473181+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 8120M 2024-03-30T04:28:47.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:47 smithi194 bash[18557]: audit 2024-03-30T04:28:45.956878+0000 mgr.y (mgr.14152) 103 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:47.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:47 smithi194 bash[23637]: cephadm 2024-03-30T04:28:45.461790+0000 mgr.y (mgr.14152) 101 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:28:47.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:47 smithi194 bash[23637]: cephadm 2024-03-30T04:28:45.473181+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 8120M 2024-03-30T04:28:47.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:47 smithi194 bash[23637]: audit 2024-03-30T04:28:45.956878+0000 mgr.y (mgr.14152) 103 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:48.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:48 smithi196 bash[18523]: cluster 2024-03-30T04:28:47.098457+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:48.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:48 smithi194 bash[18557]: cluster 2024-03-30T04:28:47.098457+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:48.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:48 smithi194 bash[23637]: cluster 2024-03-30T04:28:47.098457+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:50.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:50 smithi196 bash[18523]: cluster 2024-03-30T04:28:49.098979+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:50.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:50 smithi194 bash[18557]: cluster 2024-03-30T04:28:49.098979+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:50.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:50 smithi194 bash[23637]: cluster 2024-03-30T04:28:49.098979+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:52.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:52 smithi196 bash[18523]: cluster 2024-03-30T04:28:51.099318+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:52.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:52 smithi196 bash[18523]: audit 2024-03-30T04:28:51.772303+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/816527611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]: dispatch 2024-03-30T04:28:52.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:52 smithi196 bash[18523]: audit 2024-03-30T04:28:51.773067+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]: dispatch 2024-03-30T04:28:52.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:52 smithi196 bash[18523]: audit 2024-03-30T04:28:51.780158+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]': finished 2024-03-30T04:28:52.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:52 smithi196 bash[18523]: cluster 2024-03-30T04:28:51.780348+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:28:52.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:52 smithi196 bash[18523]: audit 2024-03-30T04:28:51.780526+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[23637]: cluster 2024-03-30T04:28:51.099318+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[23637]: audit 2024-03-30T04:28:51.772303+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/816527611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]: dispatch 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[23637]: audit 2024-03-30T04:28:51.773067+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]: dispatch 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[23637]: audit 2024-03-30T04:28:51.780158+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]': finished 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[23637]: cluster 2024-03-30T04:28:51.780348+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[23637]: audit 2024-03-30T04:28:51.780526+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[18557]: cluster 2024-03-30T04:28:51.099318+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[18557]: audit 2024-03-30T04:28:51.772303+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/816527611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]: dispatch 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[18557]: audit 2024-03-30T04:28:51.773067+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]: dispatch 2024-03-30T04:28:52.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[18557]: audit 2024-03-30T04:28:51.780158+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4d0a79d-13de-447b-bb47-d03bee7da7ff"}]': finished 2024-03-30T04:28:52.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[18557]: cluster 2024-03-30T04:28:51.780348+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:28:52.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:52 smithi194 bash[18557]: audit 2024-03-30T04:28:51.780526+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:28:53.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:53 smithi196 bash[18523]: audit 2024-03-30T04:28:52.462854+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.194:0/3654029063' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:53.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:53 smithi194 bash[23637]: audit 2024-03-30T04:28:52.462854+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.194:0/3654029063' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:53.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:53 smithi194 bash[18557]: audit 2024-03-30T04:28:52.462854+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.194:0/3654029063' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:54.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:54 smithi196 bash[18523]: cluster 2024-03-30T04:28:53.099837+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-03-30T04:28:54.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:54 smithi194 bash[18557]: cluster 2024-03-30T04:28:53.099837+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-03-30T04:28:54.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:54 smithi194 bash[23637]: cluster 2024-03-30T04:28:53.099837+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-03-30T04:28:56.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:56 smithi196 bash[18523]: cluster 2024-03-30T04:28:55.100313+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-03-30T04:28:56.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:56 smithi194 bash[18557]: cluster 2024-03-30T04:28:55.100313+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-03-30T04:28:56.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:56 smithi194 bash[23637]: cluster 2024-03-30T04:28:55.100313+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-03-30T04:28:58.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:58 smithi196 bash[18523]: cluster 2024-03-30T04:28:57.100789+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:58.487 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:58 smithi194 bash[18557]: cluster 2024-03-30T04:28:57.100789+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:58.487 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:58 smithi194 bash[23637]: cluster 2024-03-30T04:28:57.100789+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:59.499 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:28:59 smithi194 bash[23637]: cluster 2024-03-30T04:28:59.101282+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:59.500 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:28:59 smithi194 bash[18557]: cluster 2024-03-30T04:28:59.101282+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:28:59.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:28:59 smithi196 bash[18523]: cluster 2024-03-30T04:28:59.101282+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:02 smithi194 bash[23637]: cluster 2024-03-30T04:29:01.101833+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:02.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:02 smithi194 bash[23637]: audit 2024-03-30T04:29:01.950208+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:29:02.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:02 smithi194 bash[23637]: audit 2024-03-30T04:29:01.951604+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:02.208 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:02 smithi194 bash[18557]: cluster 2024-03-30T04:29:01.101833+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:02.208 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:02 smithi194 bash[18557]: audit 2024-03-30T04:29:01.950208+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:29:02.208 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:02 smithi194 bash[18557]: audit 2024-03-30T04:29:01.951604+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:02.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:02 smithi196 bash[18523]: cluster 2024-03-30T04:29:01.101833+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:02.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:02 smithi196 bash[18523]: audit 2024-03-30T04:29:01.950208+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:29:02.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:02 smithi196 bash[18523]: audit 2024-03-30T04:29:01.951604+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:03.282 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:03 smithi194 bash[23637]: cephadm 2024-03-30T04:29:01.952699+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Deploying daemon osd.2 on smithi194 2024-03-30T04:29:03.283 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:03 smithi194 bash[18557]: cephadm 2024-03-30T04:29:01.952699+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Deploying daemon osd.2 on smithi194 2024-03-30T04:29:03.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:03 smithi196 bash[18523]: cephadm 2024-03-30T04:29:01.952699+0000 mgr.y (mgr.14152) 112 : cephadm [INF] Deploying daemon osd.2 on smithi194 2024-03-30T04:29:04.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:04 smithi196 bash[18523]: cluster 2024-03-30T04:29:03.102259+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:04.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:04 smithi194 bash[18557]: cluster 2024-03-30T04:29:03.102259+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:04.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:04 smithi194 bash[23637]: cluster 2024-03-30T04:29:03.102259+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:05.587 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:05.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:05.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:05.588 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:05.588 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:06.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:06.088 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:06.088 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:06.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:06.088 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:29:05 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:06.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:06 smithi196 bash[18523]: cluster 2024-03-30T04:29:05.102727+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:06 smithi196 bash[18523]: audit 2024-03-30T04:29:05.814822+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:06 smithi196 bash[18523]: audit 2024-03-30T04:29:05.848096+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:06 smithi196 bash[18523]: audit 2024-03-30T04:29:05.849176+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:06 smithi196 bash[18523]: audit 2024-03-30T04:29:05.849777+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[18557]: cluster 2024-03-30T04:29:05.102727+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[18557]: audit 2024-03-30T04:29:05.814822+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[18557]: audit 2024-03-30T04:29:05.848096+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[18557]: audit 2024-03-30T04:29:05.849176+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[18557]: audit 2024-03-30T04:29:05.849777+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[23637]: cluster 2024-03-30T04:29:05.102727+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[23637]: audit 2024-03-30T04:29:05.814822+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[23637]: audit 2024-03-30T04:29:05.848096+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:06.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[23637]: audit 2024-03-30T04:29:05.849176+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:06.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:06 smithi194 bash[23637]: audit 2024-03-30T04:29:05.849777+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:08.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:08 smithi194 bash[23637]: cluster 2024-03-30T04:29:07.103050+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:08.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:08 smithi194 bash[18557]: cluster 2024-03-30T04:29:07.103050+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:08.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:08 smithi196 bash[18523]: cluster 2024-03-30T04:29:07.103050+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:10.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:10 smithi196 bash[18523]: cluster 2024-03-30T04:29:09.103521+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:10 smithi196 bash[18523]: audit 2024-03-30T04:29:09.407254+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:10 smithi196 bash[18523]: audit 2024-03-30T04:29:09.673949+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:10.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:10 smithi194 bash[18557]: cluster 2024-03-30T04:29:09.103521+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:10.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:10 smithi194 bash[18557]: audit 2024-03-30T04:29:09.407254+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:10.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:10 smithi194 bash[18557]: audit 2024-03-30T04:29:09.673949+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:10.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:10 smithi194 bash[23637]: cluster 2024-03-30T04:29:09.103521+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:10.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:10 smithi194 bash[23637]: audit 2024-03-30T04:29:09.407254+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:10.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:10 smithi194 bash[23637]: audit 2024-03-30T04:29:09.673949+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:12.134 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 2 on host 'smithi194' 2024-03-30T04:29:12.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:12 smithi196 bash[18523]: cluster 2024-03-30T04:29:11.104005+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:12 smithi196 bash[18523]: audit 2024-03-30T04:29:12.133229+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:12 smithi196 bash[18523]: audit 2024-03-30T04:29:12.145317+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:12 smithi196 bash[18523]: audit 2024-03-30T04:29:12.146832+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:12 smithi196 bash[18523]: audit 2024-03-30T04:29:12.147745+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:12.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[18557]: cluster 2024-03-30T04:29:11.104005+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[18557]: audit 2024-03-30T04:29:12.133229+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[18557]: audit 2024-03-30T04:29:12.145317+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[18557]: audit 2024-03-30T04:29:12.146832+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[18557]: audit 2024-03-30T04:29:12.147745+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[23637]: cluster 2024-03-30T04:29:11.104005+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[23637]: audit 2024-03-30T04:29:12.133229+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[23637]: audit 2024-03-30T04:29:12.145317+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[23637]: audit 2024-03-30T04:29:12.146832+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:12.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[23637]: audit 2024-03-30T04:29:12.147745+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:12.765 DEBUG:teuthology.orchestra.run.smithi194:osd.2> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.2.service 2024-03-30T04:29:12.767 INFO:tasks.cephadm:Deploying osd.3 on smithi194 with /dev/vg_nvme/lv_1... 2024-03-30T04:29:12.767 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-30T04:29:13.088 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:29:12 smithi194 bash[32221]: debug 2024-03-30T04:29:12.877+0000 7f53669893c0 -1 osd.2 0 log_to_monitors true 2024-03-30T04:29:13.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:13 smithi196 bash[18523]: audit 2024-03-30T04:29:12.885875+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:29:13.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:13 smithi196 bash[18523]: audit 2024-03-30T04:29:12.886230+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:29:13.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:13 smithi194 bash[18557]: audit 2024-03-30T04:29:12.885875+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:29:13.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:13 smithi194 bash[18557]: audit 2024-03-30T04:29:12.886230+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:29:13.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:13 smithi194 bash[23637]: audit 2024-03-30T04:29:12.885875+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:29:13.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:13 smithi194 bash[23637]: audit 2024-03-30T04:29:12.886230+0000 mon.a (mon.0) 335 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:29:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:14 smithi196 bash[18523]: cluster 2024-03-30T04:29:13.104484+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:14 smithi196 bash[18523]: audit 2024-03-30T04:29:13.193742+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:29:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:14 smithi196 bash[18523]: cluster 2024-03-30T04:29:13.193979+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:29:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:14 smithi196 bash[18523]: audit 2024-03-30T04:29:13.194243+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:14 smithi196 bash[18523]: audit 2024-03-30T04:29:13.195268+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:14.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:14 smithi196 bash[18523]: audit 2024-03-30T04:29:13.195974+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:14.587 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[32221]: debug 2024-03-30T04:29:14.201+0000 7f535d38c700 -1 osd.2 0 waiting for initial osdmap 2024-03-30T04:29:14.587 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[32221]: debug 2024-03-30T04:29:14.205+0000 7f5356d21700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:29:14.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[23637]: cluster 2024-03-30T04:29:13.104484+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:14.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[23637]: audit 2024-03-30T04:29:13.193742+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:29:14.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[23637]: cluster 2024-03-30T04:29:13.193979+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[23637]: audit 2024-03-30T04:29:13.194243+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[23637]: audit 2024-03-30T04:29:13.195268+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[23637]: audit 2024-03-30T04:29:13.195974+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[18557]: cluster 2024-03-30T04:29:13.104484+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[18557]: audit 2024-03-30T04:29:13.193742+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[18557]: cluster 2024-03-30T04:29:13.193979+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[18557]: audit 2024-03-30T04:29:13.194243+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[18557]: audit 2024-03-30T04:29:13.195268+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:14.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:14 smithi194 bash[18557]: audit 2024-03-30T04:29:13.195974+0000 mon.a (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:15.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[18557]: audit 2024-03-30T04:29:14.196772+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:29:15.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[18557]: cluster 2024-03-30T04:29:14.196952+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:29:15.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[18557]: audit 2024-03-30T04:29:14.197253+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:15.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[18557]: audit 2024-03-30T04:29:14.204453+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:15.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[18557]: cluster 2024-03-30T04:29:15.104935+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:15.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[23637]: audit 2024-03-30T04:29:14.196772+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:29:15.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[23637]: cluster 2024-03-30T04:29:14.196952+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:29:15.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[23637]: audit 2024-03-30T04:29:14.197253+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:15.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[23637]: audit 2024-03-30T04:29:14.204453+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:15.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:15 smithi194 bash[23637]: cluster 2024-03-30T04:29:15.104935+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:15.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:15 smithi196 bash[18523]: audit 2024-03-30T04:29:14.196772+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:29:15.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:15 smithi196 bash[18523]: cluster 2024-03-30T04:29:14.196952+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:29:15.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:15 smithi196 bash[18523]: audit 2024-03-30T04:29:14.197253+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:15.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:15 smithi196 bash[18523]: audit 2024-03-30T04:29:14.204453+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:15.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:15 smithi196 bash[18523]: cluster 2024-03-30T04:29:15.104935+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:16 smithi196 bash[18523]: cluster 2024-03-30T04:29:13.864968+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:16 smithi196 bash[18523]: cluster 2024-03-30T04:29:13.865091+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:16 smithi196 bash[18523]: cluster 2024-03-30T04:29:15.205399+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904] boot 2024-03-30T04:29:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:16 smithi196 bash[18523]: cluster 2024-03-30T04:29:15.205465+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:29:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:16 smithi196 bash[18523]: audit 2024-03-30T04:29:15.205758+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:16 smithi196 bash[18523]: audit 2024-03-30T04:29:15.210339+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:29:16.471 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-30T04:29:16.471 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-30T04:29:16.471 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2024-03-30T04:29:16.471 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2024-03-30T04:29:16.471 INFO:teuthology.orchestra.run.smithi194.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0132908 s, 789 MB/s 2024-03-30T04:29:16.471 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[18557]: cluster 2024-03-30T04:29:13.864968+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[18557]: cluster 2024-03-30T04:29:13.865091+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[18557]: cluster 2024-03-30T04:29:15.205399+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904] boot 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[18557]: cluster 2024-03-30T04:29:15.205465+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[18557]: audit 2024-03-30T04:29:15.205758+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[18557]: audit 2024-03-30T04:29:15.210339+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[23637]: cluster 2024-03-30T04:29:13.864968+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:16.512 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[23637]: cluster 2024-03-30T04:29:13.865091+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:16.513 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[23637]: cluster 2024-03-30T04:29:15.205399+0000 mon.a (mon.0) 344 : cluster [INF] osd.2 [v2:172.21.15.194:6818/1411569904,v1:172.21.15.194:6819/1411569904] boot 2024-03-30T04:29:16.513 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[23637]: cluster 2024-03-30T04:29:15.205465+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:29:16.513 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[23637]: audit 2024-03-30T04:29:15.205758+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:16.513 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:16 smithi194 bash[23637]: audit 2024-03-30T04:29:15.210339+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[18557]: audit 2024-03-30T04:29:16.212220+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[18557]: cluster 2024-03-30T04:29:16.212301+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[18557]: audit 2024-03-30T04:29:16.213199+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[18557]: cluster 2024-03-30T04:29:17.105490+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[23637]: audit 2024-03-30T04:29:16.212220+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[23637]: cluster 2024-03-30T04:29:16.212301+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[23637]: audit 2024-03-30T04:29:16.213199+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:29:17.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:17 smithi194 bash[23637]: cluster 2024-03-30T04:29:17.105490+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:17.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:17 smithi196 bash[18523]: audit 2024-03-30T04:29:16.212220+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:29:17.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:17 smithi196 bash[18523]: cluster 2024-03-30T04:29:16.212301+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:29:17.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:17 smithi196 bash[18523]: audit 2024-03-30T04:29:16.213199+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:29:17.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:17 smithi196 bash[18523]: cluster 2024-03-30T04:29:17.105490+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:17.729 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi194:vg_nvme/lv_1 2024-03-30T04:29:18.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:18 smithi194 bash[18557]: audit 2024-03-30T04:29:17.221893+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:29:18.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:18 smithi194 bash[18557]: cluster 2024-03-30T04:29:17.222002+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:29:18.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:18 smithi194 bash[23637]: audit 2024-03-30T04:29:17.221893+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:29:18.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:18 smithi194 bash[23637]: cluster 2024-03-30T04:29:17.222002+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:29:18.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:18 smithi196 bash[18523]: audit 2024-03-30T04:29:17.221893+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:29:18.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:18 smithi196 bash[18523]: cluster 2024-03-30T04:29:17.222002+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[23637]: cluster 2024-03-30T04:29:18.226737+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[23637]: cluster 2024-03-30T04:29:18.244362+0000 mon.a (mon.0) 354 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[23637]: audit 2024-03-30T04:29:18.314367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[23637]: cluster 2024-03-30T04:29:19.105950+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[18557]: cluster 2024-03-30T04:29:18.226737+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[18557]: cluster 2024-03-30T04:29:18.244362+0000 mon.a (mon.0) 354 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[18557]: audit 2024-03-30T04:29:18.314367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:19 smithi194 bash[18557]: cluster 2024-03-30T04:29:19.105950+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:19.709 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:19 smithi196 bash[18523]: cluster 2024-03-30T04:29:18.226737+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:29:19.709 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:19 smithi196 bash[18523]: cluster 2024-03-30T04:29:18.244362+0000 mon.a (mon.0) 354 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:29:19.709 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:19 smithi196 bash[18523]: audit 2024-03-30T04:29:18.314367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:19.709 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:19 smithi196 bash[18523]: cluster 2024-03-30T04:29:19.105950+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:22.071 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.076192+0000 mon.a (mon.0) 356 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.960362+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.961864+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.962589+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.963025+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.965134+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.965680+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[18557]: audit 2024-03-30T04:29:20.966167+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.076192+0000 mon.a (mon.0) 356 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.960362+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:22.072 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.961864+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:22.073 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.962589+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:22.073 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.963025+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:22.073 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.965134+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:22.073 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.965680+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:22.073 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:21 smithi194 bash[23637]: audit 2024-03-30T04:29:20.966167+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.076192+0000 mon.a (mon.0) 356 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.960362+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.961864+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.962589+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.963025+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.965134+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.965680+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:21 smithi196 bash[18523]: audit 2024-03-30T04:29:20.966167+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:23.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:20.964857+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: cluster 2024-03-30T04:29:21.106398+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: cephadm 2024-03-30T04:29:21.287255+0000 mgr.y (mgr.14152) 123 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.820478+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.829567+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.829732+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.829917+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.831412+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.833761+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.834683+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.835325+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:21.835933+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: cephadm 2024-03-30T04:29:21.836401+0000 mgr.y (mgr.14152) 124 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 5413M 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.032415+0000 mgr.y (mgr.14152) 125 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:23.089 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.036234+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.042184+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.043875+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.725161+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.735135+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.749654+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[18557]: audit 2024-03-30T04:29:22.780707+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:20.964857+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: cluster 2024-03-30T04:29:21.106398+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: cephadm 2024-03-30T04:29:21.287255+0000 mgr.y (mgr.14152) 123 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.820478+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.829567+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:23.090 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.829732+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.829917+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.831412+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.833761+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.834683+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.835325+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:21.835933+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: cephadm 2024-03-30T04:29:21.836401+0000 mgr.y (mgr.14152) 124 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 5413M 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.032415+0000 mgr.y (mgr.14152) 125 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.036234+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.042184+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.043875+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.725161+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.735135+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.749654+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:22 smithi194 bash[23637]: audit 2024-03-30T04:29:22.780707+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:20.964857+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: cluster 2024-03-30T04:29:21.106398+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: cephadm 2024-03-30T04:29:21.287255+0000 mgr.y (mgr.14152) 123 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:29:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.820478+0000 mon.c (mon.1) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:23.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.829567+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.829732+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.829917+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.831412+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.833761+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.834683+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.835325+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:21.835933+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: cephadm 2024-03-30T04:29:21.836401+0000 mgr.y (mgr.14152) 124 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 5413M 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.032415+0000 mgr.y (mgr.14152) 125 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.036234+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.042184+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.043875+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.725161+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.735135+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.749654+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:23.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:22 smithi196 bash[18523]: audit 2024-03-30T04:29:22.780707+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:24.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:24 smithi196 bash[18523]: cluster 2024-03-30T04:29:23.106916+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:24.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:24 smithi194 bash[18557]: cluster 2024-03-30T04:29:23.106916+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:24.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:24 smithi194 bash[23637]: cluster 2024-03-30T04:29:23.106916+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:26.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:26 smithi196 bash[18523]: cluster 2024-03-30T04:29:25.107457+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:26.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:26 smithi194 bash[18557]: cluster 2024-03-30T04:29:25.107457+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:26.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:26 smithi194 bash[23637]: cluster 2024-03-30T04:29:25.107457+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:28 smithi196 bash[18523]: cluster 2024-03-30T04:29:27.108075+0000 mgr.y (mgr.14152) 128 : 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-03-30T04:29:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:28 smithi196 bash[18523]: audit 2024-03-30T04:29:28.149297+0000 mon.a (mon.0) 377 : audit [INF] from='client.? 172.21.15.194:0/1760132897' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71266a3f-7f99-45cc-b4b7-ed61d198184f"}]: dispatch 2024-03-30T04:29:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:28 smithi196 bash[18523]: audit 2024-03-30T04:29:28.154675+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.194:0/1760132897' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71266a3f-7f99-45cc-b4b7-ed61d198184f"}]': finished 2024-03-30T04:29:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:28 smithi196 bash[18523]: cluster 2024-03-30T04:29:28.154734+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-30T04:29:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:28 smithi196 bash[18523]: audit 2024-03-30T04:29:28.154875+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:28.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[18557]: cluster 2024-03-30T04:29:27.108075+0000 mgr.y (mgr.14152) 128 : 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-03-30T04:29:28.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[18557]: audit 2024-03-30T04:29:28.149297+0000 mon.a (mon.0) 377 : audit [INF] from='client.? 172.21.15.194:0/1760132897' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71266a3f-7f99-45cc-b4b7-ed61d198184f"}]: dispatch 2024-03-30T04:29:28.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[18557]: audit 2024-03-30T04:29:28.154675+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.194:0/1760132897' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71266a3f-7f99-45cc-b4b7-ed61d198184f"}]': finished 2024-03-30T04:29:28.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[18557]: cluster 2024-03-30T04:29:28.154734+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-30T04:29:28.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[18557]: audit 2024-03-30T04:29:28.154875+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:28.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[23637]: cluster 2024-03-30T04:29:27.108075+0000 mgr.y (mgr.14152) 128 : 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-03-30T04:29:28.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[23637]: audit 2024-03-30T04:29:28.149297+0000 mon.a (mon.0) 377 : audit [INF] from='client.? 172.21.15.194:0/1760132897' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71266a3f-7f99-45cc-b4b7-ed61d198184f"}]: dispatch 2024-03-30T04:29:28.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[23637]: audit 2024-03-30T04:29:28.154675+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.194:0/1760132897' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71266a3f-7f99-45cc-b4b7-ed61d198184f"}]': finished 2024-03-30T04:29:28.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[23637]: cluster 2024-03-30T04:29:28.154734+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-30T04:29:28.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:28 smithi194 bash[23637]: audit 2024-03-30T04:29:28.154875+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:29.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:29 smithi196 bash[18523]: audit 2024-03-30T04:29:28.816705+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.194:0/2058688066' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:29.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:29 smithi196 bash[18523]: audit 2024-03-30T04:29:29.152061+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:29.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:29 smithi196 bash[18523]: audit 2024-03-30T04:29:29.154251+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:29.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:29 smithi194 bash[18557]: audit 2024-03-30T04:29:28.816705+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.194:0/2058688066' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:29.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:29 smithi194 bash[18557]: audit 2024-03-30T04:29:29.152061+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:29.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:29 smithi194 bash[18557]: audit 2024-03-30T04:29:29.154251+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:29.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:29 smithi194 bash[23637]: audit 2024-03-30T04:29:28.816705+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.194:0/2058688066' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:29.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:29 smithi194 bash[23637]: audit 2024-03-30T04:29:29.152061+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:29.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:29 smithi194 bash[23637]: audit 2024-03-30T04:29:29.154251+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:30.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:30 smithi196 bash[18523]: cluster 2024-03-30T04:29:29.108638+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-30T04:29:30.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:30 smithi194 bash[18557]: cluster 2024-03-30T04:29:29.108638+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-30T04:29:30.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:30 smithi194 bash[23637]: cluster 2024-03-30T04:29:29.108638+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-30T04:29:32.454 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:32 smithi196 bash[18523]: cluster 2024-03-30T04:29:31.109168+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, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:32.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:32 smithi194 bash[18557]: cluster 2024-03-30T04:29:31.109168+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, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:32.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:32 smithi194 bash[23637]: cluster 2024-03-30T04:29:31.109168+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, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:34.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:34 smithi196 bash[18523]: cluster 2024-03-30T04:29:33.109730+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.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:34.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:34 smithi194 bash[18557]: cluster 2024-03-30T04:29:33.109730+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.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:34.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:34 smithi194 bash[23637]: cluster 2024-03-30T04:29:33.109730+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.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:36.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:36 smithi194 bash[18557]: cluster 2024-03-30T04:29:35.110302+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:36.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:36 smithi194 bash[23637]: cluster 2024-03-30T04:29:35.110302+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:36.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:36 smithi196 bash[18523]: cluster 2024-03-30T04:29:35.110302+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; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:29:38.185 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:38 smithi194 bash[18557]: cluster 2024-03-30T04:29:37.110886+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-03-30T04:29:38.185 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:38 smithi194 bash[23637]: cluster 2024-03-30T04:29:37.110886+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-03-30T04:29:38.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:38 smithi196 bash[18523]: cluster 2024-03-30T04:29:37.110886+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-03-30T04:29:39.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:39 smithi196 bash[18523]: audit 2024-03-30T04:29:38.764781+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:29:39.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:39 smithi196 bash[18523]: audit 2024-03-30T04:29:38.766370+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:39.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:39 smithi194 bash[18557]: audit 2024-03-30T04:29:38.764781+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:29:39.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:39 smithi194 bash[18557]: audit 2024-03-30T04:29:38.766370+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:39.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:39 smithi194 bash[23637]: audit 2024-03-30T04:29:38.764781+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:29:39.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:39 smithi194 bash[23637]: audit 2024-03-30T04:29:38.766370+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:40 smithi196 bash[18523]: cephadm 2024-03-30T04:29:38.767475+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Deploying daemon osd.3 on smithi194 2024-03-30T04:29:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:40 smithi196 bash[18523]: cluster 2024-03-30T04:29:39.111473+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:40.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:40 smithi194 bash[18557]: cephadm 2024-03-30T04:29:38.767475+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Deploying daemon osd.3 on smithi194 2024-03-30T04:29:40.619 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:40 smithi194 bash[18557]: cluster 2024-03-30T04:29:39.111473+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:40.619 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:40 smithi194 bash[23637]: cephadm 2024-03-30T04:29:38.767475+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Deploying daemon osd.3 on smithi194 2024-03-30T04:29:40.620 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:40 smithi194 bash[23637]: cluster 2024-03-30T04:29:39.111473+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:42.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:42 smithi196 bash[18523]: cluster 2024-03-30T04:29:41.112105+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:42.562 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:42 smithi194 bash[18557]: cluster 2024-03-30T04:29:41.112105+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:42.563 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:42 smithi194 bash[23637]: cluster 2024-03-30T04:29:41.112105+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:42.813 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.814 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.814 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.814 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.814 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.815 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.815 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.815 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.815 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.815 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.816 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:42.816 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:29:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:44.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:43 smithi196 bash[18523]: audit 2024-03-30T04:29:42.948468+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:44.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:43 smithi196 bash[18523]: audit 2024-03-30T04:29:42.968791+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:44.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:43 smithi196 bash[18523]: audit 2024-03-30T04:29:42.970152+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:44.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:43 smithi196 bash[18523]: audit 2024-03-30T04:29:42.970845+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:44.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:43 smithi196 bash[18523]: cluster 2024-03-30T04:29:43.112580+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:44.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[18557]: audit 2024-03-30T04:29:42.948468+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:44.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[18557]: audit 2024-03-30T04:29:42.968791+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:44.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[18557]: audit 2024-03-30T04:29:42.970152+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:44.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[18557]: audit 2024-03-30T04:29:42.970845+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:44.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[18557]: cluster 2024-03-30T04:29:43.112580+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:44.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[23637]: audit 2024-03-30T04:29:42.948468+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:44.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[23637]: audit 2024-03-30T04:29:42.968791+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:44.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[23637]: audit 2024-03-30T04:29:42.970152+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:44.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[23637]: audit 2024-03-30T04:29:42.970845+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:44.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:43 smithi194 bash[23637]: cluster 2024-03-30T04:29:43.112580+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:46.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:46 smithi196 bash[18523]: cluster 2024-03-30T04:29:45.112985+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:46.491 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:46 smithi194 bash[18557]: cluster 2024-03-30T04:29:45.112985+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:46.491 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:46 smithi194 bash[23637]: cluster 2024-03-30T04:29:45.112985+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:47.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:47 smithi194 bash[23637]: audit 2024-03-30T04:29:46.340955+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:47.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:47 smithi194 bash[23637]: audit 2024-03-30T04:29:46.348471+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:47.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:47 smithi194 bash[23637]: cluster 2024-03-30T04:29:47.113556+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:47.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:47 smithi194 bash[18557]: audit 2024-03-30T04:29:46.340955+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:47.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:47 smithi194 bash[18557]: audit 2024-03-30T04:29:46.348471+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:47.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:47 smithi194 bash[18557]: cluster 2024-03-30T04:29:47.113556+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:47.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:47 smithi196 bash[18523]: audit 2024-03-30T04:29:46.340955+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:47.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:47 smithi196 bash[18523]: audit 2024-03-30T04:29:46.348471+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:47.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:47 smithi196 bash[18523]: cluster 2024-03-30T04:29:47.113556+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:49.311 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 3 on host 'smithi194' 2024-03-30T04:29:49.979 DEBUG:teuthology.orchestra.run.smithi194:osd.3> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.3.service 2024-03-30T04:29:49.982 INFO:tasks.cephadm:Deploying osd.4 on smithi196 with /dev/vg_nvme/lv_4... 2024-03-30T04:29:49.982 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-30T04:29:50.338 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[18557]: cluster 2024-03-30T04:29:49.114114+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[18557]: audit 2024-03-30T04:29:49.310598+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[18557]: audit 2024-03-30T04:29:49.322812+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[18557]: audit 2024-03-30T04:29:49.324388+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[18557]: audit 2024-03-30T04:29:49.325362+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[18557]: audit 2024-03-30T04:29:49.732023+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[18557]: audit 2024-03-30T04:29:49.732343+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[23637]: cluster 2024-03-30T04:29:49.114114+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[23637]: audit 2024-03-30T04:29:49.310598+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:50.339 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[23637]: audit 2024-03-30T04:29:49.322812+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.340 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[23637]: audit 2024-03-30T04:29:49.324388+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.340 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[23637]: audit 2024-03-30T04:29:49.325362+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.340 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[23637]: audit 2024-03-30T04:29:49.732023+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:29:50.340 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:50 smithi194 bash[23637]: audit 2024-03-30T04:29:49.732343+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:29:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:50 smithi196 bash[18523]: cluster 2024-03-30T04:29:49.114114+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:50 smithi196 bash[18523]: audit 2024-03-30T04:29:49.310598+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:50 smithi196 bash[18523]: audit 2024-03-30T04:29:49.322812+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:50 smithi196 bash[18523]: audit 2024-03-30T04:29:49.324388+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:50 smithi196 bash[18523]: audit 2024-03-30T04:29:49.325362+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:50 smithi196 bash[18523]: audit 2024-03-30T04:29:49.732023+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:29:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:50 smithi196 bash[18523]: audit 2024-03-30T04:29:49.732343+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:29:51.588 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[35298]: debug 2024-03-30T04:29:51.324+0000 7f1429f66700 -1 osd.3 0 waiting for initial osdmap 2024-03-30T04:29:51.588 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[35298]: debug 2024-03-30T04:29:51.332+0000 7f14238fb700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[18557]: audit 2024-03-30T04:29:50.315844+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[18557]: cluster 2024-03-30T04:29:50.315993+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[18557]: audit 2024-03-30T04:29:50.316292+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[18557]: audit 2024-03-30T04:29:50.320139+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[18557]: audit 2024-03-30T04:29:50.320794+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[18557]: cluster 2024-03-30T04:29:51.114622+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[23637]: audit 2024-03-30T04:29:50.315844+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:29:51.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[23637]: cluster 2024-03-30T04:29:50.315993+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:29:51.590 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[23637]: audit 2024-03-30T04:29:50.316292+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:51.590 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[23637]: audit 2024-03-30T04:29:50.320139+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:51.590 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[23637]: audit 2024-03-30T04:29:50.320794+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:51.590 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:51 smithi194 bash[23637]: cluster 2024-03-30T04:29:51.114622+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:51.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:51 smithi196 bash[18523]: audit 2024-03-30T04:29:50.315844+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:29:51.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:51 smithi196 bash[18523]: cluster 2024-03-30T04:29:50.315993+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:29:51.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:51 smithi196 bash[18523]: audit 2024-03-30T04:29:50.316292+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:51.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:51 smithi196 bash[18523]: audit 2024-03-30T04:29:50.320139+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:51.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:51 smithi196 bash[18523]: audit 2024-03-30T04:29:50.320794+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:29:51.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:51 smithi196 bash[18523]: cluster 2024-03-30T04:29:51.114622+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:52.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[18557]: audit 2024-03-30T04:29:51.318901+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:29:52.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[18557]: cluster 2024-03-30T04:29:51.319162+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:29:52.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[18557]: audit 2024-03-30T04:29:51.320623+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:52.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[18557]: audit 2024-03-30T04:29:51.329974+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:52.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[23637]: audit 2024-03-30T04:29:51.318901+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:29:52.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[23637]: cluster 2024-03-30T04:29:51.319162+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:29:52.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[23637]: audit 2024-03-30T04:29:51.320623+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:52.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:52 smithi194 bash[23637]: audit 2024-03-30T04:29:51.329974+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:52.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:52 smithi196 bash[18523]: audit 2024-03-30T04:29:51.318901+0000 mon.a (mon.0) 401 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2024-03-30T04:29:52.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:52 smithi196 bash[18523]: cluster 2024-03-30T04:29:51.319162+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:29:52.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:52 smithi196 bash[18523]: audit 2024-03-30T04:29:51.320623+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:52.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:52 smithi196 bash[18523]: audit 2024-03-30T04:29:51.329974+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:52.922 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-30T04:29:52.923 INFO:teuthology.orchestra.run.smithi196.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-30T04:29:52.923 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10+0 records in 2024-03-30T04:29:52.923 INFO:teuthology.orchestra.run.smithi196.stderr:10+0 records out 2024-03-30T04:29:52.923 INFO:teuthology.orchestra.run.smithi196.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0152874 s, 686 MB/s 2024-03-30T04:29:52.923 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping successful for: 2024-03-30T04:29:53.574 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi196:vg_nvme/lv_4 2024-03-30T04:29:53.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[18557]: cluster 2024-03-30T04:29:50.728816+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:53.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[18557]: cluster 2024-03-30T04:29:50.729001+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:53.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[18557]: cluster 2024-03-30T04:29:52.333436+0000 mon.a (mon.0) 405 : cluster [INF] osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421] boot 2024-03-30T04:29:53.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[18557]: cluster 2024-03-30T04:29:52.333563+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-30T04:29:53.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[18557]: audit 2024-03-30T04:29:52.334309+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:53.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[18557]: cluster 2024-03-30T04:29:53.115162+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:53.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[23637]: cluster 2024-03-30T04:29:50.728816+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:53.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[23637]: cluster 2024-03-30T04:29:50.729001+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:53.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[23637]: cluster 2024-03-30T04:29:52.333436+0000 mon.a (mon.0) 405 : cluster [INF] osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421] boot 2024-03-30T04:29:53.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[23637]: cluster 2024-03-30T04:29:52.333563+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-30T04:29:53.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[23637]: audit 2024-03-30T04:29:52.334309+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:53.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:53 smithi194 bash[23637]: cluster 2024-03-30T04:29:53.115162+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:53.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:53 smithi196 bash[18523]: cluster 2024-03-30T04:29:50.728816+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:53.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:53 smithi196 bash[18523]: cluster 2024-03-30T04:29:50.729001+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:53.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:53 smithi196 bash[18523]: cluster 2024-03-30T04:29:52.333436+0000 mon.a (mon.0) 405 : cluster [INF] osd.3 [v2:172.21.15.194:6826/3375825421,v1:172.21.15.194:6827/3375825421] boot 2024-03-30T04:29:53.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:53 smithi196 bash[18523]: cluster 2024-03-30T04:29:52.333563+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-30T04:29:53.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:53 smithi196 bash[18523]: audit 2024-03-30T04:29:52.334309+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:29:53.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:53 smithi196 bash[18523]: cluster 2024-03-30T04:29:53.115162+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:29:54.623 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:54 smithi196 bash[18523]: cluster 2024-03-30T04:29:53.347049+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:29:54.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:54 smithi194 bash[18557]: cluster 2024-03-30T04:29:53.347049+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:29:54.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:54 smithi194 bash[23637]: cluster 2024-03-30T04:29:53.347049+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:29:55.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:55 smithi196 bash[18523]: cluster 2024-03-30T04:29:55.115611+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:55.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:55 smithi194 bash[23637]: cluster 2024-03-30T04:29:55.115611+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:55.707 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:55 smithi194 bash[18557]: cluster 2024-03-30T04:29:55.115611+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:56.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:56 smithi196 bash[18523]: audit 2024-03-30T04:29:56.180222+0000 mgr.y (mgr.14152) 144 : audit [DBG] from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:56.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:56 smithi196 bash[18523]: audit 2024-03-30T04:29:56.187138+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:56.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:56 smithi196 bash[18523]: audit 2024-03-30T04:29:56.193861+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:56.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:56 smithi196 bash[18523]: audit 2024-03-30T04:29:56.195540+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:56.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[23637]: audit 2024-03-30T04:29:56.180222+0000 mgr.y (mgr.14152) 144 : audit [DBG] from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:56.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[23637]: audit 2024-03-30T04:29:56.187138+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:56.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[23637]: audit 2024-03-30T04:29:56.193861+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:56.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[23637]: audit 2024-03-30T04:29:56.195540+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:56.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[18557]: audit 2024-03-30T04:29:56.180222+0000 mgr.y (mgr.14152) 144 : audit [DBG] from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:56.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[18557]: audit 2024-03-30T04:29:56.187138+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:56.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[18557]: audit 2024-03-30T04:29:56.193861+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:56.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:56 smithi194 bash[18557]: audit 2024-03-30T04:29:56.195540+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: cephadm 2024-03-30T04:29:56.357616+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: audit 2024-03-30T04:29:56.367465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: audit 2024-03-30T04:29:56.369341+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: audit 2024-03-30T04:29:56.376621+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: audit 2024-03-30T04:29:56.378041+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: audit 2024-03-30T04:29:56.379339+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: cephadm 2024-03-30T04:29:56.380240+0000 mgr.y (mgr.14152) 146 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 4060M 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: audit 2024-03-30T04:29:56.388620+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: audit 2024-03-30T04:29:56.396615+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:29:57 smithi196 bash[18523]: cluster 2024-03-30T04:29:57.116104+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:57.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: cephadm 2024-03-30T04:29:56.357616+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:29:57.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: audit 2024-03-30T04:29:56.367465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: audit 2024-03-30T04:29:56.369341+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: audit 2024-03-30T04:29:56.376621+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: audit 2024-03-30T04:29:56.378041+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: audit 2024-03-30T04:29:56.379339+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: cephadm 2024-03-30T04:29:56.380240+0000 mgr.y (mgr.14152) 146 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 4060M 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: audit 2024-03-30T04:29:56.388620+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: audit 2024-03-30T04:29:56.396615+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[23637]: cluster 2024-03-30T04:29:57.116104+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: cephadm 2024-03-30T04:29:56.357616+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: audit 2024-03-30T04:29:56.367465+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: audit 2024-03-30T04:29:56.369341+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: audit 2024-03-30T04:29:56.376621+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: audit 2024-03-30T04:29:56.378041+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: audit 2024-03-30T04:29:56.379339+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:57.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: cephadm 2024-03-30T04:29:56.380240+0000 mgr.y (mgr.14152) 146 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 4060M 2024-03-30T04:29:57.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: audit 2024-03-30T04:29:56.388620+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: audit 2024-03-30T04:29:56.396615+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:29:57.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:29:57 smithi194 bash[18557]: cluster 2024-03-30T04:29:57.116104+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:00.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:00 smithi196 bash[18523]: cluster 2024-03-30T04:29:59.116756+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:00.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:00 smithi196 bash[18523]: cluster 2024-03-30T04:30:00.000117+0000 mon.a (mon.0) 419 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:00.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:00 smithi194 bash[18557]: cluster 2024-03-30T04:29:59.116756+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:00.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:00 smithi194 bash[18557]: cluster 2024-03-30T04:30:00.000117+0000 mon.a (mon.0) 419 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:00.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:00 smithi194 bash[23637]: cluster 2024-03-30T04:29:59.116756+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:00.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:00 smithi194 bash[23637]: cluster 2024-03-30T04:30:00.000117+0000 mon.a (mon.0) 419 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:02.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:02 smithi196 bash[18523]: cluster 2024-03-30T04:30:01.117447+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:02.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:02 smithi196 bash[18523]: audit 2024-03-30T04:30:01.902897+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]: dispatch 2024-03-30T04:30:02.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:02 smithi196 bash[18523]: audit 2024-03-30T04:30:01.903792+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.196:0/3084836419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]: dispatch 2024-03-30T04:30:02.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:02 smithi196 bash[18523]: audit 2024-03-30T04:30:01.912218+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]': finished 2024-03-30T04:30:02.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:02 smithi196 bash[18523]: cluster 2024-03-30T04:30:01.912421+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-30T04:30:02.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:02 smithi196 bash[18523]: audit 2024-03-30T04:30:01.912680+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:02.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[23637]: cluster 2024-03-30T04:30:01.117447+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:02.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[23637]: audit 2024-03-30T04:30:01.902897+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]: dispatch 2024-03-30T04:30:02.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[23637]: audit 2024-03-30T04:30:01.903792+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.196:0/3084836419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]: dispatch 2024-03-30T04:30:02.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[23637]: audit 2024-03-30T04:30:01.912218+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]': finished 2024-03-30T04:30:02.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[23637]: cluster 2024-03-30T04:30:01.912421+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-30T04:30:02.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[23637]: audit 2024-03-30T04:30:01.912680+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:02.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[18557]: cluster 2024-03-30T04:30:01.117447+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:02.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[18557]: audit 2024-03-30T04:30:01.902897+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]: dispatch 2024-03-30T04:30:02.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[18557]: audit 2024-03-30T04:30:01.903792+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.196:0/3084836419' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]: dispatch 2024-03-30T04:30:02.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[18557]: audit 2024-03-30T04:30:01.912218+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d6cec3c-e370-4f24-b72a-b3a93bbac565"}]': finished 2024-03-30T04:30:02.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[18557]: cluster 2024-03-30T04:30:01.912421+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-30T04:30:02.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:02 smithi194 bash[18557]: audit 2024-03-30T04:30:01.912680+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:03.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:03 smithi196 bash[18523]: audit 2024-03-30T04:30:02.564861+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.196:0/340082855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:03.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:03 smithi194 bash[18557]: audit 2024-03-30T04:30:02.564861+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.196:0/340082855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:03.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:03 smithi194 bash[23637]: audit 2024-03-30T04:30:02.564861+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.196:0/340082855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:04.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:04 smithi196 bash[18523]: cluster 2024-03-30T04:30:03.118013+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-03-30T04:30:04.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:04 smithi194 bash[18557]: cluster 2024-03-30T04:30:03.118013+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-03-30T04:30:04.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:04 smithi194 bash[23637]: cluster 2024-03-30T04:30:03.118013+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-03-30T04:30:06.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:06 smithi196 bash[18523]: cluster 2024-03-30T04:30:05.118571+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-03-30T04:30:06.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:06 smithi194 bash[18557]: cluster 2024-03-30T04:30:05.118571+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-03-30T04:30:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:06 smithi194 bash[23637]: cluster 2024-03-30T04:30:05.118571+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-03-30T04:30:08.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:08 smithi196 bash[18523]: cluster 2024-03-30T04:30:07.119157+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-03-30T04:30:08.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:08 smithi194 bash[18557]: cluster 2024-03-30T04:30:07.119157+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-03-30T04:30:08.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:08 smithi194 bash[23637]: cluster 2024-03-30T04:30:07.119157+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-03-30T04:30:10.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:10 smithi196 bash[18523]: cluster 2024-03-30T04:30:09.119742+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-03-30T04:30:10.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:10 smithi194 bash[18557]: cluster 2024-03-30T04:30:09.119742+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-03-30T04:30:10.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:10 smithi194 bash[23637]: cluster 2024-03-30T04:30:09.119742+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-03-30T04:30:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:12 smithi196 bash[18523]: cluster 2024-03-30T04:30:11.120270+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-03-30T04:30:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:12 smithi196 bash[18523]: audit 2024-03-30T04:30:11.504381+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:30:12.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:12 smithi196 bash[18523]: audit 2024-03-30T04:30:11.506140+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:12.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:12 smithi194 bash[18557]: cluster 2024-03-30T04:30:11.120270+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-03-30T04:30:12.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:12 smithi194 bash[18557]: audit 2024-03-30T04:30:11.504381+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:30:12.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:12 smithi194 bash[18557]: audit 2024-03-30T04:30:11.506140+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:12.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:12 smithi194 bash[23637]: cluster 2024-03-30T04:30:11.120270+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-03-30T04:30:12.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:12 smithi194 bash[23637]: audit 2024-03-30T04:30:11.504381+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:30:12.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:12 smithi194 bash[23637]: audit 2024-03-30T04:30:11.506140+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:13.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:13 smithi196 bash[18523]: cephadm 2024-03-30T04:30:11.507720+0000 mgr.y (mgr.14152) 155 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-03-30T04:30:13.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:13 smithi194 bash[23637]: cephadm 2024-03-30T04:30:11.507720+0000 mgr.y (mgr.14152) 155 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-03-30T04:30:13.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:13 smithi194 bash[18557]: cephadm 2024-03-30T04:30:11.507720+0000 mgr.y (mgr.14152) 155 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-03-30T04:30:14.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:14 smithi196 bash[18523]: cluster 2024-03-30T04:30:13.120827+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:14.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:14 smithi194 bash[18557]: cluster 2024-03-30T04:30:13.120827+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:14.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:14 smithi194 bash[23637]: cluster 2024-03-30T04:30:13.120827+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:15.129 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:15.130 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:30:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:15.451 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:30:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:15.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:15.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:15 smithi196 bash[18523]: cluster 2024-03-30T04:30:15.121324+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:15.579 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:15 smithi194 bash[23637]: cluster 2024-03-30T04:30:15.121324+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:15.579 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:15 smithi194 bash[18557]: cluster 2024-03-30T04:30:15.121324+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:16.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:16 smithi196 bash[18523]: audit 2024-03-30T04:30:15.257947+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:16 smithi196 bash[18523]: audit 2024-03-30T04:30:15.266103+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:16 smithi196 bash[18523]: audit 2024-03-30T04:30:15.268966+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:16 smithi196 bash[18523]: audit 2024-03-30T04:30:15.270650+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[18557]: audit 2024-03-30T04:30:15.257947+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[18557]: audit 2024-03-30T04:30:15.266103+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[18557]: audit 2024-03-30T04:30:15.268966+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[18557]: audit 2024-03-30T04:30:15.270650+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[23637]: audit 2024-03-30T04:30:15.257947+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[23637]: audit 2024-03-30T04:30:15.266103+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[23637]: audit 2024-03-30T04:30:15.268966+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:16.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:16 smithi194 bash[23637]: audit 2024-03-30T04:30:15.270650+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:17.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:17 smithi194 bash[18557]: cluster 2024-03-30T04:30:17.121935+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:17.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:17 smithi194 bash[23637]: cluster 2024-03-30T04:30:17.121935+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:17.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:17 smithi196 bash[18523]: cluster 2024-03-30T04:30:17.121935+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:19.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:19 smithi196 bash[18523]: audit 2024-03-30T04:30:18.345934+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:19.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:19 smithi196 bash[18523]: audit 2024-03-30T04:30:18.639918+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:19.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:19 smithi196 bash[18523]: cluster 2024-03-30T04:30:19.122473+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:19.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:19 smithi194 bash[18557]: audit 2024-03-30T04:30:18.345934+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:19.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:19 smithi194 bash[18557]: audit 2024-03-30T04:30:18.639918+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:19.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:19 smithi194 bash[18557]: cluster 2024-03-30T04:30:19.122473+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:19.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:19 smithi194 bash[23637]: audit 2024-03-30T04:30:18.345934+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:19.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:19 smithi194 bash[23637]: audit 2024-03-30T04:30:18.639918+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:19.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:19 smithi194 bash[23637]: cluster 2024-03-30T04:30:19.122473+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:21.328 INFO:teuthology.orchestra.run.smithi196.stdout:Created osd(s) 4 on host 'smithi196' 2024-03-30T04:30:21.946 DEBUG:teuthology.orchestra.run.smithi196:osd.4> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.4.service 2024-03-30T04:30:21.948 INFO:tasks.cephadm:Deploying osd.5 on smithi196 with /dev/vg_nvme/lv_3... 2024-03-30T04:30:21.948 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-30T04:30:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:22 smithi196 bash[18523]: cluster 2024-03-30T04:30:21.123008+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:22 smithi196 bash[18523]: audit 2024-03-30T04:30:21.328967+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:22 smithi196 bash[18523]: audit 2024-03-30T04:30:21.366348+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:22 smithi196 bash[18523]: audit 2024-03-30T04:30:21.369010+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:22 smithi196 bash[18523]: audit 2024-03-30T04:30:21.370734+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:22 smithi196 bash[18523]: audit 2024-03-30T04:30:21.586039+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:30:22.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:22 smithi196 bash[18523]: audit 2024-03-30T04:30:21.587045+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:30:22.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[18557]: cluster 2024-03-30T04:30:21.123008+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:22.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[18557]: audit 2024-03-30T04:30:21.328967+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:22.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[18557]: audit 2024-03-30T04:30:21.366348+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:22.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[18557]: audit 2024-03-30T04:30:21.369010+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:22.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[18557]: audit 2024-03-30T04:30:21.370734+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:22.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[18557]: audit 2024-03-30T04:30:21.586039+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:30:22.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[18557]: audit 2024-03-30T04:30:21.587045+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:30:22.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[23637]: cluster 2024-03-30T04:30:21.123008+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:22.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[23637]: audit 2024-03-30T04:30:21.328967+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:22.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[23637]: audit 2024-03-30T04:30:21.366348+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:22.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[23637]: audit 2024-03-30T04:30:21.369010+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:22.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[23637]: audit 2024-03-30T04:30:21.370734+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:22.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[23637]: audit 2024-03-30T04:30:21.586039+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:30:22.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:22 smithi194 bash[23637]: audit 2024-03-30T04:30:21.587045+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:30:23.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[18523]: audit 2024-03-30T04:30:22.332198+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:30:23.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[18523]: cluster 2024-03-30T04:30:22.332384+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:30:23.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[18523]: audit 2024-03-30T04:30:22.332664+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:23.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[18523]: audit 2024-03-30T04:30:22.334489+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:23.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[18523]: audit 2024-03-30T04:30:22.335174+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:23.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[18523]: cluster 2024-03-30T04:30:23.123557+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:23.703 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[21595]: debug 2024-03-30T04:30:23.346+0000 7f93e64d5700 -1 osd.4 0 waiting for initial osdmap 2024-03-30T04:30:23.703 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:30:23 smithi196 bash[21595]: debug 2024-03-30T04:30:23.354+0000 7f93e0e6c700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:30:23.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[23637]: audit 2024-03-30T04:30:22.332198+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:30:23.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[23637]: cluster 2024-03-30T04:30:22.332384+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:30:23.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[23637]: audit 2024-03-30T04:30:22.332664+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:23.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[23637]: audit 2024-03-30T04:30:22.334489+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:23.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[23637]: audit 2024-03-30T04:30:22.335174+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:23.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[23637]: cluster 2024-03-30T04:30:23.123557+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:23.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[18557]: audit 2024-03-30T04:30:22.332198+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:30:23.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[18557]: cluster 2024-03-30T04:30:22.332384+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:30:23.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[18557]: audit 2024-03-30T04:30:22.332664+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:23.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[18557]: audit 2024-03-30T04:30:22.334489+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:23.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[18557]: audit 2024-03-30T04:30:22.335174+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:23.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:23 smithi194 bash[18557]: cluster 2024-03-30T04:30:23.123557+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:24.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:24 smithi196 bash[18523]: audit 2024-03-30T04:30:23.336139+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:30:24.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:24 smithi196 bash[18523]: cluster 2024-03-30T04:30:23.336447+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:30:24.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:24 smithi196 bash[18523]: audit 2024-03-30T04:30:23.337195+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:24.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:24 smithi196 bash[18523]: audit 2024-03-30T04:30:23.347417+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:24.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[18557]: audit 2024-03-30T04:30:23.336139+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:30:24.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[18557]: cluster 2024-03-30T04:30:23.336447+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:30:24.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[18557]: audit 2024-03-30T04:30:23.337195+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:24.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[18557]: audit 2024-03-30T04:30:23.347417+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:24.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[23637]: audit 2024-03-30T04:30:23.336139+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:30:24.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[23637]: cluster 2024-03-30T04:30:23.336447+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:30:24.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[23637]: audit 2024-03-30T04:30:23.337195+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:24.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:24 smithi194 bash[23637]: audit 2024-03-30T04:30:23.347417+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:25.370 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-30T04:30:25.370 INFO:teuthology.orchestra.run.smithi196.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-30T04:30:25.371 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10+0 records in 2024-03-30T04:30:25.371 INFO:teuthology.orchestra.run.smithi196.stderr:10+0 records out 2024-03-30T04:30:25.371 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0135156 s, 776 MB/s 2024-03-30T04:30:25.371 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping successful for: 2024-03-30T04:30:25.393 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:25 smithi196 bash[18523]: cluster 2024-03-30T04:30:22.556592+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:25.394 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:25 smithi196 bash[18523]: cluster 2024-03-30T04:30:22.556764+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:25.394 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:25 smithi196 bash[18523]: cluster 2024-03-30T04:30:24.338591+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532] boot 2024-03-30T04:30:25.394 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:25 smithi196 bash[18523]: cluster 2024-03-30T04:30:24.338712+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-30T04:30:25.394 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:25 smithi196 bash[18523]: audit 2024-03-30T04:30:24.339096+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:25.394 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:25 smithi196 bash[18523]: cluster 2024-03-30T04:30:25.124149+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:25.394 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:25 smithi196 bash[18523]: cluster 2024-03-30T04:30:25.339739+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[18557]: cluster 2024-03-30T04:30:22.556592+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[18557]: cluster 2024-03-30T04:30:22.556764+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[18557]: cluster 2024-03-30T04:30:24.338591+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532] boot 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[18557]: cluster 2024-03-30T04:30:24.338712+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[18557]: audit 2024-03-30T04:30:24.339096+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[18557]: cluster 2024-03-30T04:30:25.124149+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[18557]: cluster 2024-03-30T04:30:25.339739+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[23637]: cluster 2024-03-30T04:30:22.556592+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:25.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[23637]: cluster 2024-03-30T04:30:22.556764+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:25.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[23637]: cluster 2024-03-30T04:30:24.338591+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 [v2:172.21.15.196:6800/1531466532,v1:172.21.15.196:6801/1531466532] boot 2024-03-30T04:30:25.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[23637]: cluster 2024-03-30T04:30:24.338712+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-30T04:30:25.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[23637]: audit 2024-03-30T04:30:24.339096+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:25.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[23637]: cluster 2024-03-30T04:30:25.124149+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:25.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:25 smithi194 bash[23637]: cluster 2024-03-30T04:30:25.339739+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:30:26.640 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi196:vg_nvme/lv_3 2024-03-30T04:30:27.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:27 smithi196 bash[18523]: cluster 2024-03-30T04:30:26.342482+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:30:27.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:27 smithi196 bash[18523]: cluster 2024-03-30T04:30:27.124728+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:27.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:27 smithi194 bash[18557]: cluster 2024-03-30T04:30:26.342482+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:30:27.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:27 smithi194 bash[18557]: cluster 2024-03-30T04:30:27.124728+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:27.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:27 smithi194 bash[23637]: cluster 2024-03-30T04:30:26.342482+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:30:27.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:27 smithi194 bash[23637]: cluster 2024-03-30T04:30:27.124728+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:28.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:28 smithi196 bash[18523]: cluster 2024-03-30T04:30:27.352106+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:30:28.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:28 smithi194 bash[18557]: cluster 2024-03-30T04:30:27.352106+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:30:28.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:28 smithi194 bash[23637]: cluster 2024-03-30T04:30:27.352106+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:30:29.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:29 smithi196 bash[18523]: cluster 2024-03-30T04:30:28.352817+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:30:29.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:29 smithi196 bash[18523]: cluster 2024-03-30T04:30:29.125288+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:29.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:29 smithi196 bash[18523]: audit 2024-03-30T04:30:29.154479+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:29.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:29 smithi196 bash[18523]: audit 2024-03-30T04:30:29.156906+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[18557]: cluster 2024-03-30T04:30:28.352817+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[18557]: cluster 2024-03-30T04:30:29.125288+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[18557]: audit 2024-03-30T04:30:29.154479+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[18557]: audit 2024-03-30T04:30:29.156906+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[23637]: cluster 2024-03-30T04:30:28.352817+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[23637]: cluster 2024-03-30T04:30:29.125288+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[23637]: audit 2024-03-30T04:30:29.154479+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:29.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:29 smithi194 bash[23637]: audit 2024-03-30T04:30:29.156906+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:30.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.787340+0000 mgr.y (mgr.14152) 165 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:30.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.794329+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:30.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.800753+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:30.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.802433+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:30.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: cephadm 2024-03-30T04:30:29.842931+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:30:30.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.853338+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.855460+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:30.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: cephadm 2024-03-30T04:30:29.856909+0000 mgr.y (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 17265M 2024-03-30T04:30:30.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.867090+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:30 smithi196 bash[18523]: audit 2024-03-30T04:30:29.877750+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.787340+0000 mgr.y (mgr.14152) 165 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:30.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.794329+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:30.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.800753+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:30.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.802433+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:30.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: cephadm 2024-03-30T04:30:29.842931+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.853338+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.855460+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: cephadm 2024-03-30T04:30:29.856909+0000 mgr.y (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 17265M 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.867090+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[18557]: audit 2024-03-30T04:30:29.877750+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.787340+0000 mgr.y (mgr.14152) 165 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.794329+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.800753+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.802433+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: cephadm 2024-03-30T04:30:29.842931+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:30:30.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.853338+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.855460+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:30.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: cephadm 2024-03-30T04:30:29.856909+0000 mgr.y (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 17265M 2024-03-30T04:30:30.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.867090+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:30.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:30 smithi194 bash[23637]: audit 2024-03-30T04:30:29.877750+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:31.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:31 smithi196 bash[18523]: cluster 2024-03-30T04:30:31.125890+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-03-30T04:30:31.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:31 smithi194 bash[18557]: cluster 2024-03-30T04:30:31.125890+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-03-30T04:30:31.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:31 smithi194 bash[23637]: cluster 2024-03-30T04:30:31.125890+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-03-30T04:30:34.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:34 smithi196 bash[18523]: cluster 2024-03-30T04:30:33.126470+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-03-30T04:30:34.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:34 smithi194 bash[18557]: cluster 2024-03-30T04:30:33.126470+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-03-30T04:30:34.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:34 smithi194 bash[23637]: cluster 2024-03-30T04:30:33.126470+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-03-30T04:30:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:36 smithi196 bash[18523]: cluster 2024-03-30T04:30:35.127043+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:30:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:36 smithi196 bash[18523]: audit 2024-03-30T04:30:35.612216+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]: dispatch 2024-03-30T04:30:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:36 smithi196 bash[18523]: audit 2024-03-30T04:30:35.612977+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.196:0/56674718' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]: dispatch 2024-03-30T04:30:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:36 smithi196 bash[18523]: audit 2024-03-30T04:30:35.620940+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]': finished 2024-03-30T04:30:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:36 smithi196 bash[18523]: cluster 2024-03-30T04:30:35.621143+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-30T04:30:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:36 smithi196 bash[18523]: audit 2024-03-30T04:30:35.621476+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:36.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[18557]: cluster 2024-03-30T04:30:35.127043+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:30:36.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[18557]: audit 2024-03-30T04:30:35.612216+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]: dispatch 2024-03-30T04:30:36.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[18557]: audit 2024-03-30T04:30:35.612977+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.196:0/56674718' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]: dispatch 2024-03-30T04:30:36.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[18557]: audit 2024-03-30T04:30:35.620940+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]': finished 2024-03-30T04:30:36.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[18557]: cluster 2024-03-30T04:30:35.621143+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-30T04:30:36.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[18557]: audit 2024-03-30T04:30:35.621476+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:36.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[23637]: cluster 2024-03-30T04:30:35.127043+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:30:36.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[23637]: audit 2024-03-30T04:30:35.612216+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]: dispatch 2024-03-30T04:30:36.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[23637]: audit 2024-03-30T04:30:35.612977+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.196:0/56674718' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]: dispatch 2024-03-30T04:30:36.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[23637]: audit 2024-03-30T04:30:35.620940+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa687bc5-2c8a-493b-96d6-8548f67ebec9"}]': finished 2024-03-30T04:30:36.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[23637]: cluster 2024-03-30T04:30:35.621143+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-30T04:30:36.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:36 smithi194 bash[23637]: audit 2024-03-30T04:30:35.621476+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:37.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:37 smithi196 bash[18523]: audit 2024-03-30T04:30:36.278154+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.196:0/3257519754' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:37.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:37 smithi194 bash[18557]: audit 2024-03-30T04:30:36.278154+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.196:0/3257519754' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:37.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:37 smithi194 bash[23637]: audit 2024-03-30T04:30:36.278154+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.196:0/3257519754' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:38.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:38 smithi196 bash[18523]: cluster 2024-03-30T04:30:37.127625+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; 59 KiB/s, 0 objects/s recovering 2024-03-30T04:30:38.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:38 smithi194 bash[18557]: cluster 2024-03-30T04:30:37.127625+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; 59 KiB/s, 0 objects/s recovering 2024-03-30T04:30:38.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:38 smithi194 bash[23637]: cluster 2024-03-30T04:30:37.127625+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; 59 KiB/s, 0 objects/s recovering 2024-03-30T04:30:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:40 smithi196 bash[18523]: cluster 2024-03-30T04:30:39.128156+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; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:30:40.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:40 smithi194 bash[23637]: cluster 2024-03-30T04:30:39.128156+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; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:30:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:40 smithi194 bash[18557]: cluster 2024-03-30T04:30:39.128156+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; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:30:42.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:42 smithi196 bash[18523]: cluster 2024-03-30T04:30:41.128705+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-03-30T04:30:42.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:42 smithi194 bash[23637]: cluster 2024-03-30T04:30:41.128705+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-03-30T04:30:42.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:42 smithi194 bash[18557]: cluster 2024-03-30T04:30:41.128705+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-03-30T04:30:44.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:44 smithi196 bash[18523]: cluster 2024-03-30T04:30:43.129249+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-03-30T04:30:44.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:44 smithi194 bash[23637]: cluster 2024-03-30T04:30:43.129249+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-03-30T04:30:44.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:44 smithi194 bash[18557]: cluster 2024-03-30T04:30:43.129249+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-03-30T04:30:46.442 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:46 smithi196 bash[18523]: cluster 2024-03-30T04:30:45.129798+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-03-30T04:30:46.442 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:46 smithi196 bash[18523]: audit 2024-03-30T04:30:45.458766+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:30:46.442 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:46 smithi196 bash[18523]: audit 2024-03-30T04:30:45.460651+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:46.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:46 smithi194 bash[18557]: cluster 2024-03-30T04:30:45.129798+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-03-30T04:30:46.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:46 smithi194 bash[18557]: audit 2024-03-30T04:30:45.458766+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:30:46.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:46 smithi194 bash[18557]: audit 2024-03-30T04:30:45.460651+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:46.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:46 smithi194 bash[23637]: cluster 2024-03-30T04:30:45.129798+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-03-30T04:30:46.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:46 smithi194 bash[23637]: audit 2024-03-30T04:30:45.458766+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:30:46.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:46 smithi194 bash[23637]: audit 2024-03-30T04:30:45.460651+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:47.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:47 smithi196 bash[18523]: cephadm 2024-03-30T04:30:45.462332+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Deploying daemon osd.5 on smithi196 2024-03-30T04:30:47.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:47 smithi194 bash[18557]: cephadm 2024-03-30T04:30:45.462332+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Deploying daemon osd.5 on smithi196 2024-03-30T04:30:47.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:47 smithi194 bash[23637]: cephadm 2024-03-30T04:30:45.462332+0000 mgr.y (mgr.14152) 176 : cephadm [INF] Deploying daemon osd.5 on smithi196 2024-03-30T04:30:48.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:48 smithi196 bash[18523]: cluster 2024-03-30T04:30:47.130369+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:48.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:48 smithi194 bash[18557]: cluster 2024-03-30T04:30:47.130369+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:48.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:48 smithi194 bash[23637]: cluster 2024-03-30T04:30:47.130369+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:48.989 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:48 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:48.990 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:30:48 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:48.990 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:30:48 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:49.254 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:49 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:49.254 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:30:49 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:49.255 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:30:49 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:50 smithi196 bash[18523]: cluster 2024-03-30T04:30:49.130912+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:50 smithi196 bash[18523]: audit 2024-03-30T04:30:49.248850+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:50 smithi196 bash[18523]: audit 2024-03-30T04:30:49.251656+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:50 smithi196 bash[18523]: audit 2024-03-30T04:30:49.256633+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:50 smithi196 bash[18523]: audit 2024-03-30T04:30:49.259816+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:50.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[18557]: cluster 2024-03-30T04:30:49.130912+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[18557]: audit 2024-03-30T04:30:49.248850+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[18557]: audit 2024-03-30T04:30:49.251656+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[18557]: audit 2024-03-30T04:30:49.256633+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[18557]: audit 2024-03-30T04:30:49.259816+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[23637]: cluster 2024-03-30T04:30:49.130912+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[23637]: audit 2024-03-30T04:30:49.248850+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[23637]: audit 2024-03-30T04:30:49.251656+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[23637]: audit 2024-03-30T04:30:49.256633+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:50.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:50 smithi194 bash[23637]: audit 2024-03-30T04:30:49.259816+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:52.551 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:52 smithi196 bash[18523]: cluster 2024-03-30T04:30:51.131486+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:52.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:52 smithi194 bash[18557]: cluster 2024-03-30T04:30:51.131486+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:52 smithi194 bash[23637]: cluster 2024-03-30T04:30:51.131486+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:53.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:53 smithi194 bash[18557]: audit 2024-03-30T04:30:52.261609+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:53.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:53 smithi194 bash[18557]: audit 2024-03-30T04:30:52.269716+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:53.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:53 smithi194 bash[18557]: cluster 2024-03-30T04:30:53.132092+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:53.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:53 smithi194 bash[23637]: audit 2024-03-30T04:30:52.261609+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:53.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:53 smithi194 bash[23637]: audit 2024-03-30T04:30:52.269716+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:53.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:53 smithi194 bash[23637]: cluster 2024-03-30T04:30:53.132092+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:53.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:53 smithi196 bash[18523]: audit 2024-03-30T04:30:52.261609+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:53.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:53 smithi196 bash[18523]: audit 2024-03-30T04:30:52.269716+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:53.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:53 smithi196 bash[18523]: cluster 2024-03-30T04:30:53.132092+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:55.613 INFO:teuthology.orchestra.run.smithi196.stdout:Created osd(s) 5 on host 'smithi196' 2024-03-30T04:30:56.332 DEBUG:teuthology.orchestra.run.smithi196:osd.5> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.5.service 2024-03-30T04:30:56.334 INFO:tasks.cephadm:Deploying osd.6 on smithi196 with /dev/vg_nvme/lv_2... 2024-03-30T04:30:56.335 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-30T04:30:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:56 smithi196 bash[18523]: cluster 2024-03-30T04:30:55.132676+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:56 smithi196 bash[18523]: audit 2024-03-30T04:30:55.613703+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:56 smithi196 bash[18523]: audit 2024-03-30T04:30:55.640461+0000 mon.a (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:30:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:56 smithi196 bash[18523]: audit 2024-03-30T04:30:55.640902+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:30:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:56 smithi196 bash[18523]: audit 2024-03-30T04:30:55.647452+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:56 smithi196 bash[18523]: audit 2024-03-30T04:30:55.650368+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:56 smithi196 bash[18523]: audit 2024-03-30T04:30:55.652147+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:56.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[18557]: cluster 2024-03-30T04:30:55.132676+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[18557]: audit 2024-03-30T04:30:55.613703+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[18557]: audit 2024-03-30T04:30:55.640461+0000 mon.a (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[18557]: audit 2024-03-30T04:30:55.640902+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[18557]: audit 2024-03-30T04:30:55.647452+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[18557]: audit 2024-03-30T04:30:55.650368+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[18557]: audit 2024-03-30T04:30:55.652147+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[23637]: cluster 2024-03-30T04:30:55.132676+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[23637]: audit 2024-03-30T04:30:55.613703+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[23637]: audit 2024-03-30T04:30:55.640461+0000 mon.a (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:30:56.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[23637]: audit 2024-03-30T04:30:55.640902+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:30:56.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[23637]: audit 2024-03-30T04:30:55.647452+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:56.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[23637]: audit 2024-03-30T04:30:55.650368+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:56.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:56 smithi194 bash[23637]: audit 2024-03-30T04:30:55.652147+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[18523]: audit 2024-03-30T04:30:56.618595+0000 mon.a (mon.0) 478 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[18523]: cluster 2024-03-30T04:30:56.618756+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[18523]: audit 2024-03-30T04:30:56.619091+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[18523]: audit 2024-03-30T04:30:56.621076+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[18523]: audit 2024-03-30T04:30:56.621411+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:57.639 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[18523]: cluster 2024-03-30T04:30:57.133258+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:57.952 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[24566]: debug 2024-03-30T04:30:57.638+0000 7f382e68c700 -1 osd.5 0 waiting for initial osdmap 2024-03-30T04:30:57.952 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:30:57 smithi196 bash[24566]: debug 2024-03-30T04:30:57.646+0000 7f3828021700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:30:58.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[18557]: audit 2024-03-30T04:30:56.618595+0000 mon.a (mon.0) 478 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:30:58.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[18557]: cluster 2024-03-30T04:30:56.618756+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:30:58.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[18557]: audit 2024-03-30T04:30:56.619091+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[18557]: audit 2024-03-30T04:30:56.621076+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[18557]: audit 2024-03-30T04:30:56.621411+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[18557]: cluster 2024-03-30T04:30:57.133258+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[23637]: audit 2024-03-30T04:30:56.618595+0000 mon.a (mon.0) 478 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[23637]: cluster 2024-03-30T04:30:56.618756+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[23637]: audit 2024-03-30T04:30:56.619091+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[23637]: audit 2024-03-30T04:30:56.621076+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[23637]: audit 2024-03-30T04:30:56.621411+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:30:58.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:57 smithi194 bash[23637]: cluster 2024-03-30T04:30:57.133258+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:30:58.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:58 smithi196 bash[18523]: audit 2024-03-30T04:30:57.635049+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:30:58.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:58 smithi196 bash[18523]: cluster 2024-03-30T04:30:57.635284+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:30:58.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:58 smithi196 bash[18523]: audit 2024-03-30T04:30:57.635799+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:58.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:58 smithi196 bash[18523]: audit 2024-03-30T04:30:57.641549+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:58.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:58 smithi196 bash[18523]: cluster 2024-03-30T04:30:58.130915+0000 mon.a (mon.0) 486 : cluster [INF] osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706] boot 2024-03-30T04:30:58.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:58 smithi196 bash[18523]: cluster 2024-03-30T04:30:58.131026+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-30T04:30:58.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:58 smithi196 bash[18523]: audit 2024-03-30T04:30:58.132407+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:59.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[18557]: audit 2024-03-30T04:30:57.635049+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:30:59.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[18557]: cluster 2024-03-30T04:30:57.635284+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[18557]: audit 2024-03-30T04:30:57.635799+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[18557]: audit 2024-03-30T04:30:57.641549+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[18557]: cluster 2024-03-30T04:30:58.130915+0000 mon.a (mon.0) 486 : cluster [INF] osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706] boot 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[18557]: cluster 2024-03-30T04:30:58.131026+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[18557]: audit 2024-03-30T04:30:58.132407+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[23637]: audit 2024-03-30T04:30:57.635049+0000 mon.a (mon.0) 482 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[23637]: cluster 2024-03-30T04:30:57.635284+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[23637]: audit 2024-03-30T04:30:57.635799+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[23637]: audit 2024-03-30T04:30:57.641549+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:59.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[23637]: cluster 2024-03-30T04:30:58.130915+0000 mon.a (mon.0) 486 : cluster [INF] osd.5 [v2:172.21.15.196:6808/2981947706,v1:172.21.15.196:6809/2981947706] boot 2024-03-30T04:30:59.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[23637]: cluster 2024-03-30T04:30:58.131026+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-30T04:30:59.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:58 smithi194 bash[23637]: audit 2024-03-30T04:30:58.132407+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:30:59.728 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-30T04:30:59.728 INFO:teuthology.orchestra.run.smithi196.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-30T04:30:59.728 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10+0 records in 2024-03-30T04:30:59.728 INFO:teuthology.orchestra.run.smithi196.stderr:10+0 records out 2024-03-30T04:30:59.728 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0156715 s, 669 MB/s 2024-03-30T04:30:59.728 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping successful for: 2024-03-30T04:30:59.752 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:59 smithi196 bash[18523]: cluster 2024-03-30T04:30:56.603548+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:59.752 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:59 smithi196 bash[18523]: cluster 2024-03-30T04:30:56.603682+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:59.752 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:59 smithi196 bash[18523]: cluster 2024-03-30T04:30:59.133922+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v163: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:30:59.752 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:30:59 smithi196 bash[18523]: cluster 2024-03-30T04:30:59.145352+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:31:00.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[23637]: cluster 2024-03-30T04:30:56.603548+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:00.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[23637]: cluster 2024-03-30T04:30:56.603682+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:00.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[23637]: cluster 2024-03-30T04:30:59.133922+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v163: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:00.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[23637]: cluster 2024-03-30T04:30:59.145352+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:31:00.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[18557]: cluster 2024-03-30T04:30:56.603548+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:00.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[18557]: cluster 2024-03-30T04:30:56.603682+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:00.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[18557]: cluster 2024-03-30T04:30:59.133922+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v163: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:00.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:30:59 smithi194 bash[18557]: cluster 2024-03-30T04:30:59.145352+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:31:00.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:00 smithi196 bash[18523]: cluster 2024-03-30T04:30:59.626054+0000 mon.a (mon.0) 490 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:31:00.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:00 smithi196 bash[18523]: cluster 2024-03-30T04:31:00.144009+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:31:01.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:00 smithi194 bash[18557]: cluster 2024-03-30T04:30:59.626054+0000 mon.a (mon.0) 490 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:31:01.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:00 smithi194 bash[18557]: cluster 2024-03-30T04:31:00.144009+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:31:01.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:00 smithi194 bash[23637]: cluster 2024-03-30T04:30:59.626054+0000 mon.a (mon.0) 490 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:31:01.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:00 smithi194 bash[23637]: cluster 2024-03-30T04:31:00.144009+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:31:01.187 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi196:vg_nvme/lv_2 2024-03-30T04:31:02.413 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:02 smithi196 bash[18523]: cluster 2024-03-30T04:31:01.134558+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:02.413 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:02 smithi196 bash[18523]: cluster 2024-03-30T04:31:01.149401+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:31:02.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:02 smithi194 bash[18557]: cluster 2024-03-30T04:31:01.134558+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:02.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:02 smithi194 bash[18557]: cluster 2024-03-30T04:31:01.149401+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:31:02.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:02 smithi194 bash[23637]: cluster 2024-03-30T04:31:01.134558+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:02.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:02 smithi194 bash[23637]: cluster 2024-03-30T04:31:01.149401+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:31:03.459 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:03 smithi196 bash[18523]: cluster 2024-03-30T04:31:02.153054+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:31:03.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:03 smithi194 bash[18557]: cluster 2024-03-30T04:31:02.153054+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:31:03.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:03 smithi194 bash[23637]: cluster 2024-03-30T04:31:02.153054+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:31:04.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:04 smithi196 bash[18523]: cluster 2024-03-30T04:31:03.135184+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:04 smithi196 bash[18523]: audit 2024-03-30T04:31:04.076937+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:04 smithi196 bash[18523]: audit 2024-03-30T04:31:04.079149+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:04 smithi196 bash[18523]: audit 2024-03-30T04:31:04.080945+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:04 smithi196 bash[18523]: audit 2024-03-30T04:31:04.090308+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:04 smithi196 bash[18523]: audit 2024-03-30T04:31:04.099104+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[18557]: cluster 2024-03-30T04:31:03.135184+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[18557]: audit 2024-03-30T04:31:04.076937+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[18557]: audit 2024-03-30T04:31:04.079149+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[18557]: audit 2024-03-30T04:31:04.080945+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[18557]: audit 2024-03-30T04:31:04.090308+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[18557]: audit 2024-03-30T04:31:04.099104+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[23637]: cluster 2024-03-30T04:31:03.135184+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[23637]: audit 2024-03-30T04:31:04.076937+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[23637]: audit 2024-03-30T04:31:04.079149+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[23637]: audit 2024-03-30T04:31:04.080945+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:04.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[23637]: audit 2024-03-30T04:31:04.090308+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:04.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:04 smithi194 bash[23637]: audit 2024-03-30T04:31:04.099104+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:05 smithi196 bash[18523]: cephadm 2024-03-30T04:31:04.067154+0000 mgr.y (mgr.14152) 186 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:31:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:05 smithi196 bash[18523]: cephadm 2024-03-30T04:31:04.082284+0000 mgr.y (mgr.14152) 187 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 8632M 2024-03-30T04:31:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:05 smithi196 bash[18523]: audit 2024-03-30T04:31:04.623490+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:05 smithi196 bash[18523]: audit 2024-03-30T04:31:04.629558+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:05.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:05 smithi196 bash[18523]: audit 2024-03-30T04:31:04.631292+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:05.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[23637]: cephadm 2024-03-30T04:31:04.067154+0000 mgr.y (mgr.14152) 186 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:31:05.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[23637]: cephadm 2024-03-30T04:31:04.082284+0000 mgr.y (mgr.14152) 187 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 8632M 2024-03-30T04:31:05.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[23637]: audit 2024-03-30T04:31:04.623490+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:05.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[23637]: audit 2024-03-30T04:31:04.629558+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:05.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[23637]: audit 2024-03-30T04:31:04.631292+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:05.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[18557]: cephadm 2024-03-30T04:31:04.067154+0000 mgr.y (mgr.14152) 186 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:31:05.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[18557]: cephadm 2024-03-30T04:31:04.082284+0000 mgr.y (mgr.14152) 187 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 8632M 2024-03-30T04:31:05.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[18557]: audit 2024-03-30T04:31:04.623490+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:05.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[18557]: audit 2024-03-30T04:31:04.629558+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:05.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:05 smithi194 bash[18557]: audit 2024-03-30T04:31:04.631292+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:06 smithi196 bash[18523]: audit 2024-03-30T04:31:04.616712+0000 mgr.y (mgr.14152) 188 : audit [DBG] from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:06 smithi196 bash[18523]: cluster 2024-03-30T04:31:05.135787+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:31:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:06 smithi196 bash[18523]: cluster 2024-03-30T04:31:05.161236+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:31:06.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:06 smithi196 bash[18523]: cluster 2024-03-30T04:31:05.161318+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:06.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[18557]: audit 2024-03-30T04:31:04.616712+0000 mgr.y (mgr.14152) 188 : audit [DBG] from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:06.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[18557]: cluster 2024-03-30T04:31:05.135787+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:31:06.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[18557]: cluster 2024-03-30T04:31:05.161236+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:31:06.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[18557]: cluster 2024-03-30T04:31:05.161318+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[23637]: audit 2024-03-30T04:31:04.616712+0000 mgr.y (mgr.14152) 188 : audit [DBG] from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[23637]: cluster 2024-03-30T04:31:05.135787+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:31:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[23637]: cluster 2024-03-30T04:31:05.161236+0000 mon.a (mon.0) 502 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:31:06.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:06 smithi194 bash[23637]: cluster 2024-03-30T04:31:05.161318+0000 mon.a (mon.0) 503 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:08.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:08 smithi196 bash[18523]: cluster 2024-03-30T04:31:07.136306+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-03-30T04:31:08.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:08 smithi194 bash[23637]: cluster 2024-03-30T04:31:07.136306+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-03-30T04:31:08.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:08 smithi194 bash[18557]: cluster 2024-03-30T04:31:07.136306+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-03-30T04:31:10.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:10 smithi196 bash[18523]: cluster 2024-03-30T04:31:09.136876+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:31:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:10 smithi194 bash[23637]: cluster 2024-03-30T04:31:09.136876+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:31:10.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:10 smithi194 bash[18557]: cluster 2024-03-30T04:31:09.136876+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:31:11.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:11 smithi196 bash[18523]: audit 2024-03-30T04:31:10.333077+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.196:0/2607012705' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]: dispatch 2024-03-30T04:31:11.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:11 smithi196 bash[18523]: audit 2024-03-30T04:31:10.333085+0000 mon.a (mon.0) 504 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]: dispatch 2024-03-30T04:31:11.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:11 smithi196 bash[18523]: audit 2024-03-30T04:31:10.345344+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]': finished 2024-03-30T04:31:11.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:11 smithi196 bash[18523]: cluster 2024-03-30T04:31:10.345491+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2024-03-30T04:31:11.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:11 smithi196 bash[18523]: audit 2024-03-30T04:31:10.345800+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:11.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:11 smithi196 bash[18523]: audit 2024-03-30T04:31:11.028114+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.196:0/3356764334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:11.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[18557]: audit 2024-03-30T04:31:10.333077+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.196:0/2607012705' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]: dispatch 2024-03-30T04:31:11.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[18557]: audit 2024-03-30T04:31:10.333085+0000 mon.a (mon.0) 504 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]: dispatch 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[18557]: audit 2024-03-30T04:31:10.345344+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]': finished 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[18557]: cluster 2024-03-30T04:31:10.345491+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[18557]: audit 2024-03-30T04:31:10.345800+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[18557]: audit 2024-03-30T04:31:11.028114+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.196:0/3356764334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[23637]: audit 2024-03-30T04:31:10.333077+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.196:0/2607012705' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]: dispatch 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[23637]: audit 2024-03-30T04:31:10.333085+0000 mon.a (mon.0) 504 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]: dispatch 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[23637]: audit 2024-03-30T04:31:10.345344+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73283fe9-9451-449f-9825-5d7802f6234c"}]': finished 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[23637]: cluster 2024-03-30T04:31:10.345491+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[23637]: audit 2024-03-30T04:31:10.345800+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:11.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:11 smithi194 bash[23637]: audit 2024-03-30T04:31:11.028114+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.196:0/3356764334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:12.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:12 smithi196 bash[18523]: cluster 2024-03-30T04:31:11.137481+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; 57 KiB/s, 0 objects/s recovering 2024-03-30T04:31:12.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:12 smithi194 bash[18557]: cluster 2024-03-30T04:31:11.137481+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; 57 KiB/s, 0 objects/s recovering 2024-03-30T04:31:12.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:12 smithi194 bash[23637]: cluster 2024-03-30T04:31:11.137481+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; 57 KiB/s, 0 objects/s recovering 2024-03-30T04:31:14.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:14 smithi196 bash[18523]: cluster 2024-03-30T04:31:13.138185+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; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:31:14.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:14 smithi194 bash[18557]: cluster 2024-03-30T04:31:13.138185+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; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:31:14.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:14 smithi194 bash[23637]: cluster 2024-03-30T04:31:13.138185+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; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:31:16.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:16 smithi196 bash[18523]: cluster 2024-03-30T04:31:15.138825+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-03-30T04:31:16.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:16 smithi194 bash[18557]: cluster 2024-03-30T04:31:15.138825+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-03-30T04:31:16.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:16 smithi194 bash[23637]: cluster 2024-03-30T04:31:15.138825+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-03-30T04:31:18.381 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:18 smithi196 bash[18523]: cluster 2024-03-30T04:31:17.139370+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-03-30T04:31:18.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:18 smithi194 bash[18557]: cluster 2024-03-30T04:31:17.139370+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-03-30T04:31:18.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:18 smithi194 bash[23637]: cluster 2024-03-30T04:31:17.139370+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-03-30T04:31:20.385 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:20 smithi196 bash[18523]: cluster 2024-03-30T04:31:19.139948+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-03-30T04:31:20.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:20 smithi194 bash[18557]: cluster 2024-03-30T04:31:19.139948+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-03-30T04:31:20.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:20 smithi194 bash[23637]: cluster 2024-03-30T04:31:19.139948+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-03-30T04:31:21.576 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:21 smithi196 bash[18523]: audit 2024-03-30T04:31:20.397560+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:31:21.577 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:21 smithi196 bash[18523]: audit 2024-03-30T04:31:20.399268+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:21.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:21 smithi194 bash[18557]: audit 2024-03-30T04:31:20.397560+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:31:21.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:21 smithi194 bash[18557]: audit 2024-03-30T04:31:20.399268+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:21.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:21 smithi194 bash[23637]: audit 2024-03-30T04:31:20.397560+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:31:21.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:21 smithi194 bash[23637]: audit 2024-03-30T04:31:20.399268+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:22.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:22 smithi194 bash[18557]: cephadm 2024-03-30T04:31:20.400665+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-03-30T04:31:22.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:22 smithi194 bash[18557]: cluster 2024-03-30T04:31:21.140439+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:22.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:22 smithi194 bash[23637]: cephadm 2024-03-30T04:31:20.400665+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-03-30T04:31:22.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:22 smithi194 bash[23637]: cluster 2024-03-30T04:31:21.140439+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:22.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:22 smithi196 bash[18523]: cephadm 2024-03-30T04:31:20.400665+0000 mgr.y (mgr.14152) 197 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-03-30T04:31:22.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:22 smithi196 bash[18523]: cluster 2024-03-30T04:31:21.140439+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:24.305 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:24.306 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:24.306 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:24.306 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:24 smithi196 bash[18523]: cluster 2024-03-30T04:31:23.140953+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:24.306 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:24.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:24 smithi194 bash[18557]: cluster 2024-03-30T04:31:23.140953+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:24.501 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:24 smithi194 bash[23637]: cluster 2024-03-30T04:31:23.140953+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:24.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:24.702 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:24.702 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:24.702 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:31:24 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:25.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:25 smithi196 bash[18523]: audit 2024-03-30T04:31:24.446627+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:25.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:25 smithi196 bash[18523]: audit 2024-03-30T04:31:24.478378+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:25.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:25 smithi196 bash[18523]: audit 2024-03-30T04:31:24.481175+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:25.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:25 smithi196 bash[18523]: audit 2024-03-30T04:31:24.483040+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:25.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:25 smithi196 bash[18523]: cluster 2024-03-30T04:31:25.141590+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:25.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[18557]: audit 2024-03-30T04:31:24.446627+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:25.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[18557]: audit 2024-03-30T04:31:24.478378+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:25.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[18557]: audit 2024-03-30T04:31:24.481175+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:25.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[18557]: audit 2024-03-30T04:31:24.483040+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:25.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[18557]: cluster 2024-03-30T04:31:25.141590+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:25.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[23637]: audit 2024-03-30T04:31:24.446627+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:25.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[23637]: audit 2024-03-30T04:31:24.478378+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:25.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[23637]: audit 2024-03-30T04:31:24.481175+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:25.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[23637]: audit 2024-03-30T04:31:24.483040+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:25.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:25 smithi194 bash[23637]: cluster 2024-03-30T04:31:25.141590+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:28 smithi196 bash[18523]: cluster 2024-03-30T04:31:27.142142+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:28 smithi196 bash[18523]: audit 2024-03-30T04:31:27.529577+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:28.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:28 smithi196 bash[18523]: audit 2024-03-30T04:31:27.800916+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:28.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:28 smithi194 bash[18557]: cluster 2024-03-30T04:31:27.142142+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:28.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:28 smithi194 bash[18557]: audit 2024-03-30T04:31:27.529577+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:28.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:28 smithi194 bash[18557]: audit 2024-03-30T04:31:27.800916+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:28.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:28 smithi194 bash[23637]: cluster 2024-03-30T04:31:27.142142+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:28.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:28 smithi194 bash[23637]: audit 2024-03-30T04:31:27.529577+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:28.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:28 smithi194 bash[23637]: audit 2024-03-30T04:31:27.800916+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:29.482 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:29 smithi196 bash[18523]: audit 2024-03-30T04:31:29.158332+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:29.482 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:29 smithi196 bash[18523]: audit 2024-03-30T04:31:29.160933+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:29.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:29 smithi194 bash[18557]: audit 2024-03-30T04:31:29.158332+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:29.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:29 smithi194 bash[18557]: audit 2024-03-30T04:31:29.160933+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:29.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:29 smithi194 bash[23637]: audit 2024-03-30T04:31:29.158332+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:29.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:29 smithi194 bash[23637]: audit 2024-03-30T04:31:29.160933+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:30.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:30 smithi196 bash[18523]: cluster 2024-03-30T04:31:29.142711+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:30.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:30 smithi194 bash[18557]: cluster 2024-03-30T04:31:29.142711+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:30.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:30 smithi194 bash[23637]: cluster 2024-03-30T04:31:29.142711+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:30.715 INFO:teuthology.orchestra.run.smithi196.stdout:Created osd(s) 6 on host 'smithi196' 2024-03-30T04:31:31.345 DEBUG:teuthology.orchestra.run.smithi196:osd.6> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.6.service 2024-03-30T04:31:31.348 INFO:tasks.cephadm:Deploying osd.7 on smithi196 with /dev/vg_nvme/lv_1... 2024-03-30T04:31:31.348 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-30T04:31:31.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:31 smithi196 bash[18523]: audit 2024-03-30T04:31:30.715541+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:31.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:31 smithi196 bash[18523]: audit 2024-03-30T04:31:30.728524+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:31.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:31 smithi196 bash[18523]: audit 2024-03-30T04:31:30.731355+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:31.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:31 smithi196 bash[18523]: audit 2024-03-30T04:31:30.733355+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:31.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:31 smithi196 bash[18523]: audit 2024-03-30T04:31:30.861364+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:31:31.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:31 smithi196 bash[18523]: audit 2024-03-30T04:31:30.861480+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:31:31.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:31 smithi196 bash[18523]: cluster 2024-03-30T04:31:31.143288+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:32.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[18557]: audit 2024-03-30T04:31:30.715541+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:32.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[18557]: audit 2024-03-30T04:31:30.728524+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:32.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[18557]: audit 2024-03-30T04:31:30.731355+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:32.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[18557]: audit 2024-03-30T04:31:30.733355+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:32.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[18557]: audit 2024-03-30T04:31:30.861364+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:31:32.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[18557]: audit 2024-03-30T04:31:30.861480+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:31:32.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[18557]: cluster 2024-03-30T04:31:31.143288+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:32.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[23637]: audit 2024-03-30T04:31:30.715541+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:32.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[23637]: audit 2024-03-30T04:31:30.728524+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:32.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[23637]: audit 2024-03-30T04:31:30.731355+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:32.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[23637]: audit 2024-03-30T04:31:30.733355+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:32.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[23637]: audit 2024-03-30T04:31:30.861364+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:31:32.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[23637]: audit 2024-03-30T04:31:30.861480+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:31:32.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:31 smithi194 bash[23637]: cluster 2024-03-30T04:31:31.143288+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:32.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:32 smithi196 bash[18523]: audit 2024-03-30T04:31:31.727338+0000 mon.a (mon.0) 523 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:31:32.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:32 smithi196 bash[18523]: cluster 2024-03-30T04:31:31.727628+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:31:32.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:32 smithi196 bash[18523]: audit 2024-03-30T04:31:31.728193+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:32.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:32 smithi196 bash[18523]: audit 2024-03-30T04:31:31.729231+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:31:32.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:32 smithi196 bash[18523]: audit 2024-03-30T04:31:31.729465+0000 mon.a (mon.0) 526 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:31:32.953 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:31:32 smithi196 bash[27546]: debug 2024-03-30T04:31:32.736+0000 7ffb41faa700 -1 osd.6 0 waiting for initial osdmap 2024-03-30T04:31:32.953 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:31:32 smithi196 bash[27546]: debug 2024-03-30T04:31:32.748+0000 7ffb3d142700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:31:33.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[18557]: audit 2024-03-30T04:31:31.727338+0000 mon.a (mon.0) 523 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:31:33.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[18557]: cluster 2024-03-30T04:31:31.727628+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:31:33.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[18557]: audit 2024-03-30T04:31:31.728193+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:33.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[18557]: audit 2024-03-30T04:31:31.729231+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:31:33.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[18557]: audit 2024-03-30T04:31:31.729465+0000 mon.a (mon.0) 526 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:31:33.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[23637]: audit 2024-03-30T04:31:31.727338+0000 mon.a (mon.0) 523 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:31:33.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[23637]: cluster 2024-03-30T04:31:31.727628+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:31:33.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[23637]: audit 2024-03-30T04:31:31.728193+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:33.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[23637]: audit 2024-03-30T04:31:31.729231+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:31:33.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:32 smithi194 bash[23637]: audit 2024-03-30T04:31:31.729465+0000 mon.a (mon.0) 526 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:31:33.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: audit 2024-03-30T04:31:32.726466+0000 mon.a (mon.0) 527 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:31:33.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: cluster 2024-03-30T04:31:32.726666+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:31:33.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: audit 2024-03-30T04:31:32.728451+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:33.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: audit 2024-03-30T04:31:32.742651+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:33.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: cluster 2024-03-30T04:31:33.140971+0000 mon.a (mon.0) 531 : cluster [INF] osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856] boot 2024-03-30T04:31:33.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: cluster 2024-03-30T04:31:33.141080+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-03-30T04:31:33.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: audit 2024-03-30T04:31:33.142108+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:33.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:33 smithi196 bash[18523]: cluster 2024-03-30T04:31:33.143924+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:34.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: audit 2024-03-30T04:31:32.726466+0000 mon.a (mon.0) 527 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:31:34.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: cluster 2024-03-30T04:31:32.726666+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:31:34.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: audit 2024-03-30T04:31:32.728451+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:34.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: audit 2024-03-30T04:31:32.742651+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:34.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: cluster 2024-03-30T04:31:33.140971+0000 mon.a (mon.0) 531 : cluster [INF] osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856] boot 2024-03-30T04:31:34.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: cluster 2024-03-30T04:31:33.141080+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-03-30T04:31:34.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: audit 2024-03-30T04:31:33.142108+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[18557]: cluster 2024-03-30T04:31:33.143924+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: audit 2024-03-30T04:31:32.726466+0000 mon.a (mon.0) 527 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: cluster 2024-03-30T04:31:32.726666+0000 mon.a (mon.0) 528 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: audit 2024-03-30T04:31:32.728451+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: audit 2024-03-30T04:31:32.742651+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: cluster 2024-03-30T04:31:33.140971+0000 mon.a (mon.0) 531 : cluster [INF] osd.6 [v2:172.21.15.196:6816/1660170856,v1:172.21.15.196:6817/1660170856] boot 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: cluster 2024-03-30T04:31:33.141080+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: audit 2024-03-30T04:31:33.142108+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:31:34.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:33 smithi194 bash[23637]: cluster 2024-03-30T04:31:33.143924+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:34.877 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:34 smithi196 bash[18523]: cluster 2024-03-30T04:31:31.826532+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:34.877 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:34 smithi196 bash[18523]: cluster 2024-03-30T04:31:31.826665+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:34.877 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:34 smithi196 bash[18523]: cluster 2024-03-30T04:31:34.156628+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:31:35.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:34 smithi194 bash[18557]: cluster 2024-03-30T04:31:31.826532+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:35.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:34 smithi194 bash[18557]: cluster 2024-03-30T04:31:31.826665+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:35.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:34 smithi194 bash[18557]: cluster 2024-03-30T04:31:34.156628+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:31:35.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:34 smithi194 bash[23637]: cluster 2024-03-30T04:31:31.826532+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:35.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:34 smithi194 bash[23637]: cluster 2024-03-30T04:31:31.826665+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:35.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:34 smithi194 bash[23637]: cluster 2024-03-30T04:31:34.156628+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:31:35.161 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-30T04:31:35.161 INFO:teuthology.orchestra.run.smithi196.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-30T04:31:35.161 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10+0 records in 2024-03-30T04:31:35.161 INFO:teuthology.orchestra.run.smithi196.stderr:10+0 records out 2024-03-30T04:31:35.161 INFO:teuthology.orchestra.run.smithi196.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0173049 s, 606 MB/s 2024-03-30T04:31:35.161 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping successful for: 2024-03-30T04:31:36.380 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi196:vg_nvme/lv_1 2024-03-30T04:31:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:36 smithi196 bash[18523]: cluster 2024-03-30T04:31:35.144452+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:36 smithi196 bash[18523]: cluster 2024-03-30T04:31:35.168160+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:31:36.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:36 smithi194 bash[23637]: cluster 2024-03-30T04:31:35.144452+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:36.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:36 smithi194 bash[23637]: cluster 2024-03-30T04:31:35.168160+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:31:36.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:36 smithi194 bash[18557]: cluster 2024-03-30T04:31:35.144452+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:36.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:36 smithi194 bash[18557]: cluster 2024-03-30T04:31:35.168160+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:31:37.939 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:37 smithi196 bash[18523]: cluster 2024-03-30T04:31:36.753008+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:31:37.939 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:37 smithi196 bash[18523]: cluster 2024-03-30T04:31:37.144962+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:38.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:37 smithi194 bash[18557]: cluster 2024-03-30T04:31:36.753008+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:31:38.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:37 smithi194 bash[18557]: cluster 2024-03-30T04:31:37.144962+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:38.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:37 smithi194 bash[23637]: cluster 2024-03-30T04:31:36.753008+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:31:38.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:37 smithi194 bash[23637]: cluster 2024-03-30T04:31:37.144962+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:38 smithi196 bash[18523]: cluster 2024-03-30T04:31:37.757356+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:31:39.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:38 smithi194 bash[18557]: cluster 2024-03-30T04:31:37.757356+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:31:39.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:38 smithi194 bash[23637]: cluster 2024-03-30T04:31:37.757356+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:31:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: cephadm 2024-03-30T04:31:39.119953+0000 mgr.y (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:31:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.130361+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.132742+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.134663+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.136595+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: cephadm 2024-03-30T04:31:39.138029+0000 mgr.y (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 5755M 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: cluster 2024-03-30T04:31:39.145586+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.146245+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.155188+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.742870+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.749175+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:40.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:40 smithi196 bash[18523]: audit 2024-03-30T04:31:39.751060+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: cephadm 2024-03-30T04:31:39.119953+0000 mgr.y (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:31:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.130361+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.132742+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.134663+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.136595+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: cephadm 2024-03-30T04:31:39.138029+0000 mgr.y (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 5755M 2024-03-30T04:31:40.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: cluster 2024-03-30T04:31:39.145586+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.146245+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.155188+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.742870+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.749175+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[18557]: audit 2024-03-30T04:31:39.751060+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: cephadm 2024-03-30T04:31:39.119953+0000 mgr.y (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.130361+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.132742+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.134663+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.136595+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: cephadm 2024-03-30T04:31:39.138029+0000 mgr.y (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 5755M 2024-03-30T04:31:40.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: cluster 2024-03-30T04:31:39.145586+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-03-30T04:31:40.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.146245+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.155188+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:31:40.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.742870+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:40.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.749175+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:40.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:40 smithi194 bash[23637]: audit 2024-03-30T04:31:39.751060+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:41.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:41 smithi196 bash[18523]: audit 2024-03-30T04:31:39.736162+0000 mgr.y (mgr.14152) 210 : audit [DBG] from='client.24236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:41.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:41 smithi194 bash[18557]: audit 2024-03-30T04:31:39.736162+0000 mgr.y (mgr.14152) 210 : audit [DBG] from='client.24236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:41.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:41 smithi194 bash[23637]: audit 2024-03-30T04:31:39.736162+0000 mgr.y (mgr.14152) 210 : audit [DBG] from='client.24236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:42.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:42 smithi196 bash[18523]: cluster 2024-03-30T04:31:41.146221+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:31:42.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:42 smithi194 bash[18557]: cluster 2024-03-30T04:31:41.146221+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:31:42.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:42 smithi194 bash[23637]: cluster 2024-03-30T04:31:41.146221+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:31:44.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:44 smithi196 bash[18523]: cluster 2024-03-30T04:31:43.146790+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:31:44.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:44 smithi194 bash[18557]: cluster 2024-03-30T04:31:43.146790+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:31:44.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:44 smithi194 bash[23637]: cluster 2024-03-30T04:31:43.146790+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:31:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:46 smithi196 bash[18523]: cluster 2024-03-30T04:31:45.147388+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-30T04:31:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:46 smithi196 bash[18523]: audit 2024-03-30T04:31:45.753424+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.196:0/4066207889' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]: dispatch 2024-03-30T04:31:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:46 smithi196 bash[18523]: audit 2024-03-30T04:31:45.754084+0000 mon.a (mon.0) 547 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]: dispatch 2024-03-30T04:31:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:46 smithi196 bash[18523]: audit 2024-03-30T04:31:45.765393+0000 mon.a (mon.0) 548 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]': finished 2024-03-30T04:31:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:46 smithi196 bash[18523]: cluster 2024-03-30T04:31:45.765529+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2024-03-30T04:31:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:46 smithi196 bash[18523]: audit 2024-03-30T04:31:45.766432+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[18557]: cluster 2024-03-30T04:31:45.147388+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[18557]: audit 2024-03-30T04:31:45.753424+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.196:0/4066207889' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]: dispatch 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[18557]: audit 2024-03-30T04:31:45.754084+0000 mon.a (mon.0) 547 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]: dispatch 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[18557]: audit 2024-03-30T04:31:45.765393+0000 mon.a (mon.0) 548 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]': finished 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[18557]: cluster 2024-03-30T04:31:45.765529+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[18557]: audit 2024-03-30T04:31:45.766432+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[23637]: cluster 2024-03-30T04:31:45.147388+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[23637]: audit 2024-03-30T04:31:45.753424+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.196:0/4066207889' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]: dispatch 2024-03-30T04:31:46.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[23637]: audit 2024-03-30T04:31:45.754084+0000 mon.a (mon.0) 547 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]: dispatch 2024-03-30T04:31:46.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[23637]: audit 2024-03-30T04:31:45.765393+0000 mon.a (mon.0) 548 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "798e3457-64e7-4e20-8044-b26b61d9f015"}]': finished 2024-03-30T04:31:46.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[23637]: cluster 2024-03-30T04:31:45.765529+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2024-03-30T04:31:46.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:46 smithi194 bash[23637]: audit 2024-03-30T04:31:45.766432+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:31:47.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:47 smithi196 bash[18523]: audit 2024-03-30T04:31:46.442685+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.196:0/3832173811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:47.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:47 smithi194 bash[18557]: audit 2024-03-30T04:31:46.442685+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.196:0/3832173811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:47.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:47 smithi194 bash[23637]: audit 2024-03-30T04:31:46.442685+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.196:0/3832173811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:48.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:48 smithi196 bash[18523]: cluster 2024-03-30T04:31:47.147943+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; 55 KiB/s, 0 objects/s recovering 2024-03-30T04:31:48.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:48 smithi194 bash[18557]: cluster 2024-03-30T04:31:47.147943+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; 55 KiB/s, 0 objects/s recovering 2024-03-30T04:31:48.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:48 smithi194 bash[23637]: cluster 2024-03-30T04:31:47.147943+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; 55 KiB/s, 0 objects/s recovering 2024-03-30T04:31:50.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:50 smithi196 bash[18523]: cluster 2024-03-30T04:31:49.148475+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-03-30T04:31:50.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:50 smithi194 bash[18557]: cluster 2024-03-30T04:31:49.148475+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-03-30T04:31:50.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:50 smithi194 bash[23637]: cluster 2024-03-30T04:31:49.148475+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-03-30T04:31:52.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:52 smithi196 bash[18523]: cluster 2024-03-30T04:31:51.148993+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-03-30T04:31:52.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:52 smithi194 bash[18557]: cluster 2024-03-30T04:31:51.148993+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-03-30T04:31:52.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:52 smithi194 bash[23637]: cluster 2024-03-30T04:31:51.148993+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-03-30T04:31:54.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:54 smithi196 bash[18523]: cluster 2024-03-30T04:31:53.149512+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:54.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:54 smithi194 bash[23637]: cluster 2024-03-30T04:31:53.149512+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:54.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:54 smithi194 bash[18557]: cluster 2024-03-30T04:31:53.149512+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:56 smithi196 bash[18523]: cluster 2024-03-30T04:31:55.150091+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:56 smithi196 bash[18523]: audit 2024-03-30T04:31:55.923362+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:31:56.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:56 smithi196 bash[18523]: audit 2024-03-30T04:31:55.925170+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:56 smithi194 bash[18557]: cluster 2024-03-30T04:31:55.150091+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:56.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:56 smithi194 bash[18557]: audit 2024-03-30T04:31:55.923362+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:31:56.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:56 smithi194 bash[18557]: audit 2024-03-30T04:31:55.925170+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:56.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:56 smithi194 bash[23637]: cluster 2024-03-30T04:31:55.150091+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:56.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:56 smithi194 bash[23637]: audit 2024-03-30T04:31:55.923362+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:31:56.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:56 smithi194 bash[23637]: audit 2024-03-30T04:31:55.925170+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:57.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:57 smithi194 bash[23637]: cephadm 2024-03-30T04:31:55.926707+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Deploying daemon osd.7 on smithi196 2024-03-30T04:31:57.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:57 smithi194 bash[18557]: cephadm 2024-03-30T04:31:55.926707+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Deploying daemon osd.7 on smithi196 2024-03-30T04:31:57.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:57 smithi196 bash[18523]: cephadm 2024-03-30T04:31:55.926707+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Deploying daemon osd.7 on smithi196 2024-03-30T04:31:58.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:58 smithi194 bash[18557]: cluster 2024-03-30T04:31:57.150643+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:58.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:58 smithi194 bash[23637]: cluster 2024-03-30T04:31:57.150643+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:58.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:58 smithi196 bash[18523]: cluster 2024-03-30T04:31:57.150643+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:59.550 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.550 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:59 smithi196 bash[18523]: cluster 2024-03-30T04:31:59.151291+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:59.550 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.550 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.551 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.551 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:31:59 smithi194 bash[18557]: cluster 2024-03-30T04:31:59.151291+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:59.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:31:59 smithi194 bash[23637]: cluster 2024-03-30T04:31:59.151291+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:31:59.811 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.812 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.812 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.812 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:59.813 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:31:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:01.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[18557]: audit 2024-03-30T04:31:59.830561+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:01.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[18557]: audit 2024-03-30T04:31:59.831131+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:01.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[18557]: audit 2024-03-30T04:31:59.834698+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:01.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[18557]: audit 2024-03-30T04:31:59.836827+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:01.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[23637]: audit 2024-03-30T04:31:59.830561+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:01.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[23637]: audit 2024-03-30T04:31:59.831131+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:01.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[23637]: audit 2024-03-30T04:31:59.834698+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:01.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:00 smithi194 bash[23637]: audit 2024-03-30T04:31:59.836827+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:01.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:00 smithi196 bash[18523]: audit 2024-03-30T04:31:59.830561+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:01.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:00 smithi196 bash[18523]: audit 2024-03-30T04:31:59.831131+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:01.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:00 smithi196 bash[18523]: audit 2024-03-30T04:31:59.834698+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:01.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:00 smithi196 bash[18523]: audit 2024-03-30T04:31:59.836827+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:02.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:01 smithi194 bash[18557]: cluster 2024-03-30T04:32:01.151926+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:02.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:01 smithi194 bash[23637]: cluster 2024-03-30T04:32:01.151926+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:02.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:01 smithi196 bash[18523]: cluster 2024-03-30T04:32:01.151926+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:04 smithi196 bash[18523]: cluster 2024-03-30T04:32:03.152462+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:04 smithi196 bash[18523]: audit 2024-03-30T04:32:03.241537+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:04.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:04 smithi196 bash[18523]: audit 2024-03-30T04:32:03.250174+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:04.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:04 smithi194 bash[18557]: cluster 2024-03-30T04:32:03.152462+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:04.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:04 smithi194 bash[18557]: audit 2024-03-30T04:32:03.241537+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:04.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:04 smithi194 bash[18557]: audit 2024-03-30T04:32:03.250174+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:04.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:04 smithi194 bash[23637]: cluster 2024-03-30T04:32:03.152462+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:04.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:04 smithi194 bash[23637]: audit 2024-03-30T04:32:03.241537+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:04.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:04 smithi194 bash[23637]: audit 2024-03-30T04:32:03.250174+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:06.232 INFO:teuthology.orchestra.run.smithi196.stdout:Created osd(s) 7 on host 'smithi196' 2024-03-30T04:32:06.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:06 smithi194 bash[18557]: cluster 2024-03-30T04:32:05.153059+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:06.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:06 smithi194 bash[23637]: cluster 2024-03-30T04:32:05.153059+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:06.664 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:06 smithi196 bash[18523]: cluster 2024-03-30T04:32:05.153059+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:06.877 DEBUG:teuthology.orchestra.run.smithi196:osd.7> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.7.service 2024-03-30T04:32:06.879 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-30T04:32:06.880 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd stat -f json 2024-03-30T04:32:07.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[23637]: audit 2024-03-30T04:32:06.227294+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[23637]: audit 2024-03-30T04:32:06.233558+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[23637]: audit 2024-03-30T04:32:06.234211+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[23637]: audit 2024-03-30T04:32:06.238061+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[23637]: audit 2024-03-30T04:32:06.671100+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[23637]: audit 2024-03-30T04:32:06.671792+0000 mon.a (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[18557]: audit 2024-03-30T04:32:06.227294+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[18557]: audit 2024-03-30T04:32:06.233558+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[18557]: audit 2024-03-30T04:32:06.234211+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[18557]: audit 2024-03-30T04:32:06.238061+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[18557]: audit 2024-03-30T04:32:06.671100+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:32:07.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:07 smithi194 bash[18557]: audit 2024-03-30T04:32:06.671792+0000 mon.a (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:32:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:07 smithi196 bash[18523]: audit 2024-03-30T04:32:06.227294+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:07 smithi196 bash[18523]: audit 2024-03-30T04:32:06.233558+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:07 smithi196 bash[18523]: audit 2024-03-30T04:32:06.234211+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:07 smithi196 bash[18523]: audit 2024-03-30T04:32:06.238061+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:07 smithi196 bash[18523]: audit 2024-03-30T04:32:06.671100+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:32:07.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:07 smithi196 bash[18523]: audit 2024-03-30T04:32:06.671792+0000 mon.a (mon.0) 563 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:32:08.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[18557]: cluster 2024-03-30T04:32:07.153653+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[18557]: audit 2024-03-30T04:32:07.241319+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[18557]: cluster 2024-03-30T04:32:07.241500+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[18557]: audit 2024-03-30T04:32:07.241735+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[18557]: audit 2024-03-30T04:32:07.245811+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[18557]: audit 2024-03-30T04:32:07.246497+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[23637]: cluster 2024-03-30T04:32:07.153653+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[23637]: audit 2024-03-30T04:32:07.241319+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[23637]: cluster 2024-03-30T04:32:07.241500+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[23637]: audit 2024-03-30T04:32:07.241735+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[23637]: audit 2024-03-30T04:32:07.245811+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:32:08.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:08 smithi194 bash[23637]: audit 2024-03-30T04:32:07.246497+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:32:08.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[18523]: cluster 2024-03-30T04:32:07.153653+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:08.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[18523]: audit 2024-03-30T04:32:07.241319+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:32:08.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[18523]: cluster 2024-03-30T04:32:07.241500+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:32:08.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[18523]: audit 2024-03-30T04:32:07.241735+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:08.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[18523]: audit 2024-03-30T04:32:07.245811+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:32:08.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[18523]: audit 2024-03-30T04:32:07.246497+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:32:08.703 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[30564]: debug 2024-03-30T04:32:08.252+0000 7f469441b700 -1 osd.7 0 waiting for initial osdmap 2024-03-30T04:32:08.703 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:32:08 smithi196 bash[30564]: debug 2024-03-30T04:32:08.272+0000 7f468f5b3700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:32:09.570 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[18557]: audit 2024-03-30T04:32:08.244786+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[18557]: cluster 2024-03-30T04:32:08.245077+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[18557]: audit 2024-03-30T04:32:08.245293+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[18557]: audit 2024-03-30T04:32:08.253028+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[18557]: cluster 2024-03-30T04:32:09.154236+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[23637]: audit 2024-03-30T04:32:08.244786+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[23637]: cluster 2024-03-30T04:32:08.245077+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[23637]: audit 2024-03-30T04:32:08.245293+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[23637]: audit 2024-03-30T04:32:08.253028+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:09.571 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:09 smithi194 bash[23637]: cluster 2024-03-30T04:32:09.154236+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:09.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:09 smithi196 bash[18523]: audit 2024-03-30T04:32:08.244786+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-03-30T04:32:09.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:09 smithi196 bash[18523]: cluster 2024-03-30T04:32:08.245077+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:32:09.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:09 smithi196 bash[18523]: audit 2024-03-30T04:32:08.245293+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:09.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:09 smithi196 bash[18523]: audit 2024-03-30T04:32:08.253028+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:09.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:09 smithi196 bash[18523]: cluster 2024-03-30T04:32:09.154236+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:09.936 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:32:10.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[23637]: cluster 2024-03-30T04:32:07.644511+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[23637]: cluster 2024-03-30T04:32:07.644684+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[23637]: cluster 2024-03-30T04:32:09.247750+0000 mon.a (mon.0) 572 : cluster [INF] osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414] boot 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[23637]: cluster 2024-03-30T04:32:09.247878+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[23637]: audit 2024-03-30T04:32:09.248633+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[23637]: audit 2024-03-30T04:32:09.939252+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.194:0/4037719522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[18557]: cluster 2024-03-30T04:32:07.644511+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[18557]: cluster 2024-03-30T04:32:07.644684+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[18557]: cluster 2024-03-30T04:32:09.247750+0000 mon.a (mon.0) 572 : cluster [INF] osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414] boot 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[18557]: cluster 2024-03-30T04:32:09.247878+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[18557]: audit 2024-03-30T04:32:09.248633+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:10.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:10 smithi194 bash[18557]: audit 2024-03-30T04:32:09.939252+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.194:0/4037719522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:32:10.642 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1711773129,"num_in_osds":8,"osd_in_since":1711773105,"num_remapped_pgs":1} 2024-03-30T04:32:10.643 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:32:10.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:10 smithi196 bash[18523]: cluster 2024-03-30T04:32:07.644511+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:32:10.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:10 smithi196 bash[18523]: cluster 2024-03-30T04:32:07.644684+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:32:10.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:10 smithi196 bash[18523]: cluster 2024-03-30T04:32:09.247750+0000 mon.a (mon.0) 572 : cluster [INF] osd.7 [v2:172.21.15.196:6824/1931174414,v1:172.21.15.196:6825/1931174414] boot 2024-03-30T04:32:10.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:10 smithi196 bash[18523]: cluster 2024-03-30T04:32:09.247878+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-30T04:32:10.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:10 smithi196 bash[18523]: audit 2024-03-30T04:32:09.248633+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:10.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:10 smithi196 bash[18523]: audit 2024-03-30T04:32:09.939252+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.194:0/4037719522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:32:11.511 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:11 smithi196 bash[18523]: cluster 2024-03-30T04:32:10.249777+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:32:11.511 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:11 smithi196 bash[18523]: cluster 2024-03-30T04:32:11.154773+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:11.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:11 smithi194 bash[23637]: cluster 2024-03-30T04:32:10.249777+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:32:11.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:11 smithi194 bash[23637]: cluster 2024-03-30T04:32:11.154773+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:11.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:11 smithi194 bash[18557]: cluster 2024-03-30T04:32:10.249777+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:32:11.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:11 smithi194 bash[18557]: cluster 2024-03-30T04:32:11.154773+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:12.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:12 smithi194 bash[18557]: cluster 2024-03-30T04:32:11.269435+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:32:12.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:12 smithi194 bash[23637]: cluster 2024-03-30T04:32:11.269435+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:32:12.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:12 smithi196 bash[18523]: cluster 2024-03-30T04:32:11.269435+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:32:13.360 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:13.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:13 smithi194 bash[18557]: cluster 2024-03-30T04:32:12.269735+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:32:13.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:13 smithi194 bash[18557]: cluster 2024-03-30T04:32:13.155317+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:13.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:13 smithi194 bash[23637]: cluster 2024-03-30T04:32:12.269735+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:32:13.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:13 smithi194 bash[23637]: cluster 2024-03-30T04:32:13.155317+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:13.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:13 smithi196 bash[18523]: cluster 2024-03-30T04:32:12.269735+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:32:13.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:13 smithi196 bash[18523]: cluster 2024-03-30T04:32:13.155317+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: cluster 2024-03-30T04:32:13.287317+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: cephadm 2024-03-30T04:32:13.479387+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: audit 2024-03-30T04:32:13.490267+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: audit 2024-03-30T04:32:13.492990+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: audit 2024-03-30T04:32:13.494858+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: audit 2024-03-30T04:32:13.496584+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: audit 2024-03-30T04:32:13.498310+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: cephadm 2024-03-30T04:32:13.499581+0000 mgr.y (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 4316M 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: audit 2024-03-30T04:32:13.507868+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[23637]: audit 2024-03-30T04:32:13.516764+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: cluster 2024-03-30T04:32:13.287317+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: cephadm 2024-03-30T04:32:13.479387+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: audit 2024-03-30T04:32:13.490267+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: audit 2024-03-30T04:32:13.492990+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: audit 2024-03-30T04:32:13.494858+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: audit 2024-03-30T04:32:13.496584+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: audit 2024-03-30T04:32:13.498310+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: cephadm 2024-03-30T04:32:13.499581+0000 mgr.y (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 4316M 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: audit 2024-03-30T04:32:13.507868+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:14 smithi194 bash[18557]: audit 2024-03-30T04:32:13.516764+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: cluster 2024-03-30T04:32:13.287317+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:32:14.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: cephadm 2024-03-30T04:32:13.479387+0000 mgr.y (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:32:14.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: audit 2024-03-30T04:32:13.490267+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: audit 2024-03-30T04:32:13.492990+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: audit 2024-03-30T04:32:13.494858+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: audit 2024-03-30T04:32:13.496584+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: audit 2024-03-30T04:32:13.498310+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:14.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: cephadm 2024-03-30T04:32:13.499581+0000 mgr.y (mgr.14152) 230 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 4316M 2024-03-30T04:32:14.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: audit 2024-03-30T04:32:13.507868+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:14.703 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:14 smithi196 bash[18523]: audit 2024-03-30T04:32:13.516764+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:15.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:15 smithi194 bash[18557]: cluster 2024-03-30T04:32:15.155751+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-03-30T04:32:15.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:15 smithi194 bash[23637]: cluster 2024-03-30T04:32:15.155751+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-03-30T04:32:15.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:15 smithi196 bash[18523]: cluster 2024-03-30T04:32:15.155751+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-03-30T04:32:16.132 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:32:16.132 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":58,"fsid":"66dbb888-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:25:26.989785+0000","modified":"2024-03-30T04:32:13.271765+0000","last_up_change":"2024-03-30T04:32:09.238834+0000","last_in_change":"2024-03-30T04:31:45.755281+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:29:15.652659+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"c45176b9-6656-42fc-8f39-012d869be394","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6803","nonce":4030362206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6805","nonce":4030362206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6809","nonce":4030362206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6807","nonce":4030362206}]},"public_addr":"172.21.15.194:6803/4030362206","cluster_addr":"172.21.15.194:6805/4030362206","heartbeat_back_addr":"172.21.15.194:6809/4030362206","heartbeat_front_addr":"172.21.15.194:6807/4030362206","state":["exists","up"]},{"osd":1,"uuid":"e29f2778-23ab-4cec-822c-0beb8e382d24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6811","nonce":3841040039}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6813","nonce":3841040039}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6817","nonce":3841040039}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6815","nonce":3841040039}]},"public_addr":"172.21.15.194:6811/3841040039","cluster_addr":"172.21.15.194:6813/3841040039","heartbeat_back_addr":"172.21.15.194:6817/3841040039","heartbeat_front_addr":"172.21.15.194:6815/3841040039","state":["exists","up"]},{"osd":2,"uuid":"c4d0a79d-13de-447b-bb47-d03bee7da7ff","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.194:6818","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6819","nonce":1411569904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6821","nonce":1411569904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6825","nonce":1411569904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6823","nonce":1411569904}]},"public_addr":"172.21.15.194:6819/1411569904","cluster_addr":"172.21.15.194:6821/1411569904","heartbeat_back_addr":"172.21.15.194:6825/1411569904","heartbeat_front_addr":"172.21.15.194:6823/1411569904","state":["exists","up"]},{"osd":3,"uuid":"71266a3f-7f99-45cc-b4b7-ed61d198184f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6827","nonce":3375825421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6829","nonce":3375825421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6832","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6833","nonce":3375825421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6831","nonce":3375825421}]},"public_addr":"172.21.15.194:6827/3375825421","cluster_addr":"172.21.15.194:6829/3375825421","heartbeat_back_addr":"172.21.15.194:6833/3375825421","heartbeat_front_addr":"172.21.15.194:6831/3375825421","state":["exists","up"]},{"osd":4,"uuid":"5d6cec3c-e370-4f24-b72a-b3a93bbac565","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6801","nonce":1531466532}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6803","nonce":1531466532}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6807","nonce":1531466532}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6805","nonce":1531466532}]},"public_addr":"172.21.15.196:6801/1531466532","cluster_addr":"172.21.15.196:6803/1531466532","heartbeat_back_addr":"172.21.15.196:6807/1531466532","heartbeat_front_addr":"172.21.15.196:6805/1531466532","state":["exists","up"]},{"osd":5,"uuid":"fa687bc5-2c8a-493b-96d6-8548f67ebec9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6809","nonce":2981947706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6811","nonce":2981947706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6815","nonce":2981947706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6813","nonce":2981947706}]},"public_addr":"172.21.15.196:6809/2981947706","cluster_addr":"172.21.15.196:6811/2981947706","heartbeat_back_addr":"172.21.15.196:6815/2981947706","heartbeat_front_addr":"172.21.15.196:6813/2981947706","state":["exists","up"]},{"osd":6,"uuid":"73283fe9-9451-449f-9825-5d7802f6234c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6816","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6817","nonce":1660170856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6819","nonce":1660170856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6823","nonce":1660170856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6821","nonce":1660170856}]},"public_addr":"172.21.15.196:6817/1660170856","cluster_addr":"172.21.15.196:6819/1660170856","heartbeat_back_addr":"172.21.15.196:6823/1660170856","heartbeat_front_addr":"172.21.15.196:6821/1660170856","state":["exists","up"]},{"osd":7,"uuid":"798e3457-64e7-4e20-8044-b26b61d9f015","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6825","nonce":1931174414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6827","nonce":1931174414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6831","nonce":1931174414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6829","nonce":1931174414}]},"public_addr":"172.21.15.196:6825/1931174414","cluster_addr":"172.21.15.196:6827/1931174414","heartbeat_back_addr":"172.21.15.196:6831/1931174414","heartbeat_front_addr":"172.21.15.196:6829/1931174414","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:05.512266+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:38.716361+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:13.865095+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:50.729007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:22.556770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:56.603686+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:31.826668+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:32:07.644690+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.194:0/2576531376":"2024-03-31T04:26:28.217170+0000","172.21.15.194:6800/2171683225":"2024-03-31T04:26:28.217170+0000","172.21.15.194:6801/2171683225":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/2588276867":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/225573214":"2024-03-31T04:26:28.217170+0000","172.21.15.194:6801/3707404471":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/1304834134":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/4115036195":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/4209075029":"2024-03-31T04:25:57.981414+0000","172.21.15.194:6800/3707404471":"2024-03-31T04:25:57.981414+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:32:16.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:16 smithi194 bash[18557]: audit 2024-03-30T04:32:16.134244+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.194:0/1806697995' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:16.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:16 smithi194 bash[23637]: audit 2024-03-30T04:32:16.134244+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.194:0/1806697995' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:16.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:16 smithi196 bash[18523]: audit 2024-03-30T04:32:16.134244+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.194:0/1806697995' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:32:16.828 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-30T04:29:15.652659+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-03-30T04:32:16.828 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd pool get .mgr pg_num 2024-03-30T04:32:17.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:17 smithi194 bash[18557]: cluster 2024-03-30T04:32:17.156253+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:32:17.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:17 smithi194 bash[23637]: cluster 2024-03-30T04:32:17.156253+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:32:17.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:17 smithi196 bash[18523]: cluster 2024-03-30T04:32:17.156253+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-30T04:32:19.547 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:32:20.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:20 smithi194 bash[23637]: cluster 2024-03-30T04:32:19.156890+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:32:20.462 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:20 smithi194 bash[18557]: cluster 2024-03-30T04:32:19.156890+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:32:20.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:20 smithi196 bash[18523]: cluster 2024-03-30T04:32:19.156890+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:32:22.291 INFO:teuthology.orchestra.run.smithi194.stdout:pg_num: 1 2024-03-30T04:32:22.524 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:22 smithi194 bash[18557]: cluster 2024-03-30T04:32:21.157523+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-30T04:32:22.524 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:22 smithi194 bash[23637]: cluster 2024-03-30T04:32:21.157523+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-30T04:32:22.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:22 smithi196 bash[18523]: cluster 2024-03-30T04:32:21.157523+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-30T04:32:22.998 INFO:tasks.cephadm:Adding prometheus.a on smithi196 2024-03-30T04:32:22.998 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply prometheus '1;smithi196=a' 2024-03-30T04:32:23.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:23 smithi194 bash[18557]: audit 2024-03-30T04:32:22.293666+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.194:0/2961178794' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:32:23.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:23 smithi194 bash[23637]: audit 2024-03-30T04:32:22.293666+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.194:0/2961178794' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:32:23.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:23 smithi196 bash[18523]: audit 2024-03-30T04:32:22.293666+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.194:0/2961178794' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:32:24.336 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:24 smithi196 bash[18523]: cluster 2024-03-30T04:32:23.158117+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:24.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:24 smithi194 bash[18557]: cluster 2024-03-30T04:32:23.158117+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:24.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:24 smithi194 bash[23637]: cluster 2024-03-30T04:32:23.158117+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:25.812 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled prometheus update... 2024-03-30T04:32:26.477 DEBUG:teuthology.orchestra.run.smithi196:prometheus.a> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service 2024-03-30T04:32:26.478 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:26 smithi196 bash[18523]: cluster 2024-03-30T04:32:25.158830+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-30T04:32:26.478 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:26 smithi196 bash[18523]: audit 2024-03-30T04:32:25.814723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:26.478 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:26 smithi196 bash[18523]: audit 2024-03-30T04:32:25.816936+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:26.478 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:26 smithi196 bash[18523]: audit 2024-03-30T04:32:25.819677+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:26.478 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:26 smithi196 bash[18523]: audit 2024-03-30T04:32:25.821349+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:26.478 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:26 smithi196 bash[18523]: audit 2024-03-30T04:32:26.098352+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:26.478 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:26 smithi196 bash[18523]: audit 2024-03-30T04:32:26.103484+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:32:26.480 INFO:tasks.cephadm:Adding node-exporter.a on smithi194 2024-03-30T04:32:26.480 INFO:tasks.cephadm:Adding node-exporter.b on smithi196 2024-03-30T04:32:26.480 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply node-exporter '2;smithi194=a;smithi196=b' 2024-03-30T04:32:26.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[18557]: cluster 2024-03-30T04:32:25.158830+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-30T04:32:26.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[18557]: audit 2024-03-30T04:32:25.814723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[18557]: audit 2024-03-30T04:32:25.816936+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[18557]: audit 2024-03-30T04:32:25.819677+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[18557]: audit 2024-03-30T04:32:25.821349+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[18557]: audit 2024-03-30T04:32:26.098352+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[18557]: audit 2024-03-30T04:32:26.103484+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[23637]: cluster 2024-03-30T04:32:25.158830+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[23637]: audit 2024-03-30T04:32:25.814723+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[23637]: audit 2024-03-30T04:32:25.816936+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[23637]: audit 2024-03-30T04:32:25.819677+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[23637]: audit 2024-03-30T04:32:25.821349+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[23637]: audit 2024-03-30T04:32:26.098352+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' 2024-03-30T04:32:26.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:26 smithi194 bash[23637]: audit 2024-03-30T04:32:26.103484+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:32:27.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[18523]: audit 2024-03-30T04:32:25.804406+0000 mgr.y (mgr.14152) 237 : audit [DBG] from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi196=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:27.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[18523]: cephadm 2024-03-30T04:32:25.807768+0000 mgr.y (mgr.14152) 238 : cephadm [INF] Saving service prometheus spec with placement smithi196=a;count:1 2024-03-30T04:32:27.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[18523]: audit 2024-03-30T04:32:27.110272+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:32:27.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[18523]: cluster 2024-03-30T04:32:27.110409+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-03-30T04:32:27.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[19392]: ignoring --setuser ceph since I am not root 2024-03-30T04:32:27.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[19392]: ignoring --setgroup ceph since I am not root 2024-03-30T04:32:27.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[19392]: debug 2024-03-30T04:32:27.152+0000 7f0da0172700 1 -- 172.21.15.196:0/3357602784 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e60732a340 con 0x55e6080a6800 2024-03-30T04:32:27.453 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:27 smithi196 bash[19392]: debug 2024-03-30T04:32:27.296+0000 7f0da8bce000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:32:27.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18813]: ignoring --setuser ceph since I am not root 2024-03-30T04:32:27.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18813]: ignoring --setgroup ceph since I am not root 2024-03-30T04:32:27.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18813]: debug 2024-03-30T04:32:27.155+0000 7f6e7f94c700 1 -- 172.21.15.194:0/3734167540 <== mon.0 v2:172.21.15.194:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5652e4a82340 con 0x5652e57fe800 2024-03-30T04:32:27.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18813]: debug 2024-03-30T04:32:27.295+0000 7f6e883a8000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:32:27.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[23637]: audit 2024-03-30T04:32:25.804406+0000 mgr.y (mgr.14152) 237 : audit [DBG] from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi196=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:27.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[23637]: cephadm 2024-03-30T04:32:25.807768+0000 mgr.y (mgr.14152) 238 : cephadm [INF] Saving service prometheus spec with placement smithi196=a;count:1 2024-03-30T04:32:27.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[23637]: audit 2024-03-30T04:32:27.110272+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:32:27.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[23637]: cluster 2024-03-30T04:32:27.110409+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-03-30T04:32:27.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18557]: audit 2024-03-30T04:32:25.804406+0000 mgr.y (mgr.14152) 237 : audit [DBG] from='client.24266 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi196=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:27.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18557]: cephadm 2024-03-30T04:32:25.807768+0000 mgr.y (mgr.14152) 238 : cephadm [INF] Saving service prometheus spec with placement smithi196=a;count:1 2024-03-30T04:32:27.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18557]: audit 2024-03-30T04:32:27.110272+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.194:0/1812936061' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:32:27.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:27 smithi194 bash[18557]: cluster 2024-03-30T04:32:27.110409+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e16: y(active, since 5m), standbys: x 2024-03-30T04:32:29.086 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:28 smithi194 bash[18813]: debug 2024-03-30T04:32:28.803+0000 7f6e883a8000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:32:29.086 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:28 smithi194 bash[18813]: debug 2024-03-30T04:32:28.899+0000 7f6e883a8000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:32:29.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:28 smithi196 bash[19392]: debug 2024-03-30T04:32:28.847+0000 7f0da8bce000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:32:29.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:28 smithi196 bash[19392]: debug 2024-03-30T04:32:28.947+0000 7f0da8bce000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:32:29.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:29 smithi196 bash[19392]: debug 2024-03-30T04:32:29.195+0000 7f0da8bce000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:32:29.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:29 smithi194 bash[18813]: debug 2024-03-30T04:32:29.143+0000 7f6e883a8000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:32:30.189 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:29 smithi194 bash[18813]: debug 2024-03-30T04:32:29.871+0000 7f6e883a8000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:32:30.189 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:29 smithi194 bash[18813]: debug 2024-03-30T04:32:29.979+0000 7f6e883a8000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:32:30.189 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:30 smithi194 bash[18813]: debug 2024-03-30T04:32:30.079+0000 7f6e883a8000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:32:30.202 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:29 smithi196 bash[19392]: debug 2024-03-30T04:32:29.923+0000 7f0da8bce000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:32:30.202 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:30 smithi196 bash[19392]: debug 2024-03-30T04:32:30.031+0000 7f0da8bce000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:32:30.202 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:30 smithi196 bash[19392]: debug 2024-03-30T04:32:30.131+0000 7f0da8bce000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:32:30.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:30 smithi194 bash[18813]: debug 2024-03-30T04:32:30.191+0000 7f6e883a8000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:32:30.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:30 smithi194 bash[18813]: debug 2024-03-30T04:32:30.399+0000 7f6e883a8000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:32:30.701 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:30 smithi196 bash[19392]: debug 2024-03-30T04:32:30.243+0000 7f0da8bce000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:32:30.702 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:30 smithi196 bash[19392]: debug 2024-03-30T04:32:30.451+0000 7f0da8bce000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:32:30.951 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:30 smithi194 bash[18813]: debug 2024-03-30T04:32:30.671+0000 7f6e883a8000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:32:30.952 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:30 smithi194 bash[18813]: debug 2024-03-30T04:32:30.775+0000 7f6e883a8000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:32:30.999 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:30 smithi196 bash[19392]: debug 2024-03-30T04:32:30.723+0000 7f0da8bce000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:32:30.999 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:30 smithi196 bash[19392]: debug 2024-03-30T04:32:30.823+0000 7f0da8bce000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:32:31.336 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:30 smithi194 bash[18813]: debug 2024-03-30T04:32:30.951+0000 7f6e883a8000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:32:31.336 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:31 smithi194 bash[18813]: debug 2024-03-30T04:32:31.199+0000 7f6e883a8000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:32:31.451 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:31 smithi196 bash[19392]: debug 2024-03-30T04:32:30.999+0000 7f0da8bce000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:32:31.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:31 smithi196 bash[19392]: debug 2024-03-30T04:32:31.247+0000 7f0da8bce000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:32:31.836 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:31 smithi194 bash[18813]: debug 2024-03-30T04:32:31.467+0000 7f6e883a8000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:32:31.836 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:31 smithi194 bash[18813]: debug 2024-03-30T04:32:31.627+0000 7f6e883a8000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:32:31.909 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:31 smithi196 bash[19392]: debug 2024-03-30T04:32:31.515+0000 7f0da8bce000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:32:31.909 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:31 smithi196 bash[19392]: debug 2024-03-30T04:32:31.679+0000 7f0da8bce000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:32:32.201 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:31 smithi196 bash[19392]: debug 2024-03-30T04:32:31.911+0000 7f0da8bce000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:32:32.202 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:32 smithi196 bash[19392]: debug 2024-03-30T04:32:32.023+0000 7f0da8bce000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:32:32.313 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:31 smithi194 bash[18813]: debug 2024-03-30T04:32:31.863+0000 7f6e883a8000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:32:32.313 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:31 smithi194 bash[18813]: debug 2024-03-30T04:32:31.979+0000 7f6e883a8000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:32:32.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:32 smithi194 bash[18813]: debug 2024-03-30T04:32:32.315+0000 7f6e883a8000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:32:32.701 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:32 smithi196 bash[19392]: debug 2024-03-30T04:32:32.363+0000 7f0da8bce000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:32:33.336 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:33 smithi194 bash[18813]: debug 2024-03-30T04:32:33.035+0000 7f6e883a8000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:32:33.336 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:33 smithi194 bash[18813]: debug 2024-03-30T04:32:33.147+0000 7f6e883a8000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:32:33.393 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:33 smithi196 bash[19392]: debug 2024-03-30T04:32:33.079+0000 7f0da8bce000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:32:33.393 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:33 smithi196 bash[19392]: debug 2024-03-30T04:32:33.191+0000 7f0da8bce000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:32:33.679 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:33 smithi194 bash[18813]: debug 2024-03-30T04:32:33.355+0000 7f6e883a8000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:32:34.050 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:33 smithi194 bash[18813]: debug 2024-03-30T04:32:33.679+0000 7f6e883a8000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:32:34.083 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:33 smithi196 bash[19392]: debug 2024-03-30T04:32:33.391+0000 7f0da8bce000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:32:34.084 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:33 smithi196 bash[19392]: debug 2024-03-30T04:32:33.715+0000 7f0da8bce000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:32:34.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: debug 2024-03-30T04:32:34.051+0000 7f6e883a8000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:32:34.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: debug 2024-03-30T04:32:34.167+0000 7f6e883a8000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:32:34.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: cluster 2024-03-30T04:32:34.189657+0000 mon.a (mon.0) 595 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:32:34.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: cluster 2024-03-30T04:32:34.190725+0000 mon.a (mon.0) 596 : cluster [INF] Activating manager daemon y 2024-03-30T04:32:34.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: cluster 2024-03-30T04:32:34.198536+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: cluster 2024-03-30T04:32:34.223078+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: cluster 2024-03-30T04:32:34.223187+0000 mon.a (mon.0) 599 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: audit 2024-03-30T04:32:34.226230+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: audit 2024-03-30T04:32:34.226778+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: audit 2024-03-30T04:32:34.229692+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18557]: audit 2024-03-30T04:32:34.230095+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: cluster 2024-03-30T04:32:34.189657+0000 mon.a (mon.0) 595 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: cluster 2024-03-30T04:32:34.190725+0000 mon.a (mon.0) 596 : cluster [INF] Activating manager daemon y 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: cluster 2024-03-30T04:32:34.198536+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: cluster 2024-03-30T04:32:34.223078+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: cluster 2024-03-30T04:32:34.223187+0000 mon.a (mon.0) 599 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:32:34.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: audit 2024-03-30T04:32:34.226230+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:32:34.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: audit 2024-03-30T04:32:34.226778+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:32:34.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: audit 2024-03-30T04:32:34.229692+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:32:34.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[23637]: audit 2024-03-30T04:32:34.230095+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:32:34.374 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: cluster 2024-03-30T04:32:34.189657+0000 mon.a (mon.0) 595 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:32:34.374 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: cluster 2024-03-30T04:32:34.190725+0000 mon.a (mon.0) 596 : cluster [INF] Activating manager daemon y 2024-03-30T04:32:34.374 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: cluster 2024-03-30T04:32:34.198536+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:32:34.374 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: cluster 2024-03-30T04:32:34.223078+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:32:34.374 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: cluster 2024-03-30T04:32:34.223187+0000 mon.a (mon.0) 599 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: audit 2024-03-30T04:32:34.226230+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: audit 2024-03-30T04:32:34.226778+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: audit 2024-03-30T04:32:34.229692+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[18523]: audit 2024-03-30T04:32:34.230095+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.196:0/1218868287' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[19392]: debug 2024-03-30T04:32:34.083+0000 7f0da8bce000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[19392]: debug 2024-03-30T04:32:34.199+0000 7f0da8bce000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[19392]: [30/Mar/2024:04:32:34] ENGINE Bus STARTING 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[19392]: CherryPy Checker: 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[19392]: The Application mounted at '' has an empty config. 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[19392]: [30/Mar/2024:04:32:34] ENGINE Serving on http://:::9283 2024-03-30T04:32:34.375 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:34 smithi196 bash[19392]: [30/Mar/2024:04:32:34] ENGINE Bus STARTED 2024-03-30T04:32:34.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: [30/Mar/2024:04:32:34] ENGINE Bus STARTING 2024-03-30T04:32:34.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: CherryPy Checker: 2024-03-30T04:32:34.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: The Application mounted at '' has an empty config. 2024-03-30T04:32:34.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: [30/Mar/2024:04:32:34] ENGINE Serving on http://:::9283 2024-03-30T04:32:34.586 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: [30/Mar/2024:04:32:34] ENGINE Bus STARTED 2024-03-30T04:32:34.901 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: [30/Mar/2024:04:32:34] ENGINE Bus STARTING 2024-03-30T04:32:35.276 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: [30/Mar/2024:04:32:34] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:32:35.276 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:34 smithi194 bash[18813]: [30/Mar/2024:04:32:34] ENGINE Bus STARTED 2024-03-30T04:32:35.297 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled node-exporter update... 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: cluster 2024-03-30T04:32:34.252040+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0615576s), standbys: x 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.258206+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.258353+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.258457+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.261135+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.261298+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.261904+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.262084+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:32:35.535 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.262262+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.262448+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.262611+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.262771+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.262935+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.263111+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.263754+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.263893+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.264260+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: cluster 2024-03-30T04:32:34.291023+0000 mon.a (mon.0) 601 : cluster [INF] Manager daemon y is now available 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.310606+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:35.536 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.313809+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.315915+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.317723+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.330211+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.343295+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.343826+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.355710+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.356164+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: cephadm 2024-03-30T04:32:34.786516+0000 mgr.y (mgr.14391) 1 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Bus STARTING 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: cephadm 2024-03-30T04:32:34.904864+0000 mgr.y (mgr.14391) 2 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: cephadm 2024-03-30T04:32:34.905400+0000 mgr.y (mgr.14391) 3 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Bus STARTED 2024-03-30T04:32:35.537 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:35 smithi196 bash[18523]: audit 2024-03-30T04:32:34.912814+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:35.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: cluster 2024-03-30T04:32:34.252040+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0615576s), standbys: x 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.258206+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.258353+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.258457+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.261135+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.261298+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.261904+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.262084+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.262262+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.262448+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.262611+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.262771+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:32:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.262935+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.263111+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.263754+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.263893+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.264260+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: cluster 2024-03-30T04:32:34.291023+0000 mon.a (mon.0) 601 : cluster [INF] Manager daemon y is now available 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.310606+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: cluster 2024-03-30T04:32:34.252040+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0615576s), standbys: x 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.258206+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.258353+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.258457+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:32:35.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.261135+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.261298+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.261904+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.262084+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.262262+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.262448+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.262611+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.262771+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.262935+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.263111+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.263754+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.263893+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.264260+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: cluster 2024-03-30T04:32:34.291023+0000 mon.a (mon.0) 601 : cluster [INF] Manager daemon y is now available 2024-03-30T04:32:35.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.310606+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.313809+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.315915+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.317723+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.330211+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.343295+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.343826+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.355710+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.356164+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: cephadm 2024-03-30T04:32:34.786516+0000 mgr.y (mgr.14391) 1 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Bus STARTING 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: cephadm 2024-03-30T04:32:34.904864+0000 mgr.y (mgr.14391) 2 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:32:35.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: cephadm 2024-03-30T04:32:34.905400+0000 mgr.y (mgr.14391) 3 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Bus STARTED 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[18557]: audit 2024-03-30T04:32:34.912814+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.313809+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.315915+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.317723+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.330211+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.343295+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.343826+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.355710+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.356164+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: cephadm 2024-03-30T04:32:34.786516+0000 mgr.y (mgr.14391) 1 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Bus STARTING 2024-03-30T04:32:35.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: cephadm 2024-03-30T04:32:34.904864+0000 mgr.y (mgr.14391) 2 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:32:35.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: cephadm 2024-03-30T04:32:34.905400+0000 mgr.y (mgr.14391) 3 : cephadm [INF] [30/Mar/2024:04:32:34] ENGINE Bus STARTED 2024-03-30T04:32:35.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:35 smithi194 bash[23637]: audit 2024-03-30T04:32:34.912814+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:36.109 DEBUG:teuthology.orchestra.run.smithi194:node-exporter.a> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service 2024-03-30T04:32:36.112 DEBUG:teuthology.orchestra.run.smithi196:node-exporter.b> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service 2024-03-30T04:32:36.114 INFO:tasks.cephadm:Adding alertmanager.a on smithi194 2024-03-30T04:32:36.115 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply alertmanager '1;smithi194=a' 2024-03-30T04:32:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:36 smithi196 bash[18523]: cluster 2024-03-30T04:32:35.271329+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e18: y(active, since 1.08082s), standbys: x 2024-03-30T04:32:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:36 smithi196 bash[18523]: audit 2024-03-30T04:32:35.283676+0000 mgr.y (mgr.14391) 4 : audit [DBG] from='client.24284 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi194=a;smithi196=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:36 smithi196 bash[18523]: cephadm 2024-03-30T04:32:35.291027+0000 mgr.y (mgr.14391) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi194=a;smithi196=b;count:2 2024-03-30T04:32:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:36 smithi196 bash[18523]: cluster 2024-03-30T04:32:35.295114+0000 mgr.y (mgr.14391) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:36.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:36 smithi196 bash[18523]: audit 2024-03-30T04:32:35.298030+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:36.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[18557]: cluster 2024-03-30T04:32:35.271329+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e18: y(active, since 1.08082s), standbys: x 2024-03-30T04:32:36.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[18557]: audit 2024-03-30T04:32:35.283676+0000 mgr.y (mgr.14391) 4 : audit [DBG] from='client.24284 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi194=a;smithi196=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:36.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[18557]: cephadm 2024-03-30T04:32:35.291027+0000 mgr.y (mgr.14391) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi194=a;smithi196=b;count:2 2024-03-30T04:32:36.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[18557]: cluster 2024-03-30T04:32:35.295114+0000 mgr.y (mgr.14391) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:36.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[18557]: audit 2024-03-30T04:32:35.298030+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:36.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[23637]: cluster 2024-03-30T04:32:35.271329+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e18: y(active, since 1.08082s), standbys: x 2024-03-30T04:32:36.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[23637]: audit 2024-03-30T04:32:35.283676+0000 mgr.y (mgr.14391) 4 : audit [DBG] from='client.24284 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi194=a;smithi196=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:36.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[23637]: cephadm 2024-03-30T04:32:35.291027+0000 mgr.y (mgr.14391) 5 : cephadm [INF] Saving service node-exporter spec with placement smithi194=a;smithi196=b;count:2 2024-03-30T04:32:36.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[23637]: cluster 2024-03-30T04:32:35.295114+0000 mgr.y (mgr.14391) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:36.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:36 smithi194 bash[23637]: audit 2024-03-30T04:32:35.298030+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:37.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:37 smithi196 bash[18523]: cluster 2024-03-30T04:32:36.264075+0000 mgr.y (mgr.14391) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:37.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:37 smithi196 bash[18523]: cluster 2024-03-30T04:32:36.312932+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:32:37.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:37 smithi194 bash[23637]: cluster 2024-03-30T04:32:36.264075+0000 mgr.y (mgr.14391) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:37.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:37 smithi194 bash[23637]: cluster 2024-03-30T04:32:36.312932+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:32:37.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:37 smithi194 bash[18557]: cluster 2024-03-30T04:32:36.264075+0000 mgr.y (mgr.14391) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:37.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:37 smithi194 bash[18557]: cluster 2024-03-30T04:32:36.312932+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:32:38.951 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: audit 2024-03-30T04:32:37.690427+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: audit 2024-03-30T04:32:37.912768+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: audit 2024-03-30T04:32:38.142102+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: cephadm 2024-03-30T04:32:38.143574+0000 mgr.y (mgr.14391) 8 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: audit 2024-03-30T04:32:38.351531+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: audit 2024-03-30T04:32:38.380747+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: audit 2024-03-30T04:32:38.667583+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:38.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:38 smithi196 bash[18523]: audit 2024-03-30T04:32:38.677266+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: audit 2024-03-30T04:32:37.690427+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: audit 2024-03-30T04:32:37.912768+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: audit 2024-03-30T04:32:38.142102+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: cephadm 2024-03-30T04:32:38.143574+0000 mgr.y (mgr.14391) 8 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: audit 2024-03-30T04:32:38.351531+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: audit 2024-03-30T04:32:38.380747+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: audit 2024-03-30T04:32:38.667583+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[18557]: audit 2024-03-30T04:32:38.677266+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: audit 2024-03-30T04:32:37.690427+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: audit 2024-03-30T04:32:37.912768+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: audit 2024-03-30T04:32:38.142102+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.087 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: cephadm 2024-03-30T04:32:38.143574+0000 mgr.y (mgr.14391) 8 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:32:39.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: audit 2024-03-30T04:32:38.351531+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: audit 2024-03-30T04:32:38.380747+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: audit 2024-03-30T04:32:38.667583+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:38 smithi194 bash[23637]: audit 2024-03-30T04:32:38.677266+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled alertmanager update... 2024-03-30T04:32:40.000 DEBUG:teuthology.orchestra.run.smithi194:alertmanager.a> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service 2024-03-30T04:32:40.003 INFO:tasks.cephadm:Adding grafana.a on smithi196 2024-03-30T04:32:40.003 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply grafana '1;smithi196=a' 2024-03-30T04:32:40.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: cephadm 2024-03-30T04:32:38.249276+0000 mgr.y (mgr.14391) 9 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:32:40.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: cluster 2024-03-30T04:32:38.264476+0000 mgr.y (mgr.14391) 10 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:40.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: cephadm 2024-03-30T04:32:38.384573+0000 mgr.y (mgr.14391) 11 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: cephadm 2024-03-30T04:32:38.516963+0000 mgr.y (mgr.14391) 12 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: cephadm 2024-03-30T04:32:38.721712+0000 mgr.y (mgr.14391) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi196 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: audit 2024-03-30T04:32:39.136484+0000 mgr.y (mgr.14391) 14 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi194=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: cephadm 2024-03-30T04:32:39.139812+0000 mgr.y (mgr.14391) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi194=a;count:1 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[18557]: audit 2024-03-30T04:32:39.147761+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: cephadm 2024-03-30T04:32:38.249276+0000 mgr.y (mgr.14391) 9 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: cluster 2024-03-30T04:32:38.264476+0000 mgr.y (mgr.14391) 10 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: cephadm 2024-03-30T04:32:38.384573+0000 mgr.y (mgr.14391) 11 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: cephadm 2024-03-30T04:32:38.516963+0000 mgr.y (mgr.14391) 12 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: cephadm 2024-03-30T04:32:38.721712+0000 mgr.y (mgr.14391) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi196 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: audit 2024-03-30T04:32:39.136484+0000 mgr.y (mgr.14391) 14 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi194=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:40.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: cephadm 2024-03-30T04:32:39.139812+0000 mgr.y (mgr.14391) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi194=a;count:1 2024-03-30T04:32:40.338 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:40 smithi194 bash[23637]: audit 2024-03-30T04:32:39.147761+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: cephadm 2024-03-30T04:32:38.249276+0000 mgr.y (mgr.14391) 9 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: cluster 2024-03-30T04:32:38.264476+0000 mgr.y (mgr.14391) 10 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: cephadm 2024-03-30T04:32:38.384573+0000 mgr.y (mgr.14391) 11 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: cephadm 2024-03-30T04:32:38.516963+0000 mgr.y (mgr.14391) 12 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: cephadm 2024-03-30T04:32:38.721712+0000 mgr.y (mgr.14391) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi196 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: audit 2024-03-30T04:32:39.136484+0000 mgr.y (mgr.14391) 14 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi194=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: cephadm 2024-03-30T04:32:39.139812+0000 mgr.y (mgr.14391) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi194=a;count:1 2024-03-30T04:32:40.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:40 smithi196 bash[18523]: audit 2024-03-30T04:32:39.147761+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:42.465 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:42 smithi196 bash[18523]: cluster 2024-03-30T04:32:40.265041+0000 mgr.y (mgr.14391) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:42.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:42 smithi194 bash[23637]: cluster 2024-03-30T04:32:40.265041+0000 mgr.y (mgr.14391) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:42.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:42 smithi194 bash[18557]: cluster 2024-03-30T04:32:40.265041+0000 mgr.y (mgr.14391) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:44.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:44 smithi196 bash[18523]: cluster 2024-03-30T04:32:42.265665+0000 mgr.y (mgr.14391) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:44.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:44 smithi194 bash[23637]: cluster 2024-03-30T04:32:42.265665+0000 mgr.y (mgr.14391) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:44.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:44 smithi194 bash[18557]: cluster 2024-03-30T04:32:42.265665+0000 mgr.y (mgr.14391) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:45.027 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled grafana update... 2024-03-30T04:32:46.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[18557]: cluster 2024-03-30T04:32:44.266249+0000 mgr.y (mgr.14391) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:46.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[18557]: audit 2024-03-30T04:32:45.017373+0000 mgr.y (mgr.14391) 19 : audit [DBG] from='client.24311 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi196=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:46.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[18557]: cephadm 2024-03-30T04:32:45.020695+0000 mgr.y (mgr.14391) 20 : cephadm [INF] Saving service grafana spec with placement smithi196=a;count:1 2024-03-30T04:32:46.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[18557]: audit 2024-03-30T04:32:45.028947+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:46.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[23637]: cluster 2024-03-30T04:32:44.266249+0000 mgr.y (mgr.14391) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:46.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[23637]: audit 2024-03-30T04:32:45.017373+0000 mgr.y (mgr.14391) 19 : audit [DBG] from='client.24311 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi196=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:46.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[23637]: cephadm 2024-03-30T04:32:45.020695+0000 mgr.y (mgr.14391) 20 : cephadm [INF] Saving service grafana spec with placement smithi196=a;count:1 2024-03-30T04:32:46.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:46 smithi194 bash[23637]: audit 2024-03-30T04:32:45.028947+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:46.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:46 smithi196 bash[18523]: cluster 2024-03-30T04:32:44.266249+0000 mgr.y (mgr.14391) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:46 smithi196 bash[18523]: audit 2024-03-30T04:32:45.017373+0000 mgr.y (mgr.14391) 19 : audit [DBG] from='client.24311 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi196=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:46 smithi196 bash[18523]: cephadm 2024-03-30T04:32:45.020695+0000 mgr.y (mgr.14391) 20 : cephadm [INF] Saving service grafana spec with placement smithi196=a;count:1 2024-03-30T04:32:46.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:46 smithi196 bash[18523]: audit 2024-03-30T04:32:45.028947+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:46.900 DEBUG:teuthology.orchestra.run.smithi196:grafana.a> sudo journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service 2024-03-30T04:32:46.903 INFO:tasks.cephadm:Setting up client nodes... 2024-03-30T04:32:46.905 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-30T04:32:48.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:48 smithi194 bash[23637]: cluster 2024-03-30T04:32:46.266893+0000 mgr.y (mgr.14391) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:48.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:48 smithi194 bash[18557]: cluster 2024-03-30T04:32:46.266893+0000 mgr.y (mgr.14391) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:48.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:48 smithi196 bash[18523]: cluster 2024-03-30T04:32:46.266893+0000 mgr.y (mgr.14391) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:49.844 INFO:teuthology.orchestra.run.smithi194.stdout:[client.0] 2024-03-30T04:32:49.845 INFO:teuthology.orchestra.run.smithi194.stdout: key = AQDxlQdm02Q6MhAAuXd5pf5Bxp5ZfFky4Wk2pg== 2024-03-30T04:32:50.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:50 smithi196 bash[18523]: cluster 2024-03-30T04:32:48.267513+0000 mgr.y (mgr.14391) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:50 smithi196 bash[18523]: audit 2024-03-30T04:32:49.841598+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.194:0/3472320957' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:50 smithi196 bash[18523]: audit 2024-03-30T04:32:49.842277+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:50.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:50 smithi196 bash[18523]: audit 2024-03-30T04:32:49.847942+0000 mon.a (mon.0) 619 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[23637]: cluster 2024-03-30T04:32:48.267513+0000 mgr.y (mgr.14391) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[23637]: audit 2024-03-30T04:32:49.841598+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.194:0/3472320957' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[23637]: audit 2024-03-30T04:32:49.842277+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[23637]: audit 2024-03-30T04:32:49.847942+0000 mon.a (mon.0) 619 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[18557]: cluster 2024-03-30T04:32:48.267513+0000 mgr.y (mgr.14391) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[18557]: audit 2024-03-30T04:32:49.841598+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.194:0/3472320957' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[18557]: audit 2024-03-30T04:32:49.842277+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:50.526 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:50 smithi194 bash[18557]: audit 2024-03-30T04:32:49.847942+0000 mon.a (mon.0) 619 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:50.527 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-03-30T04:32:50.527 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-30T04:32:50.527 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-30T04:32:50.552 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-30T04:32:52.363 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.364 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.364 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.364 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:52 smithi196 bash[18523]: cluster 2024-03-30T04:32:50.268186+0000 mgr.y (mgr.14391) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:52.364 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.365 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.365 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:52 smithi194 bash[23637]: cluster 2024-03-30T04:32:50.268186+0000 mgr.y (mgr.14391) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:52.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:52 smithi194 bash[18557]: cluster 2024-03-30T04:32:50.268186+0000 mgr.y (mgr.14391) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:52.628 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.628 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.628 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.628 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: Started Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:32:52.629 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:32:52 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.335 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.336 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.336 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.336 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.337 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.337 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.337 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.338 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.338 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.338 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.643 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:53 smithi194 systemd[1]: Started Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:32:53.643 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[37676]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-30T04:32:53.851 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.851 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.852 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.852 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.852 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.852 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:53.853 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:53 smithi196 bash[18523]: cluster 2024-03-30T04:32:52.268836+0000 mgr.y (mgr.14391) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:53.853 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:53 smithi196 bash[18523]: audit 2024-03-30T04:32:52.648557+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:53.853 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:53 smithi196 bash[18523]: cephadm 2024-03-30T04:32:52.655447+0000 mgr.y (mgr.14391) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi194 2024-03-30T04:32:53.853 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:53 smithi196 bash[18523]: audit 2024-03-30T04:32:53.390531+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:53.853 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[23637]: cluster 2024-03-30T04:32:52.268836+0000 mgr.y (mgr.14391) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:54.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[23637]: audit 2024-03-30T04:32:52.648557+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:54.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[23637]: cephadm 2024-03-30T04:32:52.655447+0000 mgr.y (mgr.14391) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi194 2024-03-30T04:32:54.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[23637]: audit 2024-03-30T04:32:53.390531+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:54.161 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[18557]: cluster 2024-03-30T04:32:52.268836+0000 mgr.y (mgr.14391) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:54.161 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[18557]: audit 2024-03-30T04:32:52.648557+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:54.161 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[18557]: cephadm 2024-03-30T04:32:52.655447+0000 mgr.y (mgr.14391) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi194 2024-03-30T04:32:54.161 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:53 smithi194 bash[18557]: audit 2024-03-30T04:32:53.390531+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:54.161 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.162 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.162 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.162 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.163 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:54 smithi196 systemd[1]: Started Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:32:54.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.163 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.164 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:32:53 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:54.483 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:54 smithi196 bash[33101]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-30T04:32:54.728 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:54 smithi194 bash[37676]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-30T04:32:55.086 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:54 smithi194 bash[37676]: aa2a8d90b84c: Pulling fs layer 2024-03-30T04:32:55.086 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:54 smithi194 bash[37676]: b45d31ee2d7f: Pulling fs layer 2024-03-30T04:32:55.086 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:54 smithi194 bash[37676]: b5db1e299295: Pulling fs layer 2024-03-30T04:32:55.342 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[18523]: cephadm 2024-03-30T04:32:53.394943+0000 mgr.y (mgr.14391) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi196 2024-03-30T04:32:55.342 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[18523]: audit 2024-03-30T04:32:54.111275+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:55.342 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[18523]: audit 2024-03-30T04:32:54.114820+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:55.342 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[18523]: audit 2024-03-30T04:32:54.117028+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:55.342 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[18523]: audit 2024-03-30T04:32:54.118526+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:55.343 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[18523]: audit 2024-03-30T04:32:54.335251+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.199Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.199Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.199Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.199Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi196 (none))" 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.199Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.199Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.200Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.201Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.202Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:32:55.343 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.205Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.205Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.858µs 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.205Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.205Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.205Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.431µs wal_replay_duration=198.762µs total_replay_duration=241.218µs 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.206Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.206Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.206Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.226Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.714835ms db_storage=632ns remote_storage=1.551µs web_handler=334ns query_engine=673ns scrape=255.981µs scrape_sd=17.194µs notify=779ns notify_sd=1.417µs rules=19.237197ms 2024-03-30T04:32:55.344 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[32981]: ts=2024-03-30T04:32:55.226Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:32:55.430 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[37676]: b45d31ee2d7f: Download complete 2024-03-30T04:32:55.431 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[37676]: aa2a8d90b84c: Verifying Checksum 2024-03-30T04:32:55.431 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[37676]: aa2a8d90b84c: Download complete 2024-03-30T04:32:55.431 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[23637]: cephadm 2024-03-30T04:32:53.394943+0000 mgr.y (mgr.14391) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi196 2024-03-30T04:32:55.431 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[23637]: audit 2024-03-30T04:32:54.111275+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:55.431 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[23637]: audit 2024-03-30T04:32:54.114820+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:55.431 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[23637]: audit 2024-03-30T04:32:54.117028+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:55.431 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[23637]: audit 2024-03-30T04:32:54.118526+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:55.431 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[23637]: audit 2024-03-30T04:32:54.335251+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:55.432 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[18557]: cephadm 2024-03-30T04:32:53.394943+0000 mgr.y (mgr.14391) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi196 2024-03-30T04:32:55.432 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[18557]: audit 2024-03-30T04:32:54.111275+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:55.432 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[18557]: audit 2024-03-30T04:32:54.114820+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:55.432 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[18557]: audit 2024-03-30T04:32:54.117028+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:55.432 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[18557]: audit 2024-03-30T04:32:54.118526+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:55.432 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[18557]: audit 2024-03-30T04:32:54.335251+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:55.594 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[33101]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-30T04:32:55.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[37676]: b5db1e299295: Verifying Checksum 2024-03-30T04:32:55.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[37676]: b5db1e299295: Download complete 2024-03-30T04:32:55.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:55 smithi194 bash[37676]: aa2a8d90b84c: Pull complete 2024-03-30T04:32:55.951 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[33101]: aa2a8d90b84c: Pulling fs layer 2024-03-30T04:32:55.952 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[33101]: b45d31ee2d7f: Pulling fs layer 2024-03-30T04:32:55.952 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:55 smithi196 bash[33101]: b5db1e299295: Pulling fs layer 2024-03-30T04:32:56.034 INFO:teuthology.orchestra.run.smithi196.stdout:[client.1] 2024-03-30T04:32:56.034 INFO:teuthology.orchestra.run.smithi196.stdout: key = AQD4lQdm6HjQARAAJERDpZYlTp6JocEg+C3jjA== 2024-03-30T04:32:56.332 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[33101]: b45d31ee2d7f: Download complete 2024-03-30T04:32:56.332 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[33101]: aa2a8d90b84c: Verifying Checksum 2024-03-30T04:32:56.332 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[33101]: aa2a8d90b84c: Download complete 2024-03-30T04:32:56.332 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[18523]: cluster 2024-03-30T04:32:54.269493+0000 mgr.y (mgr.14391) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:56.332 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[18523]: audit 2024-03-30T04:32:56.029163+0000 mon.b (mon.2) 54 : audit [INF] from='client.? 172.21.15.196:0/2592289446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:56.333 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[18523]: audit 2024-03-30T04:32:56.030099+0000 mon.a (mon.0) 624 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:56.333 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[18523]: audit 2024-03-30T04:32:56.037345+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:56.424 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[37676]: b45d31ee2d7f: Pull complete 2024-03-30T04:32:56.424 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[23637]: cluster 2024-03-30T04:32:54.269493+0000 mgr.y (mgr.14391) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:56.424 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[23637]: audit 2024-03-30T04:32:56.029163+0000 mon.b (mon.2) 54 : audit [INF] from='client.? 172.21.15.196:0/2592289446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:56.424 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[23637]: audit 2024-03-30T04:32:56.030099+0000 mon.a (mon.0) 624 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:56.424 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[23637]: audit 2024-03-30T04:32:56.037345+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:56.425 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[18557]: cluster 2024-03-30T04:32:54.269493+0000 mgr.y (mgr.14391) 27 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:56.425 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[18557]: audit 2024-03-30T04:32:56.029163+0000 mon.b (mon.2) 54 : audit [INF] from='client.? 172.21.15.196:0/2592289446' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:56.425 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[18557]: audit 2024-03-30T04:32:56.030099+0000 mon.a (mon.0) 624 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:32:56.425 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[18557]: audit 2024-03-30T04:32:56.037345+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:32:56.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[33101]: aa2a8d90b84c: Pull complete 2024-03-30T04:32:56.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[33101]: b5db1e299295: Verifying Checksum 2024-03-30T04:32:56.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:56 smithi196 bash[33101]: b5db1e299295: Download complete 2024-03-30T04:32:56.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[37676]: b5db1e299295: Pull complete 2024-03-30T04:32:56.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[37676]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-30T04:32:56.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:56 smithi194 bash[37676]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-30T04:32:57.302 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-03-30T04:32:57.302 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-30T04:32:57.302 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-30T04:32:57.325 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-30T04:32:57.325 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-30T04:32:57.325 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph mgr dump --format=json 2024-03-30T04:32:57.583 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:57 smithi196 bash[33101]: b45d31ee2d7f: Pull complete 2024-03-30T04:32:57.868 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:57 smithi196 bash[33101]: b5db1e299295: Pull complete 2024-03-30T04:32:57.868 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:57 smithi196 bash[33101]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-30T04:32:58.086 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.870Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.870Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.871Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.871Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:32:58.087 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:32:58.088 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:32:58.089 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:32:58.090 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:32:58.090 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:32:58.090 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:32:58.090 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:32:58.090 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.872Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:32:58.090 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:32:57 smithi194 bash[37676]: ts=2024-03-30T04:32:57.873Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:32:58.122 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:57 smithi196 bash[33101]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-30T04:32:58.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:58 smithi196 bash[18523]: cluster 2024-03-30T04:32:56.270035+0000 mgr.y (mgr.14391) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:58.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:32:58 smithi196 bash[18523]: audit 2024-03-30T04:32:57.238141+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:58.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:58 smithi194 bash[23637]: cluster 2024-03-30T04:32:56.270035+0000 mgr.y (mgr.14391) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:58.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:32:58 smithi194 bash[23637]: audit 2024-03-30T04:32:57.238141+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:58.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:58 smithi194 bash[18557]: cluster 2024-03-30T04:32:56.270035+0000 mgr.y (mgr.14391) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:32:58.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:32:58 smithi194 bash[18557]: audit 2024-03-30T04:32:57.238141+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:32:59.452 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.135Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.135Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.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-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.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-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:32:59.453 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:32:59.454 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.136Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:32:59.455 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:32:59.456 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:32:59.456 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:32:59.456 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:32:59.456 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:32:59.457 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:32:59.457 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:32:59.458 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:32:59 smithi196 bash[33101]: ts=2024-03-30T04:32:59.137Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:32:59.836 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:32:59 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:00.040 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:00.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:00 smithi194 bash[23637]: cluster 2024-03-30T04:32:58.270601+0000 mgr.y (mgr.14391) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:00.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:00 smithi194 bash[23637]: audit 2024-03-30T04:32:59.322157+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:00.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:00 smithi194 bash[23637]: audit 2024-03-30T04:32:59.334657+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:00.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:00 smithi194 bash[18557]: cluster 2024-03-30T04:32:58.270601+0000 mgr.y (mgr.14391) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:00.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:00 smithi194 bash[18557]: audit 2024-03-30T04:32:59.322157+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:00.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:00 smithi194 bash[18557]: audit 2024-03-30T04:32:59.334657+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:00.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:00 smithi196 bash[18523]: cluster 2024-03-30T04:32:58.270601+0000 mgr.y (mgr.14391) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:00.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:00 smithi196 bash[18523]: audit 2024-03-30T04:32:59.322157+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:00.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:00 smithi196 bash[18523]: audit 2024-03-30T04:32:59.334657+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:01.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:01 smithi196 bash[18523]: cephadm 2024-03-30T04:32:59.360551+0000 mgr.y (mgr.14391) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi194 2024-03-30T04:33:01.501 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:01 smithi194 bash[23637]: cephadm 2024-03-30T04:32:59.360551+0000 mgr.y (mgr.14391) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi194 2024-03-30T04:33:01.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:01 smithi194 bash[18557]: cephadm 2024-03-30T04:32:59.360551+0000 mgr.y (mgr.14391) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi194 2024-03-30T04:33:02.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:02 smithi196 bash[18523]: cluster 2024-03-30T04:33:00.271186+0000 mgr.y (mgr.14391) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:02.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:02 smithi194 bash[23637]: cluster 2024-03-30T04:33:00.271186+0000 mgr.y (mgr.14391) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:02.547 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:02 smithi194 bash[18557]: cluster 2024-03-30T04:33:00.271186+0000 mgr.y (mgr.14391) 31 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:04.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:04 smithi196 bash[18523]: cluster 2024-03-30T04:33:02.271820+0000 mgr.y (mgr.14391) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:04.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:04 smithi194 bash[18557]: cluster 2024-03-30T04:33:02.271820+0000 mgr.y (mgr.14391) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:04.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:04 smithi194 bash[23637]: cluster 2024-03-30T04:33:02.271820+0000 mgr.y (mgr.14391) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:04.650 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:33:05.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:05 smithi194 bash[23637]: audit 2024-03-30T04:33:04.644824+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.194:0/2249862655' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:33:05.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:05 smithi194 bash[18557]: audit 2024-03-30T04:33:04.644824+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.194:0/2249862655' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:33:05.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:05 smithi196 bash[18523]: audit 2024-03-30T04:33:04.644824+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.194:0/2249862655' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:33:06.020 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":19,"active_gid":14391,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":787393860},{"type":"v1","addr":"172.21.15.194:6801","nonce":787393860}]},"active_addr":"172.21.15.194:6801/787393860","active_change":"2024-03-30T04:32:34.190455+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24272,"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.194:8443/","prometheus":"http://172.21.15.194:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":59,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.194:0","nonce":179570437}]},{"addrvec":[{"type":"v2","addr":"172.21.15.194:0","nonce":4154740081}]},{"addrvec":[{"type":"v2","addr":"172.21.15.194:0","nonce":2674509442}]},{"addrvec":[{"type":"v2","addr":"172.21.15.194:0","nonce":3752182811}]}]}} 2024-03-30T04:33:06.024 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-30T04:33:06.024 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-30T04:33:06.024 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:33:06.328 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:06 smithi194 bash[23637]: cluster 2024-03-30T04:33:04.272270+0000 mgr.y (mgr.14391) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:06.328 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:06 smithi194 bash[18557]: cluster 2024-03-30T04:33:04.272270+0000 mgr.y (mgr.14391) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:06.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:06 smithi196 bash[18523]: cluster 2024-03-30T04:33:04.272270+0000 mgr.y (mgr.14391) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:07.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:07 smithi194 bash[18557]: cluster 2024-03-30T04:33:06.272707+0000 mgr.y (mgr.14391) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:07.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:07 smithi194 bash[23637]: cluster 2024-03-30T04:33:06.272707+0000 mgr.y (mgr.14391) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:07.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:07 smithi196 bash[18523]: cluster 2024-03-30T04:33:06.272707+0000 mgr.y (mgr.14391) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:08.274 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:08] "GET /metrics HTTP/1.1" 200 191533 "" "Prometheus/2.33.4" 2024-03-30T04:33:09.014 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.014 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.015 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.015 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.015 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.016 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.016 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.017 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:33:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.017 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.205 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:09.266 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.266 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.267 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.267 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.267 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.268 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.268 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.268 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.268 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.268 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.268 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:09.268 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:09 smithi194 systemd[1]: Started Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:09.594 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:33:09 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:33:09.951 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:10.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:10 smithi196 bash[18523]: cluster 2024-03-30T04:33:08.273345+0000 mgr.y (mgr.14391) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:10 smithi196 bash[18523]: audit 2024-03-30T04:33:09.304249+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:10 smithi196 bash[18523]: audit 2024-03-30T04:33:09.346461+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:10 smithi196 bash[18523]: audit 2024-03-30T04:33:09.548681+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:10 smithi196 bash[18523]: audit 2024-03-30T04:33:09.557049+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:10 smithi196 bash[18523]: audit 2024-03-30T04:33:09.562723+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:33:10.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:10 smithi196 bash[18523]: audit 2024-03-30T04:33:09.571676+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[18557]: cluster 2024-03-30T04:33:08.273345+0000 mgr.y (mgr.14391) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[18557]: audit 2024-03-30T04:33:09.304249+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[18557]: audit 2024-03-30T04:33:09.346461+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[18557]: audit 2024-03-30T04:33:09.548681+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[18557]: audit 2024-03-30T04:33:09.557049+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[18557]: audit 2024-03-30T04:33:09.562723+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[18557]: audit 2024-03-30T04:33:09.571676+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[23637]: cluster 2024-03-30T04:33:08.273345+0000 mgr.y (mgr.14391) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:10.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[23637]: audit 2024-03-30T04:33:09.304249+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[23637]: audit 2024-03-30T04:33:09.346461+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[23637]: audit 2024-03-30T04:33:09.548681+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[23637]: audit 2024-03-30T04:33:09.557049+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[23637]: audit 2024-03-30T04:33:09.562723+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:33:10.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[23637]: audit 2024-03-30T04:33:09.571676+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.827Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.827Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.829Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.194 port=9094 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.830Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.864Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.864Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.867Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:33:11.033 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:10 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:10.867Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:33:11.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:11 smithi194 bash[18557]: audit 2024-03-30T04:33:09.563765+0000 mgr.y (mgr.14391) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:33:11.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:11 smithi194 bash[18557]: cephadm 2024-03-30T04:33:09.579912+0000 mgr.y (mgr.14391) 37 : cephadm [INF] Deploying daemon grafana.a on smithi196 2024-03-30T04:33:11.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:11 smithi194 bash[18557]: cluster 2024-03-30T04:33:10.274084+0000 mgr.y (mgr.14391) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:11.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:11 smithi194 bash[23637]: audit 2024-03-30T04:33:09.563765+0000 mgr.y (mgr.14391) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:33:11.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:11 smithi194 bash[23637]: cephadm 2024-03-30T04:33:09.579912+0000 mgr.y (mgr.14391) 37 : cephadm [INF] Deploying daemon grafana.a on smithi196 2024-03-30T04:33:11.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:11 smithi194 bash[23637]: cluster 2024-03-30T04:33:10.274084+0000 mgr.y (mgr.14391) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:11.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:11 smithi196 bash[18523]: audit 2024-03-30T04:33:09.563765+0000 mgr.y (mgr.14391) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:33:11.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:11 smithi196 bash[18523]: cephadm 2024-03-30T04:33:09.579912+0000 mgr.y (mgr.14391) 37 : cephadm [INF] Deploying daemon grafana.a on smithi196 2024-03-30T04:33:11.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:11 smithi196 bash[18523]: cluster 2024-03-30T04:33:10.274084+0000 mgr.y (mgr.14391) 38 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:12.626 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:33:12.626 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":59,"fsid":"66dbb888-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:25:26.989785+0000","modified":"2024-03-30T04:32:34.189816+0000","last_up_change":"2024-03-30T04:32:09.238834+0000","last_in_change":"2024-03-30T04:31:45.755281+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:29:15.652659+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"c45176b9-6656-42fc-8f39-012d869be394","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6803","nonce":4030362206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6805","nonce":4030362206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6809","nonce":4030362206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6807","nonce":4030362206}]},"public_addr":"172.21.15.194:6803/4030362206","cluster_addr":"172.21.15.194:6805/4030362206","heartbeat_back_addr":"172.21.15.194:6809/4030362206","heartbeat_front_addr":"172.21.15.194:6807/4030362206","state":["exists","up"]},{"osd":1,"uuid":"e29f2778-23ab-4cec-822c-0beb8e382d24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6811","nonce":3841040039}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6813","nonce":3841040039}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6817","nonce":3841040039}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6815","nonce":3841040039}]},"public_addr":"172.21.15.194:6811/3841040039","cluster_addr":"172.21.15.194:6813/3841040039","heartbeat_back_addr":"172.21.15.194:6817/3841040039","heartbeat_front_addr":"172.21.15.194:6815/3841040039","state":["exists","up"]},{"osd":2,"uuid":"c4d0a79d-13de-447b-bb47-d03bee7da7ff","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.194:6818","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6819","nonce":1411569904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6821","nonce":1411569904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6825","nonce":1411569904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6823","nonce":1411569904}]},"public_addr":"172.21.15.194:6819/1411569904","cluster_addr":"172.21.15.194:6821/1411569904","heartbeat_back_addr":"172.21.15.194:6825/1411569904","heartbeat_front_addr":"172.21.15.194:6823/1411569904","state":["exists","up"]},{"osd":3,"uuid":"71266a3f-7f99-45cc-b4b7-ed61d198184f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6827","nonce":3375825421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6829","nonce":3375825421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6832","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6833","nonce":3375825421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6831","nonce":3375825421}]},"public_addr":"172.21.15.194:6827/3375825421","cluster_addr":"172.21.15.194:6829/3375825421","heartbeat_back_addr":"172.21.15.194:6833/3375825421","heartbeat_front_addr":"172.21.15.194:6831/3375825421","state":["exists","up"]},{"osd":4,"uuid":"5d6cec3c-e370-4f24-b72a-b3a93bbac565","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6801","nonce":1531466532}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6803","nonce":1531466532}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6807","nonce":1531466532}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6805","nonce":1531466532}]},"public_addr":"172.21.15.196:6801/1531466532","cluster_addr":"172.21.15.196:6803/1531466532","heartbeat_back_addr":"172.21.15.196:6807/1531466532","heartbeat_front_addr":"172.21.15.196:6805/1531466532","state":["exists","up"]},{"osd":5,"uuid":"fa687bc5-2c8a-493b-96d6-8548f67ebec9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6809","nonce":2981947706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6811","nonce":2981947706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6815","nonce":2981947706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6813","nonce":2981947706}]},"public_addr":"172.21.15.196:6809/2981947706","cluster_addr":"172.21.15.196:6811/2981947706","heartbeat_back_addr":"172.21.15.196:6815/2981947706","heartbeat_front_addr":"172.21.15.196:6813/2981947706","state":["exists","up"]},{"osd":6,"uuid":"73283fe9-9451-449f-9825-5d7802f6234c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6816","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6817","nonce":1660170856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6819","nonce":1660170856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6823","nonce":1660170856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6821","nonce":1660170856}]},"public_addr":"172.21.15.196:6817/1660170856","cluster_addr":"172.21.15.196:6819/1660170856","heartbeat_back_addr":"172.21.15.196:6823/1660170856","heartbeat_front_addr":"172.21.15.196:6821/1660170856","state":["exists","up"]},{"osd":7,"uuid":"798e3457-64e7-4e20-8044-b26b61d9f015","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6825","nonce":1931174414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6827","nonce":1931174414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6831","nonce":1931174414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6829","nonce":1931174414}]},"public_addr":"172.21.15.196:6825/1931174414","cluster_addr":"172.21.15.196:6827/1931174414","heartbeat_back_addr":"172.21.15.196:6831/1931174414","heartbeat_front_addr":"172.21.15.196:6829/1931174414","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:05.512266+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:38.716361+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:13.865095+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:50.729007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:22.556770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:56.603686+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:31.826668+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:32:07.644690+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.194:0/1407163107":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6801/362380906":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6800/362380906":"2024-03-31T04:32:34.189697+0000","172.21.15.194:0/2039928616":"2024-03-31T04:32:34.189697+0000","172.21.15.194:0/2576531376":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/4089102239":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6800/2171683225":"2024-03-31T04:26:28.217170+0000","172.21.15.194:6801/2171683225":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/2588276867":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/225573214":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/480607413":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6801/3707404471":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/1304834134":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/4115036195":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/4209075029":"2024-03-31T04:25:57.981414+0000","172.21.15.194:6800/3707404471":"2024-03-31T04:25:57.981414+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:33:13.085 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:12 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:12.831Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000701875s 2024-03-30T04:33:13.335 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-30T04:33:13.335 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:33:13.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:13 smithi194 bash[23637]: cluster 2024-03-30T04:33:12.274666+0000 mgr.y (mgr.14391) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:13.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:13 smithi194 bash[23637]: audit 2024-03-30T04:33:12.628348+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.194:0/3530902638' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:13.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:13 smithi194 bash[18557]: cluster 2024-03-30T04:33:12.274666+0000 mgr.y (mgr.14391) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:13.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:13 smithi194 bash[18557]: audit 2024-03-30T04:33:12.628348+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.194:0/3530902638' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:13.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:13 smithi196 bash[18523]: cluster 2024-03-30T04:33:12.274666+0000 mgr.y (mgr.14391) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:13.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:13 smithi196 bash[18523]: audit 2024-03-30T04:33:12.628348+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.194:0/3530902638' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:15.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:15 smithi194 bash[18557]: cluster 2024-03-30T04:33:14.275213+0000 mgr.y (mgr.14391) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:15.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:15 smithi194 bash[23637]: cluster 2024-03-30T04:33:14.275213+0000 mgr.y (mgr.14391) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:15.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:15 smithi196 bash[18523]: cluster 2024-03-30T04:33:14.275213+0000 mgr.y (mgr.14391) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:16.061 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:17.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:17 smithi194 bash[23637]: cluster 2024-03-30T04:33:16.275865+0000 mgr.y (mgr.14391) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:17.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:17 smithi194 bash[18557]: cluster 2024-03-30T04:33:16.275865+0000 mgr.y (mgr.14391) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:17.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:17 smithi196 bash[18523]: cluster 2024-03-30T04:33:16.275865+0000 mgr.y (mgr.14391) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:18.385 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:18] "GET /metrics HTTP/1.1" 200 191533 "" "Prometheus/2.33.4" 2024-03-30T04:33:18.728 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:33:18.728 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":59,"fsid":"66dbb888-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:25:26.989785+0000","modified":"2024-03-30T04:32:34.189816+0000","last_up_change":"2024-03-30T04:32:09.238834+0000","last_in_change":"2024-03-30T04:31:45.755281+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:29:15.652659+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"c45176b9-6656-42fc-8f39-012d869be394","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6803","nonce":4030362206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6805","nonce":4030362206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6809","nonce":4030362206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":4030362206},{"type":"v1","addr":"172.21.15.194:6807","nonce":4030362206}]},"public_addr":"172.21.15.194:6803/4030362206","cluster_addr":"172.21.15.194:6805/4030362206","heartbeat_back_addr":"172.21.15.194:6809/4030362206","heartbeat_front_addr":"172.21.15.194:6807/4030362206","state":["exists","up"]},{"osd":1,"uuid":"e29f2778-23ab-4cec-822c-0beb8e382d24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6811","nonce":3841040039}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6813","nonce":3841040039}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6817","nonce":3841040039}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3841040039},{"type":"v1","addr":"172.21.15.194:6815","nonce":3841040039}]},"public_addr":"172.21.15.194:6811/3841040039","cluster_addr":"172.21.15.194:6813/3841040039","heartbeat_back_addr":"172.21.15.194:6817/3841040039","heartbeat_front_addr":"172.21.15.194:6815/3841040039","state":["exists","up"]},{"osd":2,"uuid":"c4d0a79d-13de-447b-bb47-d03bee7da7ff","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.194:6818","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6819","nonce":1411569904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6821","nonce":1411569904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6825","nonce":1411569904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":1411569904},{"type":"v1","addr":"172.21.15.194:6823","nonce":1411569904}]},"public_addr":"172.21.15.194:6819/1411569904","cluster_addr":"172.21.15.194:6821/1411569904","heartbeat_back_addr":"172.21.15.194:6825/1411569904","heartbeat_front_addr":"172.21.15.194:6823/1411569904","state":["exists","up"]},{"osd":3,"uuid":"71266a3f-7f99-45cc-b4b7-ed61d198184f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6827","nonce":3375825421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6829","nonce":3375825421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6832","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6833","nonce":3375825421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":3375825421},{"type":"v1","addr":"172.21.15.194:6831","nonce":3375825421}]},"public_addr":"172.21.15.194:6827/3375825421","cluster_addr":"172.21.15.194:6829/3375825421","heartbeat_back_addr":"172.21.15.194:6833/3375825421","heartbeat_front_addr":"172.21.15.194:6831/3375825421","state":["exists","up"]},{"osd":4,"uuid":"5d6cec3c-e370-4f24-b72a-b3a93bbac565","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6801","nonce":1531466532}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6803","nonce":1531466532}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6807","nonce":1531466532}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":1531466532},{"type":"v1","addr":"172.21.15.196:6805","nonce":1531466532}]},"public_addr":"172.21.15.196:6801/1531466532","cluster_addr":"172.21.15.196:6803/1531466532","heartbeat_back_addr":"172.21.15.196:6807/1531466532","heartbeat_front_addr":"172.21.15.196:6805/1531466532","state":["exists","up"]},{"osd":5,"uuid":"fa687bc5-2c8a-493b-96d6-8548f67ebec9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6809","nonce":2981947706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6811","nonce":2981947706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6815","nonce":2981947706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":2981947706},{"type":"v1","addr":"172.21.15.196:6813","nonce":2981947706}]},"public_addr":"172.21.15.196:6809/2981947706","cluster_addr":"172.21.15.196:6811/2981947706","heartbeat_back_addr":"172.21.15.196:6815/2981947706","heartbeat_front_addr":"172.21.15.196:6813/2981947706","state":["exists","up"]},{"osd":6,"uuid":"73283fe9-9451-449f-9825-5d7802f6234c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6816","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6817","nonce":1660170856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6819","nonce":1660170856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6823","nonce":1660170856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":1660170856},{"type":"v1","addr":"172.21.15.196:6821","nonce":1660170856}]},"public_addr":"172.21.15.196:6817/1660170856","cluster_addr":"172.21.15.196:6819/1660170856","heartbeat_back_addr":"172.21.15.196:6823/1660170856","heartbeat_front_addr":"172.21.15.196:6821/1660170856","state":["exists","up"]},{"osd":7,"uuid":"798e3457-64e7-4e20-8044-b26b61d9f015","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6825","nonce":1931174414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6827","nonce":1931174414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6831","nonce":1931174414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":1931174414},{"type":"v1","addr":"172.21.15.196:6829","nonce":1931174414}]},"public_addr":"172.21.15.196:6825/1931174414","cluster_addr":"172.21.15.196:6827/1931174414","heartbeat_back_addr":"172.21.15.196:6831/1931174414","heartbeat_front_addr":"172.21.15.196:6829/1931174414","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:05.512266+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:38.716361+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:13.865095+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:50.729007+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:22.556770+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:56.603686+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:31.826668+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:32:07.644690+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.194:0/1407163107":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6801/362380906":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6800/362380906":"2024-03-31T04:32:34.189697+0000","172.21.15.194:0/2039928616":"2024-03-31T04:32:34.189697+0000","172.21.15.194:0/2576531376":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/4089102239":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6800/2171683225":"2024-03-31T04:26:28.217170+0000","172.21.15.194:6801/2171683225":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/2588276867":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/225573214":"2024-03-31T04:26:28.217170+0000","172.21.15.194:0/480607413":"2024-03-31T04:32:34.189697+0000","172.21.15.194:6801/3707404471":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/1304834134":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/4115036195":"2024-03-31T04:25:57.981414+0000","172.21.15.194:0/4209075029":"2024-03-31T04:25:57.981414+0000","172.21.15.194:6800/3707404471":"2024-03-31T04:25:57.981414+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:33:19.437 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:19 smithi194 bash[18557]: audit 2024-03-30T04:33:18.731101+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.194:0/3420295758' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:19.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:19 smithi194 bash[23637]: audit 2024-03-30T04:33:18.731101+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.194:0/3420295758' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:19.439 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.0 flush_pg_stats 2024-03-30T04:33:19.439 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.1 flush_pg_stats 2024-03-30T04:33:19.440 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.2 flush_pg_stats 2024-03-30T04:33:19.440 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.3 flush_pg_stats 2024-03-30T04:33:19.440 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.4 flush_pg_stats 2024-03-30T04:33:19.441 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.5 flush_pg_stats 2024-03-30T04:33:19.441 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.6 flush_pg_stats 2024-03-30T04:33:19.442 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.7 flush_pg_stats 2024-03-30T04:33:19.452 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:33:19 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:33:19.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:19 smithi196 bash[18523]: audit 2024-03-30T04:33:18.731101+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.194:0/3420295758' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:20.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:20 smithi196 bash[18523]: cluster 2024-03-30T04:33:18.276490+0000 mgr.y (mgr.14391) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:20.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:20 smithi194 bash[18557]: cluster 2024-03-30T04:33:18.276490+0000 mgr.y (mgr.14391) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:20.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:20 smithi194 bash[23637]: cluster 2024-03-30T04:33:18.276490+0000 mgr.y (mgr.14391) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.085 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:20 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:20.834Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003796109s 2024-03-30T04:33:21.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:21 smithi196 bash[18523]: cluster 2024-03-30T04:33:20.277107+0000 mgr.y (mgr.14391) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:21 smithi194 bash[18557]: cluster 2024-03-30T04:33:20.277107+0000 mgr.y (mgr.14391) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:21 smithi194 bash[23637]: cluster 2024-03-30T04:33:20.277107+0000 mgr.y (mgr.14391) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:22.284 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:22.284 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:22.285 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:22.286 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:22.286 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:22.290 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:22.290 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:22.290 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:24.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:24 smithi194 bash[18557]: cluster 2024-03-30T04:33:22.277743+0000 mgr.y (mgr.14391) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:24.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:24 smithi194 bash[23637]: cluster 2024-03-30T04:33:22.277743+0000 mgr.y (mgr.14391) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:24.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:24 smithi196 bash[18523]: cluster 2024-03-30T04:33:22.277743+0000 mgr.y (mgr.14391) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:25.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:25 smithi194 bash[18557]: cluster 2024-03-30T04:33:24.278271+0000 mgr.y (mgr.14391) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:25.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:25 smithi194 bash[23637]: cluster 2024-03-30T04:33:24.278271+0000 mgr.y (mgr.14391) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:25.650 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:25 smithi196 bash[18523]: cluster 2024-03-30T04:33:24.278271+0000 mgr.y (mgr.14391) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:27.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:27 smithi194 bash[18557]: cluster 2024-03-30T04:33:26.278848+0000 mgr.y (mgr.14391) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:27.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:27 smithi194 bash[23637]: cluster 2024-03-30T04:33:26.278848+0000 mgr.y (mgr.14391) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:27.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:27 smithi196 bash[18523]: cluster 2024-03-30T04:33:26.278848+0000 mgr.y (mgr.14391) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:28.292 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:28 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:28] "GET /metrics HTTP/1.1" 200 191525 "" "Prometheus/2.33.4" 2024-03-30T04:33:29.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:29 smithi194 bash[18557]: cluster 2024-03-30T04:33:28.279451+0000 mgr.y (mgr.14391) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:29.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:29 smithi194 bash[23637]: cluster 2024-03-30T04:33:28.279451+0000 mgr.y (mgr.14391) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:29.451 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:33:29 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:33:29.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:29 smithi196 bash[18523]: cluster 2024-03-30T04:33:28.279451+0000 mgr.y (mgr.14391) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:31.414 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:31 smithi196 bash[18523]: cluster 2024-03-30T04:33:30.280091+0000 mgr.y (mgr.14391) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:31.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:31 smithi194 bash[18557]: cluster 2024-03-30T04:33:30.280091+0000 mgr.y (mgr.14391) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:31.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:31 smithi194 bash[23637]: cluster 2024-03-30T04:33:30.280091+0000 mgr.y (mgr.14391) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:33.701 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.701 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.702 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.702 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.702 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.703 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.703 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.703 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.703 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:33.703 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.173 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.173 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.174 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.174 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.174 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:34.174 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.175 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.175 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.175 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.176 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:33:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:34.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[23637]: cluster 2024-03-30T04:33:32.280662+0000 mgr.y (mgr.14391) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[23637]: audit 2024-03-30T04:33:33.964167+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[23637]: audit 2024-03-30T04:33:33.967538+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[23637]: audit 2024-03-30T04:33:33.969410+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[23637]: audit 2024-03-30T04:33:33.970828+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[18557]: cluster 2024-03-30T04:33:32.280662+0000 mgr.y (mgr.14391) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[18557]: audit 2024-03-30T04:33:33.964167+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[18557]: audit 2024-03-30T04:33:33.967538+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[18557]: audit 2024-03-30T04:33:33.969410+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:34.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:34 smithi194 bash[18557]: audit 2024-03-30T04:33:33.970828+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:34.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:34 smithi196 bash[18523]: cluster 2024-03-30T04:33:32.280662+0000 mgr.y (mgr.14391) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:34 smithi196 bash[18523]: audit 2024-03-30T04:33:33.964167+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:34.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:34 smithi196 bash[18523]: audit 2024-03-30T04:33:33.967538+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:34.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:34 smithi196 bash[18523]: audit 2024-03-30T04:33:33.969410+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:34.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:34 smithi196 bash[18523]: audit 2024-03-30T04:33:33.970828+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:34.851 INFO:teuthology.orchestra.run.smithi194.stdout:34359738434 2024-03-30T04:33:34.851 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.0 2024-03-30T04:33:35.278 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[18523]: cluster 2024-03-30T04:33:34.281280+0000 mgr.y (mgr.14391) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:35.279 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[18523]: audit 2024-03-30T04:33:34.349192+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:35.279 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[18523]: audit 2024-03-30T04:33:34.350053+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:35.279 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[18523]: audit 2024-03-30T04:33:34.361695+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:35.279 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[18523]: audit 2024-03-30T04:33:34.361934+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:35.279 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[18523]: audit 2024-03-30T04:33:34.363144+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:35.279 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+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-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+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-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="App mode production" logger=settings 2024-03-30T04:33:35.280 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-03-30T04:33:35.281 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+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-03-30T04:33:35.281 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-03-30T04:33:35.281 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-03-30T04:33:35.281 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-03-30T04:33:35.281 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-03-30T04:33:35.281 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-03-30T04:33:35.281 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-03-30T04:33:35.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-03-30T04:33:35.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[23637]: cluster 2024-03-30T04:33:34.281280+0000 mgr.y (mgr.14391) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[23637]: audit 2024-03-30T04:33:34.349192+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[23637]: audit 2024-03-30T04:33:34.350053+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[23637]: audit 2024-03-30T04:33:34.361695+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[23637]: audit 2024-03-30T04:33:34.361934+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[23637]: audit 2024-03-30T04:33:34.363144+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[18557]: cluster 2024-03-30T04:33:34.281280+0000 mgr.y (mgr.14391) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[18557]: audit 2024-03-30T04:33:34.349192+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[18557]: audit 2024-03-30T04:33:34.350053+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[18557]: audit 2024-03-30T04:33:34.361695+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:35.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[18557]: audit 2024-03-30T04:33:34.361934+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:35.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:35 smithi194 bash[18557]: audit 2024-03-30T04:33:34.363144+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:35.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-03-30T04:33:35.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-03-30T04:33:35.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-03-30T04:33:35.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-03-30T04:33:35.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-03-30T04:33:35.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-03-30T04:33:35.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-03-30T04:33:35.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-03-30T04:33:35.997 INFO:teuthology.orchestra.run.smithi194.stdout:163208757279 2024-03-30T04:33:35.997 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.5 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:35 smithi196 bash[33823]: t=2024-03-30T04:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-03-30T04:33:36.053 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-03-30T04:33:36.322 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-03-30T04:33:36.322 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-03-30T04:33:36.322 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-03-30T04:33:36.323 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-03-30T04:33:36.323 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-03-30T04:33:36.323 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-03-30T04:33:36.323 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-03-30T04:33:36.323 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-03-30T04:33:36.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-03-30T04:33:36.722 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:36.869 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-03-30T04:33:36.869 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-03-30T04:33:36.869 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-03-30T04:33:36.869 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-03-30T04:33:36.869 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-03-30T04:33:36.869 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-03-30T04:33:36.870 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-03-30T04:33:37.121 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-03-30T04:33:37.121 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-03-30T04:33:37.122 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:36 smithi196 bash[33823]: t=2024-03-30T04:33:36+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-03-30T04:33:37.122 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-03-30T04:33:37.122 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-03-30T04:33:37.122 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-03-30T04:33:37.382 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-03-30T04:33:37.383 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-03-30T04:33:37.383 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-03-30T04:33:37.383 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-03-30T04:33:37.383 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-03-30T04:33:37.653 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-03-30T04:33:37.654 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-03-30T04:33:37.654 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-03-30T04:33:37.905 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-03-30T04:33:37.905 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-03-30T04:33:37.905 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-03-30T04:33:37.905 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-03-30T04:33:37.905 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-03-30T04:33:37.906 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-03-30T04:33:37.906 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-03-30T04:33:37.906 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-03-30T04:33:38.158 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-03-30T04:33:38.158 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-03-30T04:33:38.158 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:37 smithi196 bash[33823]: t=2024-03-30T04:33:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-03-30T04:33:38.158 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-03-30T04:33:38.158 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-03-30T04:33:38.158 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-03-30T04:33:38.159 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-03-30T04:33:38.159 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-03-30T04:33:38.159 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-03-30T04:33:38.177 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:38] "GET /metrics HTTP/1.1" 200 191521 "" "Prometheus/2.33.4" 2024-03-30T04:33:38.410 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[18523]: cluster 2024-03-30T04:33:36.281917+0000 mgr.y (mgr.14391) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:38.411 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[18523]: audit 2024-03-30T04:33:37.175571+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.411 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[18523]: audit 2024-03-30T04:33:37.363310+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.411 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[18523]: audit 2024-03-30T04:33:37.371861+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.411 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-03-30T04:33:38.411 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-03-30T04:33:38.411 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-03-30T04:33:38.411 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-03-30T04:33:38.411 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-03-30T04:33:38.411 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-03-30T04:33:38.412 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-03-30T04:33:38.412 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-03-30T04:33:38.548 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[23637]: cluster 2024-03-30T04:33:36.281917+0000 mgr.y (mgr.14391) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:38.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[23637]: audit 2024-03-30T04:33:37.175571+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[23637]: audit 2024-03-30T04:33:37.363310+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[23637]: audit 2024-03-30T04:33:37.371861+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.549 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[18557]: cluster 2024-03-30T04:33:36.281917+0000 mgr.y (mgr.14391) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:38.549 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[18557]: audit 2024-03-30T04:33:37.175571+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.549 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[18557]: audit 2024-03-30T04:33:37.363310+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.549 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:38 smithi194 bash[18557]: audit 2024-03-30T04:33:37.371861+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-03-30T04:33:38.672 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-03-30T04:33:38.941 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-03-30T04:33:38.941 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-03-30T04:33:38.941 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-03-30T04:33:38.941 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-03-30T04:33:38.941 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-03-30T04:33:38.941 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-03-30T04:33:38.941 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-03-30T04:33:39.111 INFO:teuthology.orchestra.run.smithi194.stdout:128849018920 2024-03-30T04:33:39.111 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.4 2024-03-30T04:33:39.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[18523]: cephadm 2024-03-30T04:33:37.379941+0000 mgr.y (mgr.14391) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:33:39.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[18523]: cephadm 2024-03-30T04:33:37.385178+0000 mgr.y (mgr.14391) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi194 2024-03-30T04:33:39.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[18523]: cluster 2024-03-30T04:33:38.282412+0000 mgr.y (mgr.14391) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:38 smithi196 bash[33823]: t=2024-03-30T04:33:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-03-30T04:33:39.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-03-30T04:33:39.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:39 smithi194 bash[23637]: cephadm 2024-03-30T04:33:37.379941+0000 mgr.y (mgr.14391) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:33:39.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:39 smithi194 bash[23637]: cephadm 2024-03-30T04:33:37.385178+0000 mgr.y (mgr.14391) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi194 2024-03-30T04:33:39.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:39 smithi194 bash[23637]: cluster 2024-03-30T04:33:38.282412+0000 mgr.y (mgr.14391) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:39.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:39 smithi194 bash[18557]: cephadm 2024-03-30T04:33:37.379941+0000 mgr.y (mgr.14391) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:33:39.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:39 smithi194 bash[18557]: cephadm 2024-03-30T04:33:37.385178+0000 mgr.y (mgr.14391) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi194 2024-03-30T04:33:39.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:39 smithi194 bash[18557]: cluster 2024-03-30T04:33:38.282412+0000 mgr.y (mgr.14391) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:39.451 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:33:39.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-03-30T04:33:39.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-03-30T04:33:39.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-03-30T04:33:39.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-03-30T04:33:39.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-03-30T04:33:39.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-03-30T04:33:39.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-03-30T04:33:39.732 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-03-30T04:33:39.733 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-03-30T04:33:39.742 INFO:teuthology.orchestra.run.smithi194.stdout:197568495641 2024-03-30T04:33:39.743 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.6 2024-03-30T04:33:39.786 INFO:teuthology.orchestra.run.smithi194.stdout:107374182447 2024-03-30T04:33:39.787 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.3 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-03-30T04:33:39.993 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:39 smithi196 bash[33823]: t=2024-03-30T04:33:39+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-03-30T04:33:40.262 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-03-30T04:33:40.262 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-03-30T04:33:40.262 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-03-30T04:33:40.262 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-03-30T04:33:40.262 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-03-30T04:33:40.262 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-03-30T04:33:40.262 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-03-30T04:33:40.263 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-03-30T04:33:40.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-03-30T04:33:40.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-03-30T04:33:40.531 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-03-30T04:33:40.532 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-03-30T04:33:40.532 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-03-30T04:33:40.532 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-03-30T04:33:40.532 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-03-30T04:33:40.532 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-03-30T04:33:40.729 INFO:teuthology.orchestra.run.smithi194.stdout:77309411382 2024-03-30T04:33:40.730 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.2 2024-03-30T04:33:40.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-03-30T04:33:40.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-03-30T04:33:40.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-03-30T04:33:40.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-03-30T04:33:40.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-03-30T04:33:40.801 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-03-30T04:33:40.802 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-03-30T04:33:40.802 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-03-30T04:33:40.802 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-03-30T04:33:40.802 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-03-30T04:33:41.054 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-03-30T04:33:41.054 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-03-30T04:33:41.054 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-03-30T04:33:41.054 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-03-30T04:33:41.054 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-03-30T04:33:41.055 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:40 smithi196 bash[33823]: t=2024-03-30T04:33:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-03-30T04:33:41.055 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-03-30T04:33:41.055 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-03-30T04:33:41.315 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-03-30T04:33:41.316 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-03-30T04:33:41.576 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[18523]: cluster 2024-03-30T04:33:40.282858+0000 mgr.y (mgr.14391) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:41.576 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-03-30T04:33:41.576 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-03-30T04:33:41.576 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-03-30T04:33:41.577 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-03-30T04:33:41.577 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-03-30T04:33:41.577 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-03-30T04:33:41.577 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-03-30T04:33:41.577 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-03-30T04:33:41.577 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-03-30T04:33:41.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:41 smithi194 bash[18557]: cluster 2024-03-30T04:33:40.282858+0000 mgr.y (mgr.14391) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:41.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:41 smithi194 bash[23637]: cluster 2024-03-30T04:33:40.282858+0000 mgr.y (mgr.14391) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:41.828 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-03-30T04:33:41.829 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-03-30T04:33:41.829 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-03-30T04:33:41.829 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-03-30T04:33:41.829 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-03-30T04:33:41.829 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-03-30T04:33:41.829 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-03-30T04:33:41.829 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-03-30T04:33:42.081 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-03-30T04:33:42.081 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:41 smithi196 bash[33823]: t=2024-03-30T04:33:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-03-30T04:33:42.082 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-03-30T04:33:42.359 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-03-30T04:33:42.359 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-03-30T04:33:42.359 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-03-30T04:33:42.359 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-03-30T04:33:42.359 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-03-30T04:33:42.359 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-03-30T04:33:42.360 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-03-30T04:33:42.360 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-03-30T04:33:42.360 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-03-30T04:33:42.628 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-03-30T04:33:42.629 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-03-30T04:33:42.846 INFO:teuthology.orchestra.run.smithi194.stdout:231928234003 2024-03-30T04:33:42.846 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.7 2024-03-30T04:33:42.889 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-03-30T04:33:42.889 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-03-30T04:33:42.889 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-03-30T04:33:42.889 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-03-30T04:33:42.889 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-03-30T04:33:42.889 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-03-30T04:33:42.889 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-03-30T04:33:42.890 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-03-30T04:33:42.916 INFO:teuthology.orchestra.run.smithi194.stdout:55834574910 2024-03-30T04:33:42.916 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.1 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:42 smithi196 bash[33823]: t=2024-03-30T04:33:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-03-30T04:33:43.151 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[18523]: cluster 2024-03-30T04:33:42.283415+0000 mgr.y (mgr.14391) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-03-30T04:33:43.403 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-03-30T04:33:43.663 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-03-30T04:33:43.664 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-03-30T04:33:43.664 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-03-30T04:33:43.664 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-03-30T04:33:43.664 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-03-30T04:33:43.664 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-03-30T04:33:43.664 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-03-30T04:33:43.664 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-03-30T04:33:43.696 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:43 smithi194 bash[18557]: cluster 2024-03-30T04:33:42.283415+0000 mgr.y (mgr.14391) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:43 smithi194 bash[23637]: cluster 2024-03-30T04:33:42.283415+0000 mgr.y (mgr.14391) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.697 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:43.697 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:43.698 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:43.699 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:43.699 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-03-30T04:33:43.917 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-03-30T04:33:43.918 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-03-30T04:33:44.177 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-03-30T04:33:44.177 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:43 smithi196 bash[33823]: t=2024-03-30T04:33:43+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-03-30T04:33:44.177 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-03-30T04:33:44.177 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-03-30T04:33:44.177 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-03-30T04:33:44.177 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-03-30T04:33:44.177 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-03-30T04:33:44.429 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-03-30T04:33:44.429 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-03-30T04:33:44.429 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-03-30T04:33:44.430 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-03-30T04:33:44.430 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-03-30T04:33:44.430 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-03-30T04:33:44.430 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-03-30T04:33:44.430 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-03-30T04:33:44.701 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-03-30T04:33:44.701 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-03-30T04:33:44.701 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-03-30T04:33:44.701 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-03-30T04:33:44.701 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-03-30T04:33:44.701 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-03-30T04:33:44.891 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:44.891 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:45.066 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-03-30T04:33:45.067 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-03-30T04:33:45.067 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:44 smithi196 bash[33823]: t=2024-03-30T04:33:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-03-30T04:33:45.327 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-03-30T04:33:45.327 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-03-30T04:33:45.327 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-03-30T04:33:45.328 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-03-30T04:33:45.328 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-03-30T04:33:45.328 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-03-30T04:33:45.328 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-03-30T04:33:45.328 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-03-30T04:33:45.579 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[18523]: cluster 2024-03-30T04:33:44.283990+0000 mgr.y (mgr.14391) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-03-30T04:33:45.580 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-03-30T04:33:45.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:45 smithi194 bash[18557]: cluster 2024-03-30T04:33:44.283990+0000 mgr.y (mgr.14391) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:45 smithi194 bash[23637]: cluster 2024-03-30T04:33:44.283990+0000 mgr.y (mgr.14391) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:45.748 INFO:teuthology.orchestra.run.smithi194.stdout:34359738437 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-03-30T04:33:45.850 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-03-30T04:33:46.135 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-03-30T04:33:46.135 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-03-30T04:33:46.135 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-03-30T04:33:46.136 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:45 smithi196 bash[33823]: t=2024-03-30T04:33:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-03-30T04:33:46.136 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-03-30T04:33:46.136 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-03-30T04:33:46.136 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-03-30T04:33:46.388 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[18523]: audit 2024-03-30T04:33:45.752093+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.194:0/2240972221' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:33:46.388 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-03-30T04:33:46.388 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-03-30T04:33:46.388 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-03-30T04:33:46.388 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-03-30T04:33:46.389 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-03-30T04:33:46.389 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-03-30T04:33:46.389 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-03-30T04:33:46.389 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-03-30T04:33:46.389 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-03-30T04:33:46.389 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-03-30T04:33:46.657 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-03-30T04:33:46.658 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-03-30T04:33:46.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:46 smithi194 bash[23637]: audit 2024-03-30T04:33:45.752093+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.194:0/2240972221' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:33:46.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:46 smithi194 bash[18557]: audit 2024-03-30T04:33:45.752093+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.194:0/2240972221' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:33:46.910 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-03-30T04:33:46.910 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-03-30T04:33:46.910 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-03-30T04:33:46.910 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-03-30T04:33:46.910 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-03-30T04:33:46.910 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-03-30T04:33:46.910 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-03-30T04:33:47.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:46 smithi196 bash[33823]: t=2024-03-30T04:33:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-03-30T04:33:47.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-03-30T04:33:47.450 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[18523]: cluster 2024-03-30T04:33:46.284492+0000 mgr.y (mgr.14391) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=12.18645247s 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-03-30T04:33:47.451 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-03-30T04:33:47.611 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:47 smithi194 bash[23637]: cluster 2024-03-30T04:33:46.284492+0000 mgr.y (mgr.14391) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:47.611 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:47 smithi194 bash[18557]: cluster 2024-03-30T04:33:46.284492+0000 mgr.y (mgr.14391) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:47.628 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738434 got 34359738437 for osd.0 2024-03-30T04:33:47.629 DEBUG:teuthology.parallel:result is None 2024-03-30T04:33:47.951 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-03-30T04:33:47.951 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-30T04:33:47.951 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-03-30T04:33:47.951 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-03-30T04:33:47.951 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:33:47 smithi196 bash[33823]: t=2024-03-30T04:33:47+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-03-30T04:33:48.210 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:48 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:48] "GET /metrics HTTP/1.1" 200 191521 "" "Prometheus/2.33.4" 2024-03-30T04:33:49.367 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:49 smithi194 bash[23637]: cluster 2024-03-30T04:33:48.285138+0000 mgr.y (mgr.14391) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:49.368 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:49 smithi194 bash[18557]: cluster 2024-03-30T04:33:48.285138+0000 mgr.y (mgr.14391) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:49.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:49 smithi196 bash[18523]: cluster 2024-03-30T04:33:48.285138+0000 mgr.y (mgr.14391) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:49.451 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:33:49 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:33:50.085 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:49 smithi194 systemd[1]: Stopping Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:33:50.085 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:49 smithi194 bash[41380]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:33:50.585 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:50 smithi194 bash[38455]: level=info ts=2024-03-30T04:33:50.287Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:33:51.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:51 smithi194 bash[18557]: cluster 2024-03-30T04:33:50.285646+0000 mgr.y (mgr.14391) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:51.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:51 smithi194 bash[23637]: cluster 2024-03-30T04:33:50.285646+0000 mgr.y (mgr.14391) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:51.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:51 smithi196 bash[18523]: cluster 2024-03-30T04:33:50.285646+0000 mgr.y (mgr.14391) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:53.335 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:53 smithi194 bash[41402]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:33:53.335 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:53 smithi194 bash[41661]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:33:53.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:53 smithi196 bash[18523]: cluster 2024-03-30T04:33:52.286283+0000 mgr.y (mgr.14391) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:53.701 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:53 smithi194 bash[18557]: cluster 2024-03-30T04:33:52.286283+0000 mgr.y (mgr.14391) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:53.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:53 smithi194 bash[23637]: cluster 2024-03-30T04:33:52.286283+0000 mgr.y (mgr.14391) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:54.585 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:54 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:33:54.585 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:54 smithi194 systemd[1]: Stopped Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:54.585 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:33:54 smithi194 systemd[1]: Started Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:55.505 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:55 smithi196 bash[18523]: audit 2024-03-30T04:33:54.221111+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:55.506 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:55 smithi196 bash[18523]: cephadm 2024-03-30T04:33:54.227132+0000 mgr.y (mgr.14391) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:33:55.506 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:55 smithi196 bash[18523]: cephadm 2024-03-30T04:33:54.230565+0000 mgr.y (mgr.14391) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:33:55.506 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:55 smithi196 bash[18523]: cluster 2024-03-30T04:33:54.286622+0000 mgr.y (mgr.14391) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:55.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[18557]: audit 2024-03-30T04:33:54.221111+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:55.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[18557]: cephadm 2024-03-30T04:33:54.227132+0000 mgr.y (mgr.14391) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:33:55.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[18557]: cephadm 2024-03-30T04:33:54.230565+0000 mgr.y (mgr.14391) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:33:55.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[18557]: cluster 2024-03-30T04:33:54.286622+0000 mgr.y (mgr.14391) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:55.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[23637]: audit 2024-03-30T04:33:54.221111+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:55.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[23637]: cephadm 2024-03-30T04:33:54.227132+0000 mgr.y (mgr.14391) 62 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:33:55.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[23637]: cephadm 2024-03-30T04:33:54.230565+0000 mgr.y (mgr.14391) 63 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:33:55.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:55 smithi194 bash[23637]: cluster 2024-03-30T04:33:54.286622+0000 mgr.y (mgr.14391) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:57.011 INFO:teuthology.orchestra.run.smithi194.stdout:197568495645 2024-03-30T04:33:57.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:57 smithi196 bash[18523]: cluster 2024-03-30T04:33:56.287150+0000 mgr.y (mgr.14391) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:57.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:57 smithi196 bash[18523]: audit 2024-03-30T04:33:57.015003+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.194:0/2304148331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:33:57.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:57 smithi194 bash[23637]: cluster 2024-03-30T04:33:56.287150+0000 mgr.y (mgr.14391) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:57.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:57 smithi194 bash[23637]: audit 2024-03-30T04:33:57.015003+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.194:0/2304148331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:33:57.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:57 smithi194 bash[18557]: cluster 2024-03-30T04:33:56.287150+0000 mgr.y (mgr.14391) 65 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:57.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:57 smithi194 bash[18557]: audit 2024-03-30T04:33:57.015003+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.194:0/2304148331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:33:58.335 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 systemd[1]: Stopping Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:33:58.335 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[34364]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:33:58.335 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:33:58.335 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:33:58.335 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:33:58.335 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:33:58.335 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:33:58.336 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:33:58.336 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:33:58.336 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:33:58.336 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.126Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:33:58.336 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.127Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:33:58.336 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.127Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:33:58.336 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[32981]: ts=2024-03-30T04:33:58.127Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:33:58.463 INFO:teuthology.orchestra.run.smithi194.stdout:163208757284 2024-03-30T04:33:58.474 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:33:58 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:33:58] "GET /metrics HTTP/1.1" 200 191521 "" "Prometheus/2.33.4" 2024-03-30T04:33:58.537 INFO:teuthology.orchestra.run.smithi194.stdout:77309411386 2024-03-30T04:33:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:107374182451 2024-03-30T04:33:58.892 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[34373]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:33:58.892 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 bash[34408]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:33:58.892 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:33:58.892 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 systemd[1]: Stopped Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:58.892 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:33:58 smithi196 systemd[1]: Started Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:59.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: cluster 2024-03-30T04:33:58.287544+0000 mgr.y (mgr.14391) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:59.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.467390+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.194:0/1589167332' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.541496+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.194:0/4041489441' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.809768+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.194:0/997482547' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.910157+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.918594+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.919346+0000 mgr.y (mgr.14391) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.920664+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.194:9093"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.921392+0000 mgr.y (mgr.14391) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.194:9093"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.929381+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.939951+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.941419+0000 mgr.y (mgr.14391) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.946230+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.196:9095"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.947227+0000 mgr.y (mgr.14391) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.196:9095"}]: dispatch 2024-03-30T04:33:59.452 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.955283+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.965759+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.966696+0000 mgr.y (mgr.14391) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.980552+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.196:3000"}]: dispatch 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.981551+0000 mgr.y (mgr.14391) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.196:3000"}]: dispatch 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.989707+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:58.996694+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:59.000109+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:59.453 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:33:59 smithi196 bash[18523]: audit 2024-03-30T04:33:59.002436+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:59.495 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: cluster 2024-03-30T04:33:58.287544+0000 mgr.y (mgr.14391) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:59.495 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.467390+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.194:0/1589167332' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:33:59.495 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.541496+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.194:0/4041489441' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:33:59.495 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.809768+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.194:0/997482547' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:33:59.495 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.910157+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.495 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.918594+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:59.495 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.919346+0000 mgr.y (mgr.14391) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.920664+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.194:9093"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.921392+0000 mgr.y (mgr.14391) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.194:9093"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.929381+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.939951+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.941419+0000 mgr.y (mgr.14391) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.946230+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.196:9095"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.947227+0000 mgr.y (mgr.14391) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.196:9095"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.955283+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.965759+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.966696+0000 mgr.y (mgr.14391) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.980552+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.196:3000"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.981551+0000 mgr.y (mgr.14391) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.196:3000"}]: dispatch 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.989707+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:58.996694+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:59.000109+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[23637]: audit 2024-03-30T04:33:59.002436+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: cluster 2024-03-30T04:33:58.287544+0000 mgr.y (mgr.14391) 66 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.467390+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.194:0/1589167332' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.541496+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.194:0/4041489441' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.809768+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.194:0/997482547' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.910157+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.918594+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.919346+0000 mgr.y (mgr.14391) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:33:59.497 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.920664+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.194:9093"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.921392+0000 mgr.y (mgr.14391) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.194:9093"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.929381+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.939951+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.941419+0000 mgr.y (mgr.14391) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.946230+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.196:9095"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.947227+0000 mgr.y (mgr.14391) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.196:9095"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.955283+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.965759+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.966696+0000 mgr.y (mgr.14391) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.980552+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.196:3000"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.981551+0000 mgr.y (mgr.14391) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.196:3000"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.989707+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:58.996694+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:59.498 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:59.000109+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:59.499 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:33:59 smithi194 bash[18557]: audit 2024-03-30T04:33:59.002436+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:59.924 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495641 got 197568495645 for osd.6 2024-03-30T04:33:59.925 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:00.162 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.006Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:34:00.162 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.006Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:34:00.162 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.006Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:34:00.162 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.006Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi196 (none))" 2024-03-30T04:34:00.162 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.006Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.006Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.008Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.009Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.010Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.013Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.013Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.015µs 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.013Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.165Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.166Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-03-30T04:34:00.163 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.166Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=58.814µs wal_replay_duration=152.656546ms total_replay_duration=152.73122ms 2024-03-30T04:34:00.229 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757279 got 163208757284 for osd.5 2024-03-30T04:34:00.229 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:00.451 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.171Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:34:00.451 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.171Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:34:00.451 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.171Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:34:00.451 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.225Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=54.377638ms db_storage=1.444µs remote_storage=2.267µs web_handler=767ns query_engine=1.353µs scrape=631.164µs scrape_sd=53.603µs notify=47.863µs notify_sd=18.1µs rules=52.956281ms 2024-03-30T04:34:00.451 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:00 smithi196 bash[34439]: ts=2024-03-30T04:34:00.225Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:34:01.024 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411382 got 77309411386 for osd.2 2024-03-30T04:34:01.024 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:01.581 INFO:teuthology.orchestra.run.smithi194.stdout:128849018924 2024-03-30T04:34:01.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[23637]: cluster 2024-03-30T04:34:00.288074+0000 mgr.y (mgr.14391) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:01.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[18557]: cluster 2024-03-30T04:34:00.288074+0000 mgr.y (mgr.14391) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:01.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:01 smithi196 bash[18523]: cluster 2024-03-30T04:34:00.288074+0000 mgr.y (mgr.14391) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:02.095 INFO:teuthology.orchestra.run.smithi194.stdout:231928234007 2024-03-30T04:34:02.170 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.946Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:34:02.170 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.946Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:34:02.170 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.949Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.194 port=9094 2024-03-30T04:34:02.170 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.950Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:34:02.170 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.986Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:34:02.170 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.986Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:34:02.171 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.989Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:34:02.171 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:01 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:01.989Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:34:02.271 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182447 got 107374182451 for osd.3 2024-03-30T04:34:02.271 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:02.477 INFO:teuthology.orchestra.run.smithi194.stdout:55834574914 2024-03-30T04:34:02.490 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:02 smithi194 bash[18557]: audit 2024-03-30T04:34:01.585367+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.194:0/3865295683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:34:02.490 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:02 smithi194 bash[18557]: audit 2024-03-30T04:34:02.099663+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.194:0/4214451164' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:34:02.490 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:02 smithi194 bash[23637]: audit 2024-03-30T04:34:01.585367+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.194:0/3865295683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:34:02.490 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:02 smithi194 bash[23637]: audit 2024-03-30T04:34:02.099663+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.194:0/4214451164' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:34:02.656 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:02 smithi196 bash[18523]: audit 2024-03-30T04:34:01.585367+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.194:0/3865295683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:34:02.656 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:02 smithi196 bash[18523]: audit 2024-03-30T04:34:02.099663+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.194:0/4214451164' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:34:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:03 smithi196 bash[18523]: cluster 2024-03-30T04:34:02.288417+0000 mgr.y (mgr.14391) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:03.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:03 smithi196 bash[18523]: audit 2024-03-30T04:34:02.417940+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:03.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:03 smithi196 bash[18523]: audit 2024-03-30T04:34:02.481378+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.194:0/3438281789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:34:03.824 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:03 smithi194 bash[23637]: cluster 2024-03-30T04:34:02.288417+0000 mgr.y (mgr.14391) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:03.825 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:03 smithi194 bash[23637]: audit 2024-03-30T04:34:02.417940+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:03.825 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:03 smithi194 bash[23637]: audit 2024-03-30T04:34:02.481378+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.194:0/3438281789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:34:03.825 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:03 smithi194 bash[18557]: cluster 2024-03-30T04:34:02.288417+0000 mgr.y (mgr.14391) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:03.825 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:03 smithi194 bash[18557]: audit 2024-03-30T04:34:02.417940+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:03.825 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:03 smithi194 bash[18557]: audit 2024-03-30T04:34:02.481378+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.194:0/3438281789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:34:03.826 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018920 got 128849018924 for osd.4 2024-03-30T04:34:03.826 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:03.907 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234003 got 231928234007 for osd.7 2024-03-30T04:34:03.908 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:04.010 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574910 got 55834574914 for osd.1 2024-03-30T04:34:04.010 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:04.010 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-30T04:34:04.011 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-03-30T04:34:04.084 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:03 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:03.951Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000743161s 2024-03-30T04:34:05.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:05 smithi196 bash[18523]: cluster 2024-03-30T04:34:04.288935+0000 mgr.y (mgr.14391) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:05.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:05 smithi194 bash[23637]: cluster 2024-03-30T04:34:04.288935+0000 mgr.y (mgr.14391) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:05.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:05 smithi194 bash[18557]: cluster 2024-03-30T04:34:04.288935+0000 mgr.y (mgr.14391) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:06.414 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:07.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:06 smithi196 bash[18523]: audit 2024-03-30T04:34:05.925571+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:07.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:06 smithi196 bash[18523]: audit 2024-03-30T04:34:06.182261+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:07.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:06 smithi196 bash[18523]: audit 2024-03-30T04:34:06.189075+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:07.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:06 smithi196 bash[18523]: audit 2024-03-30T04:34:06.191090+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:07.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:06 smithi196 bash[18523]: audit 2024-03-30T04:34:06.192277+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[18557]: audit 2024-03-30T04:34:05.925571+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[18557]: audit 2024-03-30T04:34:06.182261+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[18557]: audit 2024-03-30T04:34:06.189075+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[18557]: audit 2024-03-30T04:34:06.191090+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[18557]: audit 2024-03-30T04:34:06.192277+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[23637]: audit 2024-03-30T04:34:05.925571+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[23637]: audit 2024-03-30T04:34:06.182261+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:07.308 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[23637]: audit 2024-03-30T04:34:06.189075+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:07.309 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[23637]: audit 2024-03-30T04:34:06.191090+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:07.309 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:06 smithi194 bash[23637]: audit 2024-03-30T04:34:06.192277+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:08.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:07 smithi196 bash[18523]: cluster 2024-03-30T04:34:06.289460+0000 mgr.y (mgr.14391) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:08.335 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:08] "GET /metrics HTTP/1.1" 200 191520 "" "Prometheus/2.33.4" 2024-03-30T04:34:08.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:07 smithi194 bash[23637]: cluster 2024-03-30T04:34:06.289460+0000 mgr.y (mgr.14391) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:08.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:07 smithi194 bash[18557]: cluster 2024-03-30T04:34:06.289460+0000 mgr.y (mgr.14391) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:09.331 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:34:09.333 INFO:teuthology.orchestra.run.smithi194.stderr:dumped all 2024-03-30T04:34:09.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:09 smithi194 bash[23637]: cluster 2024-03-30T04:34:08.290021+0000 mgr.y (mgr.14391) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:09.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:09 smithi194 bash[18557]: cluster 2024-03-30T04:34:08.290021+0000 mgr.y (mgr.14391) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:09.450 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:09 smithi196 bash[18523]: cluster 2024-03-30T04:34:08.290021+0000 mgr.y (mgr.14391) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:09.451 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:09 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:09.954 INFO:teuthology.orchestra.run.smithi194.stdout:{"pg_ready":true,"pg_map":{"version":50,"stamp":"2024-03-30T04:34:08.289757+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":48900,"kb_used_data":6084,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912316,"statfs":{"total":767960285184,"available":767910211584,"internally_reserved":0,"allocated":6230016,"data_stored":3488071,"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.002920"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2024-03-30T04:32:34.389620+0000","last_change":"2024-03-30T04:32:13.291187+0000","last_active":"2024-03-30T04:32:34.389620+0000","last_peered":"2024-03-30T04:32:34.389620+0000","last_clean":"2024-03-30T04:32:34.389620+0000","last_became_active":"2024-03-30T04:32:13.290466+0000","last_became_peered":"2024-03-30T04:32:13.290466+0000","last_unstale":"2024-03-30T04:32:34.389620+0000","last_undegraded":"2024-03-30T04:32:34.389620+0000","last_fullsized":"2024-03-30T04:32:34.389620+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-30T04:29:16.199266+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-30T04:29:16.199266+0000","last_clean_scrub_stamp":"2024-03-30T04:29:16.199266+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-31T04:42:25.444171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234009,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":766504,"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 Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.746,"15min":0.746},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.432},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":0.45800000000000002}]},{"osd":1,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.6259999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.395,"5min":1.395,"15min":1.395},"last":0.64500000000000002}]},{"osd":2,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":0.68200000000000005}]},{"osd":3,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.48599999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.821,"5min":1.821,"15min":1.821},"last":0.52800000000000002}]},{"osd":4,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.42699999999999999}]},{"osd":5,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.006,"15min":1.006},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.8680000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.728,"5min":1.728,"15min":1.728},"last":0.38600000000000001}]},{"osd":6,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.022,"15min":1.022},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":0.48999999999999999},{"interface":"front","average":{"1min":1.02,"5min":1.02,"15min":1.02},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.5649999999999999,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":0.35499999999999998}]}]},{"osd":6,"up_from":46,"seq":197568495647,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6144,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739008,"statfs":{"total":95995035648,"available":95988744192,"internally_reserved":0,"allocated":1105920,"data_stored":766181,"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 Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.82599999999999996,"15min":0.82399999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.90000000000000002,"15min":0.91300000000000003},"min":{"1min":0.47999999999999998,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.238,"5min":1.629,"15min":1.629},"last":0.92700000000000005}]},{"osd":1,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.89300000000000002,"15min":0.90000000000000002},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1850000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.879,"5min":0.90200000000000002,"15min":0.90600000000000003},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.143,"5min":1.46,"15min":1.46},"last":1.0920000000000001}]},{"osd":2,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.92900000000000005,"15min":0.93500000000000005},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.1519999999999999,"5min":1.365,"15min":1.365},"last":1.004},{"interface":"front","average":{"1min":0.878,"5min":0.94699999999999995,"15min":0.95899999999999996},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2969999999999999,"5min":1.79,"15min":1.79},"last":1.0720000000000001}]},{"osd":3,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.97399999999999998,"15min":0.98899999999999999},"min":{"1min":0.57599999999999996,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.2410000000000001,"5min":1.9410000000000001,"15min":1.9410000000000001},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.98999999999999999,"15min":0.99199999999999999},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.294,"5min":1.536,"15min":1.536},"last":1.21}]},{"osd":4,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.92300000000000004,"15min":0.91900000000000004},"min":{"1min":0.499,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":2.4670000000000001,"5min":2.4670000000000001,"15min":2.4670000000000001},"last":0.80600000000000005},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.96099999999999997,"15min":0.95899999999999996},"min":{"1min":0.379,"5min":0.376,"15min":0.376},"max":{"1min":1.47,"5min":1.8819999999999999,"15min":1.8819999999999999},"last":0.89500000000000002}]},{"osd":5,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.95699999999999996,"15min":0.96399999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.23,"5min":1.851,"15min":1.851},"last":1.022},{"interface":"front","average":{"1min":1.034,"5min":1.0269999999999999,"15min":1.026},"min":{"1min":0.41399999999999998,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.4019999999999999,"5min":2,"15min":2},"last":1.046}]},{"osd":7,"last update":"Sat Mar 30 04:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.907,"5min":1.907,"15min":1.907},"last":1.121},{"interface":"front","average":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.9830000000000001,"5min":1.9830000000000001,"15min":1.9830000000000001},"last":1.363}]}]},{"osd":1,"up_from":13,"seq":55834574915,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69899999999999995,"5min":0.64700000000000002,"15min":0.54800000000000004},"min":{"1min":0.437,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":1.0129999999999999,"5min":1.24,"15min":1.24},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.69399999999999995,"15min":0.59699999999999998},"min":{"1min":0.34000000000000002,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":1.01,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.53900000000000003}]},{"osd":2,"last update":"Sat Mar 30 04:33:28 2024","interfaces":[{"interface":"back","average":{"1min":0.76300000000000001,"5min":0.72399999999999998,"15min":0.66300000000000003},"min":{"1min":0.54700000000000004,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.97399999999999998,"5min":1.056,"15min":1.056},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.75900000000000001,"15min":0.70199999999999996},"min":{"1min":0.38200000000000001,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.151,"5min":1.177,"15min":1.177},"last":0.47399999999999998}]},{"osd":3,"last update":"Sat Mar 30 04:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.81599999999999995,"15min":0.80300000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.1970000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.79500000000000004,"15min":0.79300000000000004},"min":{"1min":0.46899999999999997,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.198,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.60199999999999998}]},{"osd":4,"last update":"Sat Mar 30 04:33:32 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.96299999999999997,"15min":0.94599999999999995},"min":{"1min":0.73999999999999999,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2709999999999999,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":0.93400000000000005},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0089999999999999,"15min":0.99299999999999999},"min":{"1min":0.78100000000000003,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.97399999999999998}]},{"osd":5,"last update":"Sat Mar 30 04:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.998,"15min":0.98999999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2729999999999999,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.84699999999999998},{"interface":"front","average":{"1min":1.006,"5min":1.081,"15min":1.0920000000000001},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.169,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.80900000000000005}]},{"osd":6,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.075,"15min":1.0840000000000001},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.284,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.77100000000000002},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0700000000000001,"15min":1.073},"min":{"1min":0.70099999999999996,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.361,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":0.98899999999999999}]},{"osd":7,"last update":"Sat Mar 30 04:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.127,"5min":1.127,"15min":1.127},"min":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.72599999999999998},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.89900000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738442,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Mar 30 04:33:48 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.57499999999999996},"min":{"1min":0.35399999999999998,"5min":0.318,"15min":0.318},"max":{"1min":0.93200000000000005,"5min":1.252,"15min":1.252},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.71499999999999997,"15min":0.621},"min":{"1min":0.39200000000000002,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":0.68000000000000005}]},{"osd":2,"last update":"Sat Mar 30 04:33:24 2024","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.72199999999999998,"15min":0.68000000000000005},"min":{"1min":0.44800000000000001,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.68500000000000005,"15min":0.64500000000000002},"min":{"1min":0.48899999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.026,"5min":1.026,"15min":1.026},"last":0.72099999999999997}]},{"osd":3,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.73099999999999998,"15min":0.73499999999999999},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.86899999999999999,"5min":1.218,"15min":1.218},"last":0.875},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.86299999999999999,"15min":0.85899999999999999},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.266,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.89200000000000002}]},{"osd":4,"last update":"Sat Mar 30 04:33:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.91000000000000003,"15min":0.89200000000000002},"min":{"1min":0.74199999999999999,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.83499999999999996},{"interface":"front","average":{"1min":1.083,"5min":1.016,"15min":0.997},"min":{"1min":0.83299999999999996,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.3380000000000001,"5min":1.407,"15min":1.407},"last":1.0800000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:34:04 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.97599999999999998,"15min":0.98599999999999999},"min":{"1min":0.745,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":1.04},{"interface":"front","average":{"1min":1.034,"5min":1.083,"15min":1.0800000000000001},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.3220000000000001,"5min":1.504,"15min":1.504},"last":1.026}]},{"osd":6,"last update":"Sat Mar 30 04:33:38 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.1719999999999999,"15min":1.198},"min":{"1min":0.70699999999999996,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.369,"5min":4.1790000000000003,"15min":4.1790000000000003},"last":0.85799999999999998},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.081,"15min":1.0820000000000001},"min":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":1.0029999999999999}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0940000000000001,"15min":1.0940000000000001},"min":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.2629999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411388,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63700000000000001,"15min":0.59499999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.96599999999999997,"5min":1.171,"15min":1.171},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.70099999999999996,"5min":0.66400000000000003,"15min":0.59799999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.76100000000000001}]},{"osd":1,"last update":"Sat Mar 30 04:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.68600000000000005,"15min":0.65200000000000002},"min":{"1min":0.33100000000000002,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.90400000000000003,"5min":1.246,"15min":1.246},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.751,"15min":0.67700000000000005},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.855,"5min":1.855,"15min":1.855},"last":0.81899999999999995}]},{"osd":3,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.75800000000000001,"15min":0.77200000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.85699999999999998,"15min":0.85399999999999998},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.2250000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.92700000000000005}]},{"osd":4,"last update":"Sat Mar 30 04:33:32 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.93600000000000005,"15min":0.93200000000000005},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.278,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.89900000000000002},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0249999999999999,"15min":1.0029999999999999},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.536,"5min":1.536,"15min":1.536},"last":1.107}]},{"osd":5,"last update":"Sat Mar 30 04:34:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.0669999999999999,"15min":1.0640000000000001},"min":{"1min":0.63600000000000001,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.7789999999999999,"5min":2.1059999999999999,"15min":2.1059999999999999},"last":1.169},{"interface":"front","average":{"1min":1.018,"5min":1.04,"15min":1.04},"min":{"1min":0.77300000000000002,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.8700000000000001,"5min":2.181,"15min":2.181},"last":0.94999999999999996}]},{"osd":6,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.133,"15min":1.147},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":1.0189999999999999},{"interface":"front","average":{"1min":1.056,"5min":1.1040000000000001,"15min":1.1120000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":0.97999999999999998}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.107,"15min":1.107},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.6200000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":1.127,"5min":1.127,"15min":1.127},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.6870000000000001,"5min":1.6870000000000001,"15min":1.6870000000000001},"last":1.085}]}]},{"osd":3,"up_from":25,"seq":107374182453,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.70799999999999996,"15min":0.69999999999999996},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":1.0669999999999999,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.745,"5min":0.81599999999999995,"15min":0.81699999999999995},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.1539999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.60999999999999999}]},{"osd":1,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.74399999999999999,"15min":0.72099999999999997},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":1.048,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.71499999999999997,"15min":0.70899999999999996},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.94199999999999995,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.70799999999999996}]},{"osd":2,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.80800000000000005,"15min":0.82299999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.103,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.72199999999999998,"5min":0.77400000000000002,"15min":0.76600000000000001},"min":{"1min":0.32600000000000001,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.149,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.58799999999999997}]},{"osd":4,"last update":"Sat Mar 30 04:33:31 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.89000000000000001,"15min":0.873},"min":{"1min":0.63200000000000001,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1599999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.95499999999999996,"15min":0.94399999999999995},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.1899999999999999,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.83299999999999996}]},{"osd":5,"last update":"Sat Mar 30 04:34:03 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.97599999999999998,"15min":0.97099999999999997},"min":{"1min":0.69399999999999995,"5min":0.505,"15min":0.505},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":1.038},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.96899999999999997,"15min":0.97899999999999998},"min":{"1min":0.54000000000000004,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":0.90600000000000003}]},{"osd":6,"last update":"Sat Mar 30 04:33:42 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":1.079,"15min":1.103},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.202,"5min":1.431,"15min":1.431},"last":1.107},{"interface":"front","average":{"1min":1.004,"5min":1.0960000000000001,"15min":1.1120000000000001},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.3220000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.0760000000000001}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.071,"15min":1.071},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":1.0229999999999999},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.1539999999999999}]}]},{"osd":4,"up_from":30,"seq":128849018926,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.81200000000000006,"15min":0.79500000000000004},"min":{"1min":0.623,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.135,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.89400000000000002,"15min":0.88800000000000001},"min":{"1min":0.64300000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.214,"5min":1.325,"15min":1.325},"last":1.1259999999999999}]},{"osd":1,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.874,"15min":0.85599999999999998},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.3380000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.83599999999999997,"15min":0.80600000000000005},"min":{"1min":0.60599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.94599999999999995}]},{"osd":2,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.875,"15min":0.85499999999999998},"min":{"1min":0.64000000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1870000000000001,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.999},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.86199999999999999,"15min":0.82599999999999996},"min":{"1min":0.64300000000000002,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.80200000000000005}]},{"osd":3,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":0.88200000000000001,"15min":0.83399999999999996},"min":{"1min":0.751,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.024},{"interface":"front","average":{"1min":1.03,"5min":0.93500000000000005,"15min":0.90300000000000002},"min":{"1min":0.69399999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.389,"5min":1.401,"15min":1.401},"last":1.1040000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:33:03 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.69599999999999995,"15min":0.66500000000000004},"min":{"1min":0.56499999999999995,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.70599999999999996,"15min":0.67300000000000004},"min":{"1min":0.57499999999999996,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.91700000000000004}]},{"osd":6,"last update":"Sat Mar 30 04:33:40 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.91400000000000003,"15min":0.89200000000000002},"min":{"1min":0.58199999999999996,"5min":0.432,"15min":0.432},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":0.83899999999999997},{"interface":"front","average":{"1min":1.0940000000000001,"5min":0.91100000000000003,"15min":0.88100000000000001},"min":{"1min":0.83499999999999996,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.5900000000000001,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":0.875}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.151,"5min":1.151,"15min":1.151},"min":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.669,"5min":1.669,"15min":1.669},"last":1.2070000000000001},{"interface":"front","average":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"min":{"1min":1.0069999999999999,"5min":1.0069999999999999,"15min":1.0069999999999999},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":1.155}]}]},{"osd":5,"up_from":38,"seq":163208757286,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":237253,"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 Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.88,"15min":0.89000000000000001},"min":{"1min":0.60299999999999998,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.82999999999999996,"15min":0.81799999999999995},"min":{"1min":0.48199999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.68799999999999994}]},{"osd":1,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.874,"15min":0.878},"min":{"1min":0.52700000000000002,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.2909999999999999,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.876,"5min":0.85799999999999998,"15min":0.85799999999999998},"min":{"1min":0.51100000000000001,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.57599999999999996}]},{"osd":2,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.88800000000000001,"15min":0.90300000000000002},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.1499999999999999,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":0.63200000000000001},{"interface":"front","average":{"1min":1.024,"5min":0.89900000000000002,"15min":0.877},"min":{"1min":0.58299999999999996,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.50700000000000001}]},{"osd":3,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.877,"15min":0.879},"min":{"1min":0.47099999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.95899999999999996,"15min":0.96699999999999997},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.409,"5min":1.55,"15min":1.55},"last":0.66500000000000004}]},{"osd":4,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.78500000000000003,"15min":0.753},"min":{"1min":0.42999999999999999,"5min":0.248,"15min":0.248},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.434},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.82999999999999996,"15min":0.81100000000000005},"min":{"1min":0.38700000000000001,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.35599999999999998}]},{"osd":6,"last update":"Sat Mar 30 04:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.86299999999999999,"15min":0.84499999999999997},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.355,"5min":1.478,"15min":1.478},"last":0.38200000000000001},{"interface":"front","average":{"1min":1.056,"5min":0.97899999999999998,"15min":0.96599999999999997},"min":{"1min":0.378,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.4450000000000001,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":0.41999999999999998}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.048,"15min":1.048},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.45800000000000002},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.46600000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-30T04:34:09.955 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-03-30T04:34:10.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:10 smithi196 bash[18523]: audit 2024-03-30T04:34:09.328228+0000 mgr.y (mgr.14391) 78 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:34:10.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:10 smithi196 bash[18523]: audit 2024-03-30T04:34:09.618517+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:10.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:10 smithi196 bash[18523]: audit 2024-03-30T04:34:09.628541+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:11.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:10 smithi194 bash[23637]: audit 2024-03-30T04:34:09.328228+0000 mgr.y (mgr.14391) 78 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:34:11.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:10 smithi194 bash[23637]: audit 2024-03-30T04:34:09.618517+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:11.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:10 smithi194 bash[23637]: audit 2024-03-30T04:34:09.628541+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:11.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:10 smithi194 bash[18557]: audit 2024-03-30T04:34:09.328228+0000 mgr.y (mgr.14391) 78 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:34:11.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:10 smithi194 bash[18557]: audit 2024-03-30T04:34:09.618517+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:11.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:10 smithi194 bash[18557]: audit 2024-03-30T04:34:09.628541+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:11.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:11 smithi194 bash[23637]: cluster 2024-03-30T04:34:10.290347+0000 mgr.y (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:11.951 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:11 smithi194 bash[18557]: cluster 2024-03-30T04:34:10.290347+0000 mgr.y (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:11.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:11 smithi196 bash[18523]: cluster 2024-03-30T04:34:10.290347+0000 mgr.y (mgr.14391) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:12.335 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:11 smithi194 bash[41689]: level=info ts=2024-03-30T04:34:11.954Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004005768s 2024-03-30T04:34:12.683 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:13.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:13 smithi194 bash[18557]: cluster 2024-03-30T04:34:12.290907+0000 mgr.y (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:13.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:13 smithi194 bash[23637]: cluster 2024-03-30T04:34:12.290907+0000 mgr.y (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:13.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:13 smithi196 bash[18523]: cluster 2024-03-30T04:34:12.290907+0000 mgr.y (mgr.14391) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:15.329 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:34:15.331 INFO:teuthology.orchestra.run.smithi194.stderr:dumped all 2024-03-30T04:34:15.940 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:15 smithi194 bash[18557]: cluster 2024-03-30T04:34:14.291495+0000 mgr.y (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:15.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:15 smithi194 bash[23637]: cluster 2024-03-30T04:34:14.291495+0000 mgr.y (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:15.941 INFO:teuthology.orchestra.run.smithi194.stdout:{"pg_ready":true,"pg_map":{"version":53,"stamp":"2024-03-30T04:34:14.291217+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":48900,"kb_used_data":6084,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912316,"statfs":{"total":767960285184,"available":767910211584,"internally_reserved":0,"allocated":6230016,"data_stored":3488071,"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.002946"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2024-03-30T04:32:34.389620+0000","last_change":"2024-03-30T04:32:13.291187+0000","last_active":"2024-03-30T04:32:34.389620+0000","last_peered":"2024-03-30T04:32:34.389620+0000","last_clean":"2024-03-30T04:32:34.389620+0000","last_became_active":"2024-03-30T04:32:13.290466+0000","last_became_peered":"2024-03-30T04:32:13.290466+0000","last_unstale":"2024-03-30T04:32:34.389620+0000","last_undegraded":"2024-03-30T04:32:34.389620+0000","last_fullsized":"2024-03-30T04:32:34.389620+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-30T04:29:16.199266+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-30T04:29:16.199266+0000","last_clean_scrub_stamp":"2024-03-30T04:29:16.199266+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-31T04:42:25.444171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":766504,"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 Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.746,"15min":0.746},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":0.75800000000000001}]},{"osd":1,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.6259999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.395,"5min":1.395,"15min":1.395},"last":0.89200000000000002}]},{"osd":2,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":0.96499999999999997}]},{"osd":3,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":0.69499999999999995},{"interface":"front","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.821,"5min":1.821,"15min":1.821},"last":1.079}]},{"osd":4,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.91800000000000004}]},{"osd":5,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.006,"15min":1.006},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.8680000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":1.141},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.728,"5min":1.728,"15min":1.728},"last":0.94699999999999995}]},{"osd":6,"last update":"Sat Mar 30 04:33:09 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.022,"15min":1.022},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.056},{"interface":"front","average":{"1min":1.02,"5min":1.02,"15min":1.02},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.5649999999999999,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":1.012}]}]},{"osd":6,"up_from":46,"seq":197568495648,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6144,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739008,"statfs":{"total":95995035648,"available":95988744192,"internally_reserved":0,"allocated":1105920,"data_stored":766181,"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 Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.82599999999999996,"15min":0.82399999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.90000000000000002,"15min":0.91300000000000003},"min":{"1min":0.47999999999999998,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.238,"5min":1.629,"15min":1.629},"last":0.92700000000000005}]},{"osd":1,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.89300000000000002,"15min":0.90000000000000002},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1850000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.879,"5min":0.90200000000000002,"15min":0.90600000000000003},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.143,"5min":1.46,"15min":1.46},"last":1.0920000000000001}]},{"osd":2,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.92900000000000005,"15min":0.93500000000000005},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.1519999999999999,"5min":1.365,"15min":1.365},"last":1.004},{"interface":"front","average":{"1min":0.878,"5min":0.94699999999999995,"15min":0.95899999999999996},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2969999999999999,"5min":1.79,"15min":1.79},"last":1.0720000000000001}]},{"osd":3,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.97399999999999998,"15min":0.98899999999999999},"min":{"1min":0.57599999999999996,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.2410000000000001,"5min":1.9410000000000001,"15min":1.9410000000000001},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.98999999999999999,"15min":0.99199999999999999},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.294,"5min":1.536,"15min":1.536},"last":1.21}]},{"osd":4,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.92300000000000004,"15min":0.91900000000000004},"min":{"1min":0.499,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":2.4670000000000001,"5min":2.4670000000000001,"15min":2.4670000000000001},"last":0.80600000000000005},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.96099999999999997,"15min":0.95899999999999996},"min":{"1min":0.379,"5min":0.376,"15min":0.376},"max":{"1min":1.47,"5min":1.8819999999999999,"15min":1.8819999999999999},"last":0.89500000000000002}]},{"osd":5,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.95699999999999996,"15min":0.96399999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.23,"5min":1.851,"15min":1.851},"last":1.022},{"interface":"front","average":{"1min":1.034,"5min":1.0269999999999999,"15min":1.026},"min":{"1min":0.41399999999999998,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.4019999999999999,"5min":2,"15min":2},"last":1.046}]},{"osd":7,"last update":"Sat Mar 30 04:33:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.907,"5min":1.907,"15min":1.907},"last":1.121},{"interface":"front","average":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.9830000000000001,"5min":1.9830000000000001,"15min":1.9830000000000001},"last":1.363}]}]},{"osd":1,"up_from":13,"seq":55834574916,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69899999999999995,"5min":0.64700000000000002,"15min":0.54800000000000004},"min":{"1min":0.437,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":1.0129999999999999,"5min":1.24,"15min":1.24},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.69399999999999995,"15min":0.59699999999999998},"min":{"1min":0.34000000000000002,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":1.01,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.57899999999999996}]},{"osd":2,"last update":"Sat Mar 30 04:33:28 2024","interfaces":[{"interface":"back","average":{"1min":0.76300000000000001,"5min":0.72399999999999998,"15min":0.66300000000000003},"min":{"1min":0.54700000000000004,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.97399999999999998,"5min":1.056,"15min":1.056},"last":0.75},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.75900000000000001,"15min":0.70199999999999996},"min":{"1min":0.38200000000000001,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.151,"5min":1.177,"15min":1.177},"last":0.52600000000000002}]},{"osd":3,"last update":"Sat Mar 30 04:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.81599999999999995,"15min":0.80300000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.1970000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.79500000000000004,"15min":0.79300000000000004},"min":{"1min":0.46899999999999997,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.198,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.625}]},{"osd":4,"last update":"Sat Mar 30 04:33:32 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.96299999999999997,"15min":0.94599999999999995},"min":{"1min":0.73999999999999999,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2709999999999999,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0089999999999999,"15min":0.99299999999999999},"min":{"1min":0.78100000000000003,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.98499999999999999}]},{"osd":5,"last update":"Sat Mar 30 04:34:01 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.998,"15min":0.98999999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2729999999999999,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.996},{"interface":"front","average":{"1min":1.006,"5min":1.081,"15min":1.0920000000000001},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.169,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.78300000000000003}]},{"osd":6,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.075,"15min":1.0840000000000001},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.284,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.76000000000000001},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0700000000000001,"15min":1.073},"min":{"1min":0.70099999999999996,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.361,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":0.96399999999999997}]},{"osd":7,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.115,"15min":1.123},"min":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.089,"5min":1.1180000000000001,"15min":1.123},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.92800000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6920,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738232,"statfs":{"total":95995035648,"available":95987949568,"internally_reserved":0,"allocated":1114112,"data_stored":766769,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Mar 30 04:33:48 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.57499999999999996},"min":{"1min":0.35399999999999998,"5min":0.318,"15min":0.318},"max":{"1min":0.93200000000000005,"5min":1.252,"15min":1.252},"last":0.879},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.71499999999999997,"15min":0.621},"min":{"1min":0.39200000000000002,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":0.78400000000000003}]},{"osd":2,"last update":"Sat Mar 30 04:33:24 2024","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.72199999999999998,"15min":0.68000000000000005},"min":{"1min":0.44800000000000001,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.68500000000000005,"15min":0.64500000000000002},"min":{"1min":0.48899999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.026,"5min":1.026,"15min":1.026},"last":0.76000000000000001}]},{"osd":3,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.73099999999999998,"15min":0.73499999999999999},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.86899999999999999,"5min":1.218,"15min":1.218},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.86299999999999999,"15min":0.85899999999999999},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.266,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.93500000000000005}]},{"osd":4,"last update":"Sat Mar 30 04:33:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.91000000000000003,"15min":0.89200000000000002},"min":{"1min":0.74199999999999999,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.95199999999999996},{"interface":"front","average":{"1min":1.083,"5min":1.016,"15min":0.997},"min":{"1min":0.83299999999999996,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.3380000000000001,"5min":1.407,"15min":1.407},"last":1.052}]},{"osd":5,"last update":"Sat Mar 30 04:34:04 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.97599999999999998,"15min":0.98599999999999999},"min":{"1min":0.745,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.90800000000000003},{"interface":"front","average":{"1min":1.034,"5min":1.083,"15min":1.0800000000000001},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.3220000000000001,"5min":1.504,"15min":1.504},"last":1.101}]},{"osd":6,"last update":"Sat Mar 30 04:33:38 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":1.1719999999999999,"15min":1.198},"min":{"1min":0.70699999999999996,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.369,"5min":4.1790000000000003,"15min":4.1790000000000003},"last":1.22},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.081,"15min":1.0820000000000001},"min":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":1.244}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.2909999999999999},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0940000000000001,"15min":1.0940000000000001},"min":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.1659999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411389,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6272,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738880,"statfs":{"total":95995035648,"available":95988613120,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63700000000000001,"15min":0.59499999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.96599999999999997,"5min":1.171,"15min":1.171},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.70099999999999996,"5min":0.66400000000000003,"15min":0.59799999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.81999999999999995}]},{"osd":1,"last update":"Sat Mar 30 04:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.68600000000000005,"15min":0.65200000000000002},"min":{"1min":0.33100000000000002,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.90400000000000003,"5min":1.246,"15min":1.246},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.751,"15min":0.67700000000000005},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":1.855,"5min":1.855,"15min":1.855},"last":0.88900000000000001}]},{"osd":3,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.75800000000000001,"15min":0.77200000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.85699999999999998,"15min":0.85399999999999998},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.2250000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.95499999999999996}]},{"osd":4,"last update":"Sat Mar 30 04:33:32 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.93600000000000005,"15min":0.93200000000000005},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.278,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.375},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0249999999999999,"15min":1.0029999999999999},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.536,"5min":1.536,"15min":1.536},"last":1.458}]},{"osd":5,"last update":"Sat Mar 30 04:34:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.0669999999999999,"15min":1.0640000000000001},"min":{"1min":0.63600000000000001,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.7789999999999999,"5min":2.1059999999999999,"15min":2.1059999999999999},"last":1.224},{"interface":"front","average":{"1min":1.018,"5min":1.04,"15min":1.04},"min":{"1min":0.77300000000000002,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.8700000000000001,"5min":2.181,"15min":2.181},"last":1.425}]},{"osd":6,"last update":"Sat Mar 30 04:33:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.133,"15min":1.147},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":1.395},{"interface":"front","average":{"1min":1.056,"5min":1.1040000000000001,"15min":1.1120000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":1.25}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.107,"15min":1.107},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.6200000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":1.1739999999999999},{"interface":"front","average":{"1min":1.127,"5min":1.127,"15min":1.127},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.6870000000000001,"5min":1.6870000000000001,"15min":1.6870000000000001},"last":1.351}]}]},{"osd":3,"up_from":25,"seq":107374182454,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.70799999999999996,"15min":0.69999999999999996},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":1.0669999999999999,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.0489999999999999},{"interface":"front","average":{"1min":0.745,"5min":0.81599999999999995,"15min":0.81699999999999995},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.1539999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.0209999999999999}]},{"osd":1,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.74399999999999999,"15min":0.72099999999999997},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":1.048,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.71499999999999997,"15min":0.70899999999999996},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.94199999999999995,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.79500000000000004}]},{"osd":2,"last update":"Sat Mar 30 04:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.80800000000000005,"15min":0.82299999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.103,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.72199999999999998,"5min":0.77400000000000002,"15min":0.76600000000000001},"min":{"1min":0.32600000000000001,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.149,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.96299999999999997}]},{"osd":4,"last update":"Sat Mar 30 04:33:31 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.89000000000000001,"15min":0.873},"min":{"1min":0.63200000000000001,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1599999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":1.083},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.95499999999999996,"15min":0.94399999999999995},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.1899999999999999,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":1.0980000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:34:03 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.97599999999999998,"15min":0.97099999999999997},"min":{"1min":0.69399999999999995,"5min":0.505,"15min":0.505},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.96899999999999997,"15min":0.97899999999999998},"min":{"1min":0.54000000000000004,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":1.1499999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:33:42 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":1.079,"15min":1.103},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.202,"5min":1.431,"15min":1.431},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.004,"5min":1.0960000000000001,"15min":1.1120000000000001},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.3220000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":0.91400000000000003}]},{"osd":7,"last update":"Sat Mar 30 04:33:14 2024","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.071,"15min":1.071},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":1.2170000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.244}]}]},{"osd":4,"up_from":30,"seq":128849018927,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5760,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739392,"statfs":{"total":95995035648,"available":95989137408,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.81200000000000006,"15min":0.79500000000000004},"min":{"1min":0.623,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.135,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.89400000000000002,"15min":0.88800000000000001},"min":{"1min":0.64300000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.214,"5min":1.325,"15min":1.325},"last":1.274}]},{"osd":1,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.874,"15min":0.85599999999999998},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.3380000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.83599999999999997,"15min":0.80600000000000005},"min":{"1min":0.60599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.0700000000000001}]},{"osd":2,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.875,"15min":0.85499999999999998},"min":{"1min":0.64000000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1870000000000001,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.96899999999999997},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.86199999999999999,"15min":0.82599999999999996},"min":{"1min":0.64300000000000002,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":1.1339999999999999}]},{"osd":3,"last update":"Sat Mar 30 04:33:29 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":0.88200000000000001,"15min":0.83399999999999996},"min":{"1min":0.751,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.03,"5min":0.93500000000000005,"15min":0.90300000000000002},"min":{"1min":0.69399999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.389,"5min":1.401,"15min":1.401},"last":1.0089999999999999}]},{"osd":5,"last update":"Sat Mar 30 04:34:05 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.75800000000000001,"15min":0.68600000000000005},"min":{"1min":0.71399999999999997,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.89300000000000002},{"interface":"front","average":{"1min":1.0720000000000001,"5min":0.78900000000000003,"15min":0.70099999999999996},"min":{"1min":0.68000000000000005,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":1.236}]},{"osd":6,"last update":"Sat Mar 30 04:33:40 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.91400000000000003,"15min":0.89200000000000002},"min":{"1min":0.58199999999999996,"5min":0.432,"15min":0.432},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":0.93899999999999995},{"interface":"front","average":{"1min":1.0940000000000001,"5min":0.91100000000000003,"15min":0.88100000000000001},"min":{"1min":0.83499999999999996,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.5900000000000001,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":1.022}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.151,"5min":1.151,"15min":1.151},"min":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.669,"5min":1.669,"15min":1.669},"last":1.3109999999999999},{"interface":"front","average":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"min":{"1min":1.0069999999999999,"5min":1.0069999999999999,"15min":1.0069999999999999},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":1.0580000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757287,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":237253,"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 Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.88,"15min":0.89000000000000001},"min":{"1min":0.60299999999999998,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.82999999999999996,"15min":0.81799999999999995},"min":{"1min":0.48199999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.51600000000000001}]},{"osd":1,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.874,"15min":0.878},"min":{"1min":0.52700000000000002,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.2909999999999999,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.82599999999999996},{"interface":"front","average":{"1min":0.876,"5min":0.85799999999999998,"15min":0.85799999999999998},"min":{"1min":0.51100000000000001,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.72799999999999998}]},{"osd":2,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.88800000000000001,"15min":0.90300000000000002},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.1499999999999999,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":0.49199999999999999},{"interface":"front","average":{"1min":1.024,"5min":0.89900000000000002,"15min":0.877},"min":{"1min":0.58299999999999996,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.95599999999999996}]},{"osd":3,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.877,"15min":0.879},"min":{"1min":0.47099999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.95899999999999996,"15min":0.96699999999999997},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.409,"5min":1.55,"15min":1.55},"last":0.90900000000000003}]},{"osd":4,"last update":"Sat Mar 30 04:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.78500000000000003,"15min":0.753},"min":{"1min":0.42999999999999999,"5min":0.248,"15min":0.248},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.82999999999999996,"15min":0.81100000000000005},"min":{"1min":0.38700000000000001,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.70399999999999996}]},{"osd":6,"last update":"Sat Mar 30 04:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.86299999999999999,"15min":0.84499999999999997},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.355,"5min":1.478,"15min":1.478},"last":1.0089999999999999},{"interface":"front","average":{"1min":1.056,"5min":0.97899999999999998,"15min":0.96599999999999997},"min":{"1min":0.378,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.4450000000000001,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.087}]},{"osd":7,"last update":"Sat Mar 30 04:33:11 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.048,"15min":1.048},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.0469999999999999},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.96799999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-30T04:34:15.943 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-30T04:34:15.943 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-30T04:34:15.943 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-30T04:34:15.943 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- ceph health --format=json 2024-03-30T04:34:15.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:15 smithi196 bash[18523]: cluster 2024-03-30T04:34:14.291495+0000 mgr.y (mgr.14391) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:16.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:16 smithi196 bash[18523]: audit 2024-03-30T04:34:15.326015+0000 mgr.y (mgr.14391) 82 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:34:17.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:16 smithi194 bash[18557]: audit 2024-03-30T04:34:15.326015+0000 mgr.y (mgr.14391) 82 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:34:17.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:16 smithi194 bash[23637]: audit 2024-03-30T04:34:15.326015+0000 mgr.y (mgr.14391) 82 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:34:17.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:17 smithi196 bash[18523]: cluster 2024-03-30T04:34:16.292167+0000 mgr.y (mgr.14391) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:18.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:17 smithi194 bash[18557]: cluster 2024-03-30T04:34:16.292167+0000 mgr.y (mgr.14391) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:18.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:17 smithi194 bash[23637]: cluster 2024-03-30T04:34:16.292167+0000 mgr.y (mgr.14391) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:18.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:18] "GET /metrics HTTP/1.1" 200 191520 "" "Prometheus/2.33.4" 2024-03-30T04:34:18.668 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:19.450 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:19 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:19.451 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:19 smithi196 bash[18523]: cluster 2024-03-30T04:34:18.292716+0000 mgr.y (mgr.14391) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:19.572 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:19 smithi194 bash[18557]: cluster 2024-03-30T04:34:18.292716+0000 mgr.y (mgr.14391) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:19.572 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:19 smithi194 bash[23637]: cluster 2024-03-30T04:34:18.292716+0000 mgr.y (mgr.14391) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:21.353 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-03-30T04:34:21.353 INFO:teuthology.orchestra.run.smithi194.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-30T04:34:21.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:21 smithi194 bash[18557]: cluster 2024-03-30T04:34:20.293179+0000 mgr.y (mgr.14391) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:21.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:21 smithi194 bash[23637]: cluster 2024-03-30T04:34:20.293179+0000 mgr.y (mgr.14391) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:21.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:21 smithi196 bash[18523]: cluster 2024-03-30T04:34:20.293179+0000 mgr.y (mgr.14391) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:22.088 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-30T04:34:22.088 INFO:tasks.cephadm:Setup complete, yielding 2024-03-30T04:34:22.089 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:34:22.098 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi194.front.sepia.ceph.com 2024-03-30T04:34:22.098 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-03-30T04:34:22.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:22 smithi194 bash[18557]: audit 2024-03-30T04:34:21.357211+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.194:0/2927480745' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:34:22.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:22 smithi194 bash[23637]: audit 2024-03-30T04:34:21.357211+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.194:0/2927480745' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:34:22.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:22 smithi196 bash[18523]: audit 2024-03-30T04:34:21.357211+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.194:0/2927480745' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:34:23.570 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:23 smithi194 bash[23637]: cluster 2024-03-30T04:34:22.293522+0000 mgr.y (mgr.14391) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:23.571 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:23 smithi194 bash[18557]: cluster 2024-03-30T04:34:22.293522+0000 mgr.y (mgr.14391) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:23.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:23 smithi196 bash[18523]: cluster 2024-03-30T04:34:22.293522+0000 mgr.y (mgr.14391) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:25.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:25 smithi196 bash[18523]: cluster 2024-03-30T04:34:24.294027+0000 mgr.y (mgr.14391) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:25.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:25 smithi194 bash[18557]: cluster 2024-03-30T04:34:24.294027+0000 mgr.y (mgr.14391) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:25.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:25 smithi194 bash[23637]: cluster 2024-03-30T04:34:24.294027+0000 mgr.y (mgr.14391) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:26.465 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:34:26.465 INFO:teuthology.orchestra.run.smithi194.stdout: "id": "cccf9683-5a82-4a75-a4b4-c65516f939f8", 2024-03-30T04:34:26.465 INFO:teuthology.orchestra.run.smithi194.stdout: "name": "r", 2024-03-30T04:34:26.465 INFO:teuthology.orchestra.run.smithi194.stdout: "current_period": "cfe35bb0-3e3e-4aa5-a84b-399c06a046cd", 2024-03-30T04:34:26.465 INFO:teuthology.orchestra.run.smithi194.stdout: "epoch": 1 2024-03-30T04:34:26.465 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:34:26.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:26 smithi196 bash[18523]: cluster 2024-03-30T04:34:25.379667+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:34:26.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:26 smithi196 bash[18523]: audit 2024-03-30T04:34:25.384170+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/3060366638' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:34:26.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:26 smithi196 bash[18523]: audit 2024-03-30T04:34:25.391643+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:34:26.704 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:26 smithi194 bash[18557]: cluster 2024-03-30T04:34:25.379667+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:34:26.704 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:26 smithi194 bash[18557]: audit 2024-03-30T04:34:25.384170+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/3060366638' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:34:26.704 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:26 smithi194 bash[18557]: audit 2024-03-30T04:34:25.391643+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:34:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:26 smithi194 bash[23637]: cluster 2024-03-30T04:34:25.379667+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:34:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:26 smithi194 bash[23637]: audit 2024-03-30T04:34:25.384170+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/3060366638' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:34:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:26 smithi194 bash[23637]: audit 2024-03-30T04:34:25.391643+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:34:27.189 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-03-30T04:34:27.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:27 smithi194 bash[18557]: cluster 2024-03-30T04:34:26.294673+0000 mgr.y (mgr.14391) 88 : cluster [DBG] pgmap v60: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:27.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:27 smithi194 bash[18557]: audit 2024-03-30T04:34:26.402983+0000 mon.a (mon.0) 660 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:34:27.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:27 smithi194 bash[18557]: cluster 2024-03-30T04:34:26.403949+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:34:27.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:27 smithi194 bash[23637]: cluster 2024-03-30T04:34:26.294673+0000 mgr.y (mgr.14391) 88 : cluster [DBG] pgmap v60: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:27.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:27 smithi194 bash[23637]: audit 2024-03-30T04:34:26.402983+0000 mon.a (mon.0) 660 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:34:27.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:27 smithi194 bash[23637]: cluster 2024-03-30T04:34:26.403949+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:34:27.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:27 smithi196 bash[18523]: cluster 2024-03-30T04:34:26.294673+0000 mgr.y (mgr.14391) 88 : cluster [DBG] pgmap v60: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:27.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:27 smithi196 bash[18523]: audit 2024-03-30T04:34:26.402983+0000 mon.a (mon.0) 660 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:34:27.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:27 smithi196 bash[18523]: cluster 2024-03-30T04:34:26.403949+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:34:28.391 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:28 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:28] "GET /metrics HTTP/1.1" 200 191519 "" "Prometheus/2.33.4" 2024-03-30T04:34:28.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:28 smithi196 bash[18523]: cluster 2024-03-30T04:34:27.389982+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:34:28.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:28 smithi194 bash[18557]: cluster 2024-03-30T04:34:27.389982+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:34:28.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:28 smithi194 bash[23637]: cluster 2024-03-30T04:34:27.389982+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:34:29.700 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:29 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:29.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:29 smithi196 bash[18523]: cluster 2024-03-30T04:34:28.295213+0000 mgr.y (mgr.14391) 89 : cluster [DBG] pgmap v63: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:29.748 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:29 smithi194 bash[18557]: cluster 2024-03-30T04:34:28.295213+0000 mgr.y (mgr.14391) 89 : cluster [DBG] pgmap v63: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:29.748 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:29 smithi194 bash[23637]: cluster 2024-03-30T04:34:28.295213+0000 mgr.y (mgr.14391) 89 : cluster [DBG] pgmap v63: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:29.870 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:34:29.870 INFO:teuthology.orchestra.run.smithi194.stdout: "id": "e20ec896-140b-4de6-a171-a8bf5c824cc1", 2024-03-30T04:34:29.870 INFO:teuthology.orchestra.run.smithi194.stdout: "name": "default", 2024-03-30T04:34:29.870 INFO:teuthology.orchestra.run.smithi194.stdout: "api_name": "default", 2024-03-30T04:34:29.870 INFO:teuthology.orchestra.run.smithi194.stdout: "is_master": "true", 2024-03-30T04:34:29.870 INFO:teuthology.orchestra.run.smithi194.stdout: "endpoints": [], 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "hostnames": [], 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "hostnames_s3website": [], 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "master_zone": "", 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "zones": [], 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "placement_targets": [], 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "default_placement": "", 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "realm_id": "cccf9683-5a82-4a75-a4b4-c65516f939f8", 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "sync_policy": { 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: "groups": [] 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:29.871 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:34:30.547 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-03-30T04:34:31.672 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:31 smithi194 bash[23637]: cluster 2024-03-30T04:34:30.296044+0000 mgr.y (mgr.14391) 90 : cluster [DBG] pgmap v64: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2024-03-30T04:34:31.672 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:31 smithi194 bash[18557]: cluster 2024-03-30T04:34:30.296044+0000 mgr.y (mgr.14391) 90 : cluster [DBG] pgmap v64: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2024-03-30T04:34:31.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:31 smithi196 bash[18523]: cluster 2024-03-30T04:34:30.296044+0000 mgr.y (mgr.14391) 90 : cluster [DBG] pgmap v64: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "id": "bb76a6c3-5d91-4e64-be77-56cdc08024d3", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "name": "z", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "domain_root": "z.rgw.meta:root", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "control_pool": "z.rgw.control", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "gc_pool": "z.rgw.log:gc", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "lc_pool": "z.rgw.log:lc", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "log_pool": "z.rgw.log", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-03-30T04:34:33.068 INFO:teuthology.orchestra.run.smithi194.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "roles_pool": "z.rgw.meta:roles", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "otp_pool": "z.rgw.otp", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "system_key": { 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "access_key": "", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "secret_key": "" 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "placement_pools": [ 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: { 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "key": "default-placement", 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "val": { 2024-03-30T04:34:33.069 INFO:teuthology.orchestra.run.smithi194.stdout: "index_pool": "z.rgw.buckets.index", 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: "storage_classes": { 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: "STANDARD": { 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: "data_pool": "z.rgw.buckets.data" 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: "index_type": 0 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: "realm_id": "cccf9683-5a82-4a75-a4b4-c65516f939f8", 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout: "notif_pool": "z.rgw.log:notif" 2024-03-30T04:34:33.070 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:34:33.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:33 smithi194 bash[18557]: cluster 2024-03-30T04:34:32.296502+0000 mgr.y (mgr.14391) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:34:33.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:33 smithi194 bash[23637]: cluster 2024-03-30T04:34:32.296502+0000 mgr.y (mgr.14391) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:34:33.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:33 smithi196 bash[18523]: cluster 2024-03-30T04:34:32.296502+0000 mgr.y (mgr.14391) 91 : cluster [DBG] pgmap v65: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:34:33.767 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-03-30T04:34:34.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:34 smithi196 bash[18523]: audit 2024-03-30T04:34:34.300802+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-03-30T04:34:34.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:34 smithi196 bash[18523]: audit 2024-03-30T04:34:34.301612+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-03-30T04:34:34.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:34 smithi196 bash[18523]: audit 2024-03-30T04:34:34.355847+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:34.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:34 smithi196 bash[18523]: audit 2024-03-30T04:34:34.356715+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:34.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:34 smithi196 bash[18523]: audit 2024-03-30T04:34:34.368050+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:34.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:34 smithi196 bash[18523]: audit 2024-03-30T04:34:34.368840+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:34.728 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[23637]: audit 2024-03-30T04:34:34.300802+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-03-30T04:34:34.728 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[23637]: audit 2024-03-30T04:34:34.301612+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[23637]: audit 2024-03-30T04:34:34.355847+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[23637]: audit 2024-03-30T04:34:34.356715+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[23637]: audit 2024-03-30T04:34:34.368050+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[23637]: audit 2024-03-30T04:34:34.368840+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[18557]: audit 2024-03-30T04:34:34.300802+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[18557]: audit 2024-03-30T04:34:34.301612+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[18557]: audit 2024-03-30T04:34:34.355847+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[18557]: audit 2024-03-30T04:34:34.356715+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[18557]: audit 2024-03-30T04:34:34.368050+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:34.729 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:34 smithi194 bash[18557]: audit 2024-03-30T04:34:34.368840+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:35 smithi196 bash[18523]: cluster 2024-03-30T04:34:34.297092+0000 mgr.y (mgr.14391) 92 : cluster [DBG] pgmap v66: 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-03-30T04:34:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:35 smithi196 bash[18523]: audit 2024-03-30T04:34:34.430263+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2024-03-30T04:34:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:35 smithi196 bash[18523]: cluster 2024-03-30T04:34:34.430399+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:34:35.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:35 smithi194 bash[18557]: cluster 2024-03-30T04:34:34.297092+0000 mgr.y (mgr.14391) 92 : cluster [DBG] pgmap v66: 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-03-30T04:34:35.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:35 smithi194 bash[18557]: audit 2024-03-30T04:34:34.430263+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2024-03-30T04:34:35.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:35 smithi194 bash[18557]: cluster 2024-03-30T04:34:34.430399+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:34:35.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:35 smithi194 bash[23637]: cluster 2024-03-30T04:34:34.297092+0000 mgr.y (mgr.14391) 92 : cluster [DBG] pgmap v66: 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-03-30T04:34:35.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:35 smithi194 bash[23637]: audit 2024-03-30T04:34:34.430263+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2024-03-30T04:34:35.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:35 smithi194 bash[23637]: cluster 2024-03-30T04:34:34.430399+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:34:36.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:36 smithi194 bash[23637]: cluster 2024-03-30T04:34:35.435005+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:34:36.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:36 smithi194 bash[18557]: cluster 2024-03-30T04:34:35.435005+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:34:36.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:36 smithi196 bash[18523]: cluster 2024-03-30T04:34:35.435005+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:34:37.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:37 smithi196 bash[18523]: cluster 2024-03-30T04:34:36.297758+0000 mgr.y (mgr.14391) 93 : cluster [DBG] pgmap v69: 33 pgs: 1 peering, 32 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 2.0 KiB/s wr, 3 op/s 2024-03-30T04:34:37.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:37 smithi194 bash[23637]: cluster 2024-03-30T04:34:36.297758+0000 mgr.y (mgr.14391) 93 : cluster [DBG] pgmap v69: 33 pgs: 1 peering, 32 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 2.0 KiB/s wr, 3 op/s 2024-03-30T04:34:37.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:37 smithi194 bash[18557]: cluster 2024-03-30T04:34:36.297758+0000 mgr.y (mgr.14391) 93 : cluster [DBG] pgmap v69: 33 pgs: 1 peering, 32 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 2.0 KiB/s wr, 3 op/s 2024-03-30T04:34:38.472 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:38 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:38] "GET /metrics HTTP/1.1" 200 192928 "" "Prometheus/2.33.4" 2024-03-30T04:34:38.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:38 smithi194 bash[18557]: cluster 2024-03-30T04:34:37.461219+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:34:38.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:38 smithi194 bash[18557]: audit 2024-03-30T04:34:37.474492+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:38.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:38 smithi194 bash[23637]: cluster 2024-03-30T04:34:37.461219+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:34:38.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:38 smithi194 bash[23637]: audit 2024-03-30T04:34:37.474492+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:38.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:38 smithi196 bash[18523]: cluster 2024-03-30T04:34:37.461219+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:34:38.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:38 smithi196 bash[18523]: audit 2024-03-30T04:34:37.474492+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:34:39.700 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:39 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:39.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:39 smithi196 bash[18523]: cluster 2024-03-30T04:34:38.298427+0000 mgr.y (mgr.14391) 94 : cluster [DBG] pgmap v71: 65 pgs: 32 unknown, 32 active+clean, 1 peering; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-03-30T04:34:39.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:39 smithi196 bash[18523]: audit 2024-03-30T04:34:38.466071+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:34:39.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:39 smithi196 bash[18523]: cluster 2024-03-30T04:34:38.466330+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:34:39.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:39 smithi194 bash[18557]: cluster 2024-03-30T04:34:38.298427+0000 mgr.y (mgr.14391) 94 : cluster [DBG] pgmap v71: 65 pgs: 32 unknown, 32 active+clean, 1 peering; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-03-30T04:34:39.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:39 smithi194 bash[18557]: audit 2024-03-30T04:34:38.466071+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:34:39.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:39 smithi194 bash[18557]: cluster 2024-03-30T04:34:38.466330+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:34:39.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:39 smithi194 bash[23637]: cluster 2024-03-30T04:34:38.298427+0000 mgr.y (mgr.14391) 94 : cluster [DBG] pgmap v71: 65 pgs: 32 unknown, 32 active+clean, 1 peering; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-03-30T04:34:39.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:39 smithi194 bash[23637]: audit 2024-03-30T04:34:38.466071+0000 mon.a (mon.0) 671 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:34:39.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:39 smithi194 bash[23637]: cluster 2024-03-30T04:34:38.466330+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:34:40.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:40 smithi194 bash[18557]: cluster 2024-03-30T04:34:39.498352+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:34:40.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:40 smithi194 bash[18557]: audit 2024-03-30T04:34:39.501759+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:40.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:40 smithi194 bash[23637]: cluster 2024-03-30T04:34:39.498352+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:34:40.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:40 smithi194 bash[23637]: audit 2024-03-30T04:34:39.501759+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:40.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:40 smithi196 bash[18523]: cluster 2024-03-30T04:34:39.498352+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:34:40.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:40 smithi196 bash[18523]: audit 2024-03-30T04:34:39.501759+0000 mon.a (mon.0) 674 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:34:41.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:41 smithi194 bash[18557]: cluster 2024-03-30T04:34:40.299413+0000 mgr.y (mgr.14391) 95 : cluster [DBG] pgmap v74: 97 pgs: 16 creating+peering, 32 unknown, 49 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2 op/s 2024-03-30T04:34:41.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:41 smithi194 bash[18557]: audit 2024-03-30T04:34:40.512446+0000 mon.a (mon.0) 675 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:34:41.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:41 smithi194 bash[18557]: cluster 2024-03-30T04:34:40.512815+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:34:41.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:41 smithi194 bash[23637]: cluster 2024-03-30T04:34:40.299413+0000 mgr.y (mgr.14391) 95 : cluster [DBG] pgmap v74: 97 pgs: 16 creating+peering, 32 unknown, 49 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2 op/s 2024-03-30T04:34:41.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:41 smithi194 bash[23637]: audit 2024-03-30T04:34:40.512446+0000 mon.a (mon.0) 675 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:34:41.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:41 smithi194 bash[23637]: cluster 2024-03-30T04:34:40.512815+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:34:41.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:41 smithi196 bash[18523]: cluster 2024-03-30T04:34:40.299413+0000 mgr.y (mgr.14391) 95 : cluster [DBG] pgmap v74: 97 pgs: 16 creating+peering, 32 unknown, 49 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2 op/s 2024-03-30T04:34:41.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:41 smithi196 bash[18523]: audit 2024-03-30T04:34:40.512446+0000 mon.a (mon.0) 675 : audit [INF] from='client.? 172.21.15.194:0/2713145220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:34:41.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:41 smithi196 bash[18523]: cluster 2024-03-30T04:34:40.512815+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:34:42.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:42 smithi194 bash[18557]: cluster 2024-03-30T04:34:41.518215+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:34:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:42 smithi194 bash[18557]: audit 2024-03-30T04:34:41.524673+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:42.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:42 smithi194 bash[18557]: audit 2024-03-30T04:34:41.526213+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:42.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:42 smithi194 bash[23637]: cluster 2024-03-30T04:34:41.518215+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:34:42.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:42 smithi194 bash[23637]: audit 2024-03-30T04:34:41.524673+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:42.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:42 smithi194 bash[23637]: audit 2024-03-30T04:34:41.526213+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:42.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:42 smithi196 bash[18523]: cluster 2024-03-30T04:34:41.518215+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:34:42.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:42 smithi196 bash[18523]: audit 2024-03-30T04:34:41.524673+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:42.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:42 smithi196 bash[18523]: audit 2024-03-30T04:34:41.526213+0000 mon.a (mon.0) 678 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:34:43.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[23637]: cluster 2024-03-30T04:34:42.300290+0000 mgr.y (mgr.14391) 96 : cluster [DBG] pgmap v77: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[23637]: audit 2024-03-30T04:34:42.529550+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[23637]: cluster 2024-03-30T04:34:42.529957+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[23637]: audit 2024-03-30T04:34:42.537067+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[23637]: audit 2024-03-30T04:34:42.543519+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[18557]: cluster 2024-03-30T04:34:42.300290+0000 mgr.y (mgr.14391) 96 : cluster [DBG] pgmap v77: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[18557]: audit 2024-03-30T04:34:42.529550+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[18557]: cluster 2024-03-30T04:34:42.529957+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[18557]: audit 2024-03-30T04:34:42.537067+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:43.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:43 smithi194 bash[18557]: audit 2024-03-30T04:34:42.543519+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:43.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:43 smithi196 bash[18523]: cluster 2024-03-30T04:34:42.300290+0000 mgr.y (mgr.14391) 96 : cluster [DBG] pgmap v77: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:34:43.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:43 smithi196 bash[18523]: audit 2024-03-30T04:34:42.529550+0000 mon.a (mon.0) 679 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:34:43.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:43 smithi196 bash[18523]: cluster 2024-03-30T04:34:42.529957+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:34:43.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:43 smithi196 bash[18523]: audit 2024-03-30T04:34:42.537067+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:43.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:43 smithi196 bash[18523]: audit 2024-03-30T04:34:42.543519+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout: "id": "8f5822ac-9dff-48cd-ba72-60423e6d430d", 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout: "epoch": 1, 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout: "predecessor_uuid": "cfe35bb0-3e3e-4aa5-a84b-399c06a046cd", 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout: "sync_status": [], 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout: "period_map": { 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout: "id": "8f5822ac-9dff-48cd-ba72-60423e6d430d", 2024-03-30T04:34:44.648 INFO:teuthology.orchestra.run.smithi194.stdout: "zonegroups": [ 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: { 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "id": "e20ec896-140b-4de6-a171-a8bf5c824cc1", 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "name": "default", 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "api_name": "default", 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "is_master": "true", 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "endpoints": [], 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "hostnames": [], 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "hostnames_s3website": [], 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "master_zone": "bb76a6c3-5d91-4e64-be77-56cdc08024d3", 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "zones": [ 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: { 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "id": "bb76a6c3-5d91-4e64-be77-56cdc08024d3", 2024-03-30T04:34:44.649 INFO:teuthology.orchestra.run.smithi194.stdout: "name": "z", 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "endpoints": [], 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "log_meta": "false", 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "log_data": "false", 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "bucket_index_max_shards": 11, 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "read_only": "false", 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "tier_type": "", 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "sync_from_all": "true", 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "sync_from": [], 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "redirect_zone": "" 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: "placement_targets": [ 2024-03-30T04:34:44.650 INFO:teuthology.orchestra.run.smithi194.stdout: { 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "name": "default-placement", 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "tags": [], 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "storage_classes": [ 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "STANDARD" 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "default_placement": "default-placement", 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "realm_id": "cccf9683-5a82-4a75-a4b4-c65516f939f8", 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "sync_policy": { 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: "groups": [] 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:44.651 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "short_zone_ids": [ 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: { 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "key": "bb76a6c3-5d91-4e64-be77-56cdc08024d3", 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "val": 1801441335 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "master_zonegroup": "e20ec896-140b-4de6-a171-a8bf5c824cc1", 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "master_zone": "bb76a6c3-5d91-4e64-be77-56cdc08024d3", 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "period_config": { 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "bucket_quota": { 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "enabled": false, 2024-03-30T04:34:44.652 INFO:teuthology.orchestra.run.smithi194.stdout: "check_on_raw": false, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_size": -1, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_size_kb": 0, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_objects": -1 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "user_quota": { 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "enabled": false, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "check_on_raw": false, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_size": -1, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_size_kb": 0, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_objects": -1 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "user_ratelimit": { 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_read_ops": 0, 2024-03-30T04:34:44.653 INFO:teuthology.orchestra.run.smithi194.stdout: "max_write_ops": 0, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "max_read_bytes": 0, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "max_write_bytes": 0, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "enabled": false 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "bucket_ratelimit": { 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "max_read_ops": 0, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "max_write_ops": 0, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "max_read_bytes": 0, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "max_write_bytes": 0, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "enabled": false 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:44.654 INFO:teuthology.orchestra.run.smithi194.stdout: "anonymous_ratelimit": { 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "max_read_ops": 0, 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "max_write_ops": 0, 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "max_read_bytes": 0, 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "max_write_bytes": 0, 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "enabled": false 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "realm_id": "cccf9683-5a82-4a75-a4b4-c65516f939f8", 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "realm_name": "r", 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout: "realm_epoch": 2 2024-03-30T04:34:44.655 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[18557]: audit 2024-03-30T04:34:43.528269+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[18557]: cluster 2024-03-30T04:34:43.528475+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[18557]: audit 2024-03-30T04:34:43.531608+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[18557]: audit 2024-03-30T04:34:43.539677+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[23637]: audit 2024-03-30T04:34:43.528269+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[23637]: cluster 2024-03-30T04:34:43.528475+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[23637]: audit 2024-03-30T04:34:43.531608+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:44.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:44 smithi194 bash[23637]: audit 2024-03-30T04:34:43.539677+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:44.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:44 smithi196 bash[18523]: audit 2024-03-30T04:34:43.528269+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:34:44.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:44 smithi196 bash[18523]: cluster 2024-03-30T04:34:43.528475+0000 mon.a (mon.0) 683 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:34:44.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:44 smithi196 bash[18523]: audit 2024-03-30T04:34:43.531608+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.194:0/891124494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:44.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:44 smithi196 bash[18523]: audit 2024-03-30T04:34:43.539677+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:34:45.462 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-03-30T04:34:45.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:45 smithi194 bash[23637]: cluster 2024-03-30T04:34:44.301051+0000 mgr.y (mgr.14391) 97 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:34:45.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:45 smithi194 bash[23637]: audit 2024-03-30T04:34:44.549254+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:34:45.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:45 smithi194 bash[23637]: cluster 2024-03-30T04:34:44.549541+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:34:45.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:45 smithi194 bash[18557]: cluster 2024-03-30T04:34:44.301051+0000 mgr.y (mgr.14391) 97 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:34:45.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:45 smithi194 bash[18557]: audit 2024-03-30T04:34:44.549254+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:34:45.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:45 smithi194 bash[18557]: cluster 2024-03-30T04:34:44.549541+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:34:45.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:45 smithi196 bash[18523]: cluster 2024-03-30T04:34:44.301051+0000 mgr.y (mgr.14391) 97 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:34:45.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:45 smithi196 bash[18523]: audit 2024-03-30T04:34:44.549254+0000 mon.a (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:34:45.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:45 smithi196 bash[18523]: cluster 2024-03-30T04:34:44.549541+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:34:47.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:47 smithi194 bash[18557]: cluster 2024-03-30T04:34:46.302514+0000 mgr.y (mgr.14391) 98 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-03-30T04:34:47.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:47 smithi194 bash[23637]: cluster 2024-03-30T04:34:46.302514+0000 mgr.y (mgr.14391) 98 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-03-30T04:34:47.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:47 smithi196 bash[18523]: cluster 2024-03-30T04:34:46.302514+0000 mgr.y (mgr.14391) 98 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-03-30T04:34:48.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:48 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:48] "GET /metrics HTTP/1.1" 200 192928 "" "Prometheus/2.33.4" 2024-03-30T04:34:48.447 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled rgw.foo update... 2024-03-30T04:34:49.468 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply rgw smpl' 2024-03-30T04:34:49.700 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:49.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: cluster 2024-03-30T04:34:48.303197+0000 mgr.y (mgr.14391) 99 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-30T04:34:49.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.439707+0000 mgr.y (mgr.14391) 100 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: cephadm 2024-03-30T04:34:48.441605+0000 mgr.y (mgr.14391) 101 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.451212+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.456065+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.458231+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.459401+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.469291+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.481799+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.492610+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: cephadm 2024-03-30T04:34:48.496625+0000 mgr.y (mgr.14391) 102 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.502973+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.506057+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.506544+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.511971+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.521518+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: audit 2024-03-30T04:34:48.526405+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:49.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:49 smithi196 bash[18523]: cephadm 2024-03-30T04:34:48.527450+0000 mgr.y (mgr.14391) 103 : cephadm [INF] Deploying daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:34:49.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: cluster 2024-03-30T04:34:48.303197+0000 mgr.y (mgr.14391) 99 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-30T04:34:49.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.439707+0000 mgr.y (mgr.14391) 100 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:49.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: cephadm 2024-03-30T04:34:48.441605+0000 mgr.y (mgr.14391) 101 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:49.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.451212+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.456065+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:49.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.458231+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:49.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.459401+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:49.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.469291+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.481799+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.492610+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: cephadm 2024-03-30T04:34:48.496625+0000 mgr.y (mgr.14391) 102 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:49.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.502973+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.506057+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:49.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.506544+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:49.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.511971+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:49.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.521518+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: audit 2024-03-30T04:34:48.526405+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:49.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[18557]: cephadm 2024-03-30T04:34:48.527450+0000 mgr.y (mgr.14391) 103 : cephadm [INF] Deploying daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:34:49.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: cluster 2024-03-30T04:34:48.303197+0000 mgr.y (mgr.14391) 99 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-30T04:34:49.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.439707+0000 mgr.y (mgr.14391) 100 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:49.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: cephadm 2024-03-30T04:34:48.441605+0000 mgr.y (mgr.14391) 101 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.451212+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.456065+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.458231+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.459401+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.469291+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.481799+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.492610+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: cephadm 2024-03-30T04:34:48.496625+0000 mgr.y (mgr.14391) 102 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:34:49.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.502973+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.506057+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:49.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.506544+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:49.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.511971+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:49.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.521518+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:49.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: audit 2024-03-30T04:34:48.526405+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:49.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:49 smithi194 bash[23637]: cephadm 2024-03-30T04:34:48.527450+0000 mgr.y (mgr.14391) 103 : cephadm [INF] Deploying daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:34:51.728 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.728 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:51 smithi194 bash[23637]: cluster 2024-03-30T04:34:50.303922+0000 mgr.y (mgr.14391) 104 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-03-30T04:34:51.728 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.729 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.729 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.729 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.729 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.730 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:51 smithi194 bash[18557]: cluster 2024-03-30T04:34:50.303922+0000 mgr.y (mgr.14391) 104 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-03-30T04:34:51.730 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.730 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.730 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:51.920 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:51 smithi196 bash[18523]: cluster 2024-03-30T04:34:50.303922+0000 mgr.y (mgr.14391) 104 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-03-30T04:34:52.084 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.085 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.085 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.086 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.086 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.086 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:52.086 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:34:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:53.153 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:52 smithi196 bash[18523]: audit 2024-03-30T04:34:51.888030+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:53.154 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:52 smithi196 bash[18523]: audit 2024-03-30T04:34:51.892887+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:53.154 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:52 smithi196 bash[18523]: audit 2024-03-30T04:34:51.893403+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:53.154 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:52 smithi196 bash[18523]: audit 2024-03-30T04:34:51.897084+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:53.154 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:52 smithi196 bash[18523]: audit 2024-03-30T04:34:51.906325+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:53.154 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:52 smithi196 bash[18523]: audit 2024-03-30T04:34:51.912648+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:53.154 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:52 smithi196 bash[18523]: cephadm 2024-03-30T04:34:51.913699+0000 mgr.y (mgr.14391) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:34:53.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[23637]: audit 2024-03-30T04:34:51.888030+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[23637]: audit 2024-03-30T04:34:51.892887+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[23637]: audit 2024-03-30T04:34:51.893403+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[23637]: audit 2024-03-30T04:34:51.897084+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[23637]: audit 2024-03-30T04:34:51.906325+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[23637]: audit 2024-03-30T04:34:51.912648+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[23637]: cephadm 2024-03-30T04:34:51.913699+0000 mgr.y (mgr.14391) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[18557]: audit 2024-03-30T04:34:51.888030+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[18557]: audit 2024-03-30T04:34:51.892887+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[18557]: audit 2024-03-30T04:34:51.893403+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[18557]: audit 2024-03-30T04:34:51.897084+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[18557]: audit 2024-03-30T04:34:51.906325+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:53.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[18557]: audit 2024-03-30T04:34:51.912648+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:53.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:52 smithi194 bash[18557]: cephadm 2024-03-30T04:34:51.913699+0000 mgr.y (mgr.14391) 105 : cephadm [INF] Deploying daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:53 smithi196 bash[18523]: cluster 2024-03-30T04:34:52.304792+0000 mgr.y (mgr.14391) 106 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 1.0 KiB/s wr, 2 op/s 2024-03-30T04:34:54.232 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:53 smithi194 bash[23637]: cluster 2024-03-30T04:34:52.304792+0000 mgr.y (mgr.14391) 106 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 1.0 KiB/s wr, 2 op/s 2024-03-30T04:34:54.232 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:53 smithi194 bash[18557]: cluster 2024-03-30T04:34:52.304792+0000 mgr.y (mgr.14391) 106 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 1.0 KiB/s wr, 2 op/s 2024-03-30T04:34:54.466 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.466 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.466 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.467 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.467 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.467 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.467 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.468 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.468 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.603 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled rgw.smpl update... 2024-03-30T04:34:54.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.951 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.952 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.952 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.952 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.953 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.953 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.954 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:54.954 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:34:54 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:55.454 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph osd pool create foo' 2024-03-30T04:34:55.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: cluster 2024-03-30T04:34:54.305178+0000 mgr.y (mgr.14391) 107 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 921 B/s wr, 2 op/s 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: audit 2024-03-30T04:34:54.599959+0000 mgr.y (mgr.14391) 108 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: cephadm 2024-03-30T04:34:54.601216+0000 mgr.y (mgr.14391) 109 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: audit 2024-03-30T04:34:54.607626+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: audit 2024-03-30T04:34:54.630998+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: audit 2024-03-30T04:34:54.635259+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: audit 2024-03-30T04:34:54.636711+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[18557]: audit 2024-03-30T04:34:54.637519+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: cluster 2024-03-30T04:34:54.305178+0000 mgr.y (mgr.14391) 107 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 921 B/s wr, 2 op/s 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: audit 2024-03-30T04:34:54.599959+0000 mgr.y (mgr.14391) 108 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: cephadm 2024-03-30T04:34:54.601216+0000 mgr.y (mgr.14391) 109 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:55.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: audit 2024-03-30T04:34:54.607626+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:55.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: audit 2024-03-30T04:34:54.630998+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:55.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: audit 2024-03-30T04:34:54.635259+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:55.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: audit 2024-03-30T04:34:54.636711+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:55.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:55 smithi194 bash[23637]: audit 2024-03-30T04:34:54.637519+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: cluster 2024-03-30T04:34:54.305178+0000 mgr.y (mgr.14391) 107 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 921 B/s wr, 2 op/s 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: audit 2024-03-30T04:34:54.599959+0000 mgr.y (mgr.14391) 108 : audit [DBG] from='client.24586 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: cephadm 2024-03-30T04:34:54.601216+0000 mgr.y (mgr.14391) 109 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: audit 2024-03-30T04:34:54.607626+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: audit 2024-03-30T04:34:54.630998+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: audit 2024-03-30T04:34:54.635259+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: audit 2024-03-30T04:34:54.636711+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:55.857 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:55 smithi196 bash[18523]: audit 2024-03-30T04:34:54.637519+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:57.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:57 smithi196 bash[18523]: cluster 2024-03-30T04:34:56.305971+0000 mgr.y (mgr.14391) 110 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 3.6 KiB/s wr, 135 op/s 2024-03-30T04:34:57.999 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:57 smithi194 bash[18557]: cluster 2024-03-30T04:34:56.305971+0000 mgr.y (mgr.14391) 110 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 3.6 KiB/s wr, 135 op/s 2024-03-30T04:34:57.999 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:57 smithi194 bash[23637]: cluster 2024-03-30T04:34:56.305971+0000 mgr.y (mgr.14391) 110 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 3.6 KiB/s wr, 135 op/s 2024-03-30T04:34:58.334 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:34:58 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:58] "GET /metrics HTTP/1.1" 200 196780 "" "Prometheus/2.33.4" 2024-03-30T04:34:59.386 INFO:teuthology.orchestra.run.smithi194.stderr:pool 'foo' created 2024-03-30T04:34:59.657 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[23637]: cluster 2024-03-30T04:34:58.306375+0000 mgr.y (mgr.14391) 111 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s rd, 2.7 KiB/s wr, 130 op/s 2024-03-30T04:34:59.657 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[23637]: audit 2024-03-30T04:34:58.369111+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:59.657 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[23637]: audit 2024-03-30T04:34:58.394149+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.194:0/1534765171' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:59.657 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[23637]: audit 2024-03-30T04:34:58.394510+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:59.657 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[23637]: audit 2024-03-30T04:34:59.023926+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:59.657 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[23637]: cephadm 2024-03-30T04:34:59.033753+0000 mgr.y (mgr.14391) 112 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:59.658 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[18557]: cluster 2024-03-30T04:34:58.306375+0000 mgr.y (mgr.14391) 111 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s rd, 2.7 KiB/s wr, 130 op/s 2024-03-30T04:34:59.658 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[18557]: audit 2024-03-30T04:34:58.369111+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:59.658 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[18557]: audit 2024-03-30T04:34:58.394149+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.194:0/1534765171' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:59.658 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[18557]: audit 2024-03-30T04:34:58.394510+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:59.658 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[18557]: audit 2024-03-30T04:34:59.023926+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:59.658 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:34:59 smithi194 bash[18557]: cephadm 2024-03-30T04:34:59.033753+0000 mgr.y (mgr.14391) 112 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:34:59.700 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:34:59 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:34:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:34:59.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:59 smithi196 bash[18523]: cluster 2024-03-30T04:34:58.306375+0000 mgr.y (mgr.14391) 111 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s rd, 2.7 KiB/s wr, 130 op/s 2024-03-30T04:34:59.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:59 smithi196 bash[18523]: audit 2024-03-30T04:34:58.369111+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:59.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:59 smithi196 bash[18523]: audit 2024-03-30T04:34:58.394149+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.194:0/1534765171' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:59.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:59 smithi196 bash[18523]: audit 2024-03-30T04:34:58.394510+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:34:59.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:59 smithi196 bash[18523]: audit 2024-03-30T04:34:59.023926+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:34:59.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:34:59 smithi196 bash[18523]: cephadm 2024-03-30T04:34:59.033753+0000 mgr.y (mgr.14391) 112 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:00.562 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'rbd pool init foo' 2024-03-30T04:35:00.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.379613+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:35:00.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: cluster 2024-03-30T04:34:59.379658+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:35:00.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.393472+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.451126+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.458409+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.465739+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: cephadm 2024-03-30T04:34:59.469962+0000 mgr.y (mgr.14391) 113 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.474209+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.475480+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.475880+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.479445+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.485326+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: audit 2024-03-30T04:34:59.487927+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:00.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:00 smithi196 bash[18523]: cephadm 2024-03-30T04:34:59.489031+0000 mgr.y (mgr.14391) 114 : cephadm [INF] Deploying daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:35:00.742 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.379613+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:35:00.742 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: cluster 2024-03-30T04:34:59.379658+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:35:00.742 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.393472+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.742 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.451126+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.458409+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.465739+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: cephadm 2024-03-30T04:34:59.469962+0000 mgr.y (mgr.14391) 113 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.474209+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.475480+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.475880+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.479445+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.485326+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: audit 2024-03-30T04:34:59.487927+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[23637]: cephadm 2024-03-30T04:34:59.489031+0000 mgr.y (mgr.14391) 114 : cephadm [INF] Deploying daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.379613+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:35:00.743 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: cluster 2024-03-30T04:34:59.379658+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.393472+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.451126+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.458409+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.465739+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: cephadm 2024-03-30T04:34:59.469962+0000 mgr.y (mgr.14391) 113 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.474209+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.475480+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.475880+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.479445+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:00.744 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.485326+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:00.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: audit 2024-03-30T04:34:59.487927+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:00.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:00 smithi194 bash[18557]: cephadm 2024-03-30T04:34:59.489031+0000 mgr.y (mgr.14391) 114 : cephadm [INF] Deploying daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:35:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:01 smithi194 bash[18557]: cluster 2024-03-30T04:35:00.308687+0000 mgr.y (mgr.14391) 115 : cluster [DBG] pgmap v90: 161 pgs: 26 creating+peering, 6 unknown, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 165 KiB/s rd, 3.6 KiB/s wr, 295 op/s 2024-03-30T04:35:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:01 smithi194 bash[18557]: cluster 2024-03-30T04:35:00.399194+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:35:01.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:01 smithi194 bash[23637]: cluster 2024-03-30T04:35:00.308687+0000 mgr.y (mgr.14391) 115 : cluster [DBG] pgmap v90: 161 pgs: 26 creating+peering, 6 unknown, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 165 KiB/s rd, 3.6 KiB/s wr, 295 op/s 2024-03-30T04:35:01.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:01 smithi194 bash[23637]: cluster 2024-03-30T04:35:00.399194+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:35:01.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:01 smithi196 bash[18523]: cluster 2024-03-30T04:35:00.308687+0000 mgr.y (mgr.14391) 115 : cluster [DBG] pgmap v90: 161 pgs: 26 creating+peering, 6 unknown, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 165 KiB/s rd, 3.6 KiB/s wr, 295 op/s 2024-03-30T04:35:01.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:01 smithi196 bash[18523]: cluster 2024-03-30T04:35:00.399194+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:35:02.676 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:02 smithi194 bash[23637]: cluster 2024-03-30T04:35:01.397901+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:35:02.677 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:02 smithi194 bash[18557]: cluster 2024-03-30T04:35:01.397901+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:35:02.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:02 smithi196 bash[18523]: cluster 2024-03-30T04:35:01.397901+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:35:02.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.947 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.948 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.948 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.948 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.949 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.949 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.949 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:02.949 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:35:02 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.199 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.200 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.200 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.200 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.201 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.201 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.201 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.201 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:35:03 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[18557]: cluster 2024-03-30T04:35:02.309467+0000 mgr.y (mgr.14391) 116 : cluster [DBG] pgmap v93: 161 pgs: 32 creating+peering, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 511 B/s wr, 271 op/s 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[18557]: audit 2024-03-30T04:35:03.250245+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[18557]: audit 2024-03-30T04:35:03.257560+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[18557]: audit 2024-03-30T04:35:03.258328+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[18557]: audit 2024-03-30T04:35:03.264636+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[18557]: audit 2024-03-30T04:35:03.274270+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[18557]: audit 2024-03-30T04:35:03.279203+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[23637]: cluster 2024-03-30T04:35:02.309467+0000 mgr.y (mgr.14391) 116 : cluster [DBG] pgmap v93: 161 pgs: 32 creating+peering, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 511 B/s wr, 271 op/s 2024-03-30T04:35:03.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[23637]: audit 2024-03-30T04:35:03.250245+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:03.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[23637]: audit 2024-03-30T04:35:03.257560+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:03.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[23637]: audit 2024-03-30T04:35:03.258328+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:03.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[23637]: audit 2024-03-30T04:35:03.264636+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:03.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[23637]: audit 2024-03-30T04:35:03.274270+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:03.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:03 smithi194 bash[23637]: audit 2024-03-30T04:35:03.279203+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:03 smithi196 bash[18523]: cluster 2024-03-30T04:35:02.309467+0000 mgr.y (mgr.14391) 116 : cluster [DBG] pgmap v93: 161 pgs: 32 creating+peering, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 511 B/s wr, 271 op/s 2024-03-30T04:35:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:03 smithi196 bash[18523]: audit 2024-03-30T04:35:03.250245+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:03 smithi196 bash[18523]: audit 2024-03-30T04:35:03.257560+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:03 smithi196 bash[18523]: audit 2024-03-30T04:35:03.258328+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:03 smithi196 bash[18523]: audit 2024-03-30T04:35:03.264636+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:03 smithi196 bash[18523]: audit 2024-03-30T04:35:03.274270+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:03.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:03 smithi196 bash[18523]: audit 2024-03-30T04:35:03.279203+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:04.687 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:04 smithi196 bash[18523]: cephadm 2024-03-30T04:35:03.280263+0000 mgr.y (mgr.14391) 117 : cephadm [INF] Deploying daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:35:04.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:04 smithi194 bash[18557]: cephadm 2024-03-30T04:35:03.280263+0000 mgr.y (mgr.14391) 117 : cephadm [INF] Deploying daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:35:04.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:04 smithi194 bash[23637]: cephadm 2024-03-30T04:35:03.280263+0000 mgr.y (mgr.14391) 117 : cephadm [INF] Deploying daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:35:05.542 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:05 smithi194 bash[23637]: cluster 2024-03-30T04:35:04.310217+0000 mgr.y (mgr.14391) 118 : cluster [DBG] pgmap v94: 161 pgs: 32 creating+peering, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 511 B/s wr, 271 op/s 2024-03-30T04:35:05.542 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:05 smithi194 bash[18557]: cluster 2024-03-30T04:35:04.310217+0000 mgr.y (mgr.14391) 118 : cluster [DBG] pgmap v94: 161 pgs: 32 creating+peering, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 511 B/s wr, 271 op/s 2024-03-30T04:35:05.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.700 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.700 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.700 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.701 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.701 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.701 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:05.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:05 smithi196 bash[18523]: cluster 2024-03-30T04:35:04.310217+0000 mgr.y (mgr.14391) 118 : cluster [DBG] pgmap v94: 161 pgs: 32 creating+peering, 129 active+clean; 585 KiB data, 68 MiB used, 715 GiB / 715 GiB avail; 179 KiB/s rd, 511 B/s wr, 271 op/s 2024-03-30T04:35:05.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.067 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.068 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.068 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.069 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.069 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.069 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.069 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.070 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.070 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:35:05 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:06.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:06 smithi196 bash[18523]: audit 2024-03-30T04:35:05.708370+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.194:0/1720157981' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:35:06.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:06 smithi196 bash[18523]: audit 2024-03-30T04:35:05.708804+0000 mon.a (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:35:06.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:06 smithi196 bash[18523]: audit 2024-03-30T04:35:06.115127+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:06.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:06 smithi196 bash[18523]: audit 2024-03-30T04:35:06.119192+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:06.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:06 smithi196 bash[18523]: audit 2024-03-30T04:35:06.121625+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:06.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:06 smithi196 bash[18523]: audit 2024-03-30T04:35:06.122881+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:06.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[18557]: audit 2024-03-30T04:35:05.708370+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.194:0/1720157981' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:35:06.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[18557]: audit 2024-03-30T04:35:05.708804+0000 mon.a (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:35:06.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[18557]: audit 2024-03-30T04:35:06.115127+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:06.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[18557]: audit 2024-03-30T04:35:06.119192+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[18557]: audit 2024-03-30T04:35:06.121625+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[18557]: audit 2024-03-30T04:35:06.122881+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[23637]: audit 2024-03-30T04:35:05.708370+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.194:0/1720157981' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[23637]: audit 2024-03-30T04:35:05.708804+0000 mon.a (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[23637]: audit 2024-03-30T04:35:06.115127+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[23637]: audit 2024-03-30T04:35:06.119192+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[23637]: audit 2024-03-30T04:35:06.121625+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:06.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:06 smithi194 bash[23637]: audit 2024-03-30T04:35:06.122881+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:07.585 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:07 smithi196 bash[18523]: cluster 2024-03-30T04:35:06.311237+0000 mgr.y (mgr.14391) 119 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 166 KiB/s rd, 443 B/s wr, 250 op/s 2024-03-30T04:35:07.585 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:07 smithi196 bash[18523]: audit 2024-03-30T04:35:06.447971+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:35:07.585 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:07 smithi196 bash[18523]: cluster 2024-03-30T04:35:06.448216+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:35:07.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:07 smithi194 bash[23637]: cluster 2024-03-30T04:35:06.311237+0000 mgr.y (mgr.14391) 119 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 166 KiB/s rd, 443 B/s wr, 250 op/s 2024-03-30T04:35:07.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:07 smithi194 bash[23637]: audit 2024-03-30T04:35:06.447971+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:35:07.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:07 smithi194 bash[23637]: cluster 2024-03-30T04:35:06.448216+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:35:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:07 smithi194 bash[18557]: cluster 2024-03-30T04:35:06.311237+0000 mgr.y (mgr.14391) 119 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 166 KiB/s rd, 443 B/s wr, 250 op/s 2024-03-30T04:35:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:07 smithi194 bash[18557]: audit 2024-03-30T04:35:06.447971+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:35:07.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:07 smithi194 bash[18557]: cluster 2024-03-30T04:35:06.448216+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:35:08.468 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:08] "GET /metrics HTTP/1.1" 200 207967 "" "Prometheus/2.33.4" 2024-03-30T04:35:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:08 smithi194 bash[18557]: cluster 2024-03-30T04:35:07.459280+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:35:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:08 smithi194 bash[23637]: cluster 2024-03-30T04:35:07.459280+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:35:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:08 smithi196 bash[18523]: cluster 2024-03-30T04:35:07.459280+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:35:09.575 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply iscsi foo u p' 2024-03-30T04:35:09.700 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:09 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:09.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:09 smithi196 bash[18523]: cluster 2024-03-30T04:35:08.311980+0000 mgr.y (mgr.14391) 120 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:35:09.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:09 smithi196 bash[18523]: cluster 2024-03-30T04:35:08.464317+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:35:09.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:09 smithi196 bash[18523]: audit 2024-03-30T04:35:09.412076+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:09.731 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:09 smithi194 bash[18557]: cluster 2024-03-30T04:35:08.311980+0000 mgr.y (mgr.14391) 120 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:35:09.731 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:09 smithi194 bash[18557]: cluster 2024-03-30T04:35:08.464317+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:35:09.731 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:09 smithi194 bash[18557]: audit 2024-03-30T04:35:09.412076+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:09.732 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:09 smithi194 bash[23637]: cluster 2024-03-30T04:35:08.311980+0000 mgr.y (mgr.14391) 120 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:35:09.732 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:09 smithi194 bash[23637]: cluster 2024-03-30T04:35:08.464317+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:35:09.732 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:09 smithi194 bash[23637]: audit 2024-03-30T04:35:09.412076+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:10.800 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:10 smithi196 bash[18523]: audit 2024-03-30T04:35:09.485103+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:10.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:10 smithi194 bash[23637]: audit 2024-03-30T04:35:09.485103+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:10.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:10 smithi194 bash[18557]: audit 2024-03-30T04:35:09.485103+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: cluster 2024-03-30T04:35:10.313714+0000 mgr.y (mgr.14391) 121 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 314 KiB/s rd, 682 B/s wr, 480 op/s 2024-03-30T04:35:11.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: audit 2024-03-30T04:35:10.553047+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: cephadm 2024-03-30T04:35:10.820138+0000 mgr.y (mgr.14391) 122 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: audit 2024-03-30T04:35:11.093094+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: audit 2024-03-30T04:35:11.106700+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: audit 2024-03-30T04:35:11.108759+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: audit 2024-03-30T04:35:11.109993+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: cephadm 2024-03-30T04:35:11.114347+0000 mgr.y (mgr.14391) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[23637]: audit 2024-03-30T04:35:11.374393+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: cluster 2024-03-30T04:35:10.313714+0000 mgr.y (mgr.14391) 121 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 314 KiB/s rd, 682 B/s wr, 480 op/s 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: audit 2024-03-30T04:35:10.553047+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: cephadm 2024-03-30T04:35:10.820138+0000 mgr.y (mgr.14391) 122 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:11.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: audit 2024-03-30T04:35:11.093094+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: audit 2024-03-30T04:35:11.106700+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:11.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: audit 2024-03-30T04:35:11.108759+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:11.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: audit 2024-03-30T04:35:11.109993+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:11.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: cephadm 2024-03-30T04:35:11.114347+0000 mgr.y (mgr.14391) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:11.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:11 smithi194 bash[18557]: audit 2024-03-30T04:35:11.374393+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: cluster 2024-03-30T04:35:10.313714+0000 mgr.y (mgr.14391) 121 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 314 KiB/s rd, 682 B/s wr, 480 op/s 2024-03-30T04:35:11.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: audit 2024-03-30T04:35:10.553047+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: cephadm 2024-03-30T04:35:10.820138+0000 mgr.y (mgr.14391) 122 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:11.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: audit 2024-03-30T04:35:11.093094+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:11.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: audit 2024-03-30T04:35:11.106700+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:11.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: audit 2024-03-30T04:35:11.108759+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:11.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: audit 2024-03-30T04:35:11.109993+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:11.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: cephadm 2024-03-30T04:35:11.114347+0000 mgr.y (mgr.14391) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:11.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:11 smithi196 bash[18523]: audit 2024-03-30T04:35:11.374393+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:12.455 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled iscsi.foo update... 2024-03-30T04:35:13.564 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'sleep 120' 2024-03-30T04:35:13.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: cluster 2024-03-30T04:35:12.314585+0000 mgr.y (mgr.14391) 124 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 302 KiB/s rd, 682 B/s wr, 462 op/s 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.447254+0000 mgr.y (mgr.14391) 125 : audit [DBG] from='client.14811 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: cephadm 2024-03-30T04:35:12.450993+0000 mgr.y (mgr.14391) 126 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.457736+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.501913+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.504271+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.505630+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.512262+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: cephadm 2024-03-30T04:35:12.518385+0000 mgr.y (mgr.14391) 127 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.525228+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.525774+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.529890+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:35:13.744 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: audit 2024-03-30T04:35:12.538791+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: cephadm 2024-03-30T04:35:12.540102+0000 mgr.y (mgr.14391) 128 : cephadm [INF] Deploying daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[23637]: cluster 2024-03-30T04:35:13.209047+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: cluster 2024-03-30T04:35:12.314585+0000 mgr.y (mgr.14391) 124 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 302 KiB/s rd, 682 B/s wr, 462 op/s 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.447254+0000 mgr.y (mgr.14391) 125 : audit [DBG] from='client.14811 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: cephadm 2024-03-30T04:35:12.450993+0000 mgr.y (mgr.14391) 126 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.457736+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.501913+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.504271+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.505630+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:13.745 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.512262+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:13.746 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: cephadm 2024-03-30T04:35:12.518385+0000 mgr.y (mgr.14391) 127 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:35:13.746 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.525228+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:35:13.746 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.525774+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:35:13.746 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.529890+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:35:13.746 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: audit 2024-03-30T04:35:12.538791+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:13.746 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: cephadm 2024-03-30T04:35:12.540102+0000 mgr.y (mgr.14391) 128 : cephadm [INF] Deploying daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:35:13.746 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:13 smithi194 bash[18557]: cluster 2024-03-30T04:35:13.209047+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:35:13.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: cluster 2024-03-30T04:35:12.314585+0000 mgr.y (mgr.14391) 124 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 302 KiB/s rd, 682 B/s wr, 462 op/s 2024-03-30T04:35:13.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.447254+0000 mgr.y (mgr.14391) 125 : audit [DBG] from='client.14811 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:13.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: cephadm 2024-03-30T04:35:12.450993+0000 mgr.y (mgr.14391) 126 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:35:13.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.457736+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.501913+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.504271+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.505630+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.512262+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: cephadm 2024-03-30T04:35:12.518385+0000 mgr.y (mgr.14391) 127 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.525228+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.525774+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.529890+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: audit 2024-03-30T04:35:12.538791+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: cephadm 2024-03-30T04:35:12.540102+0000 mgr.y (mgr.14391) 128 : cephadm [INF] Deploying daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:35:13.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:13 smithi196 bash[18523]: cluster 2024-03-30T04:35:13.209047+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:35:15.491 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:15 smithi194 bash[18557]: cluster 2024-03-30T04:35:14.234172+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-30T04:35:15.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:15 smithi194 bash[18557]: cluster 2024-03-30T04:35:14.315071+0000 mgr.y (mgr.14391) 129 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 264 KiB/s rd, 596 B/s wr, 404 op/s 2024-03-30T04:35:15.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:15 smithi194 bash[18557]: audit 2024-03-30T04:35:14.426503+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:15.492 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:15 smithi194 bash[23637]: cluster 2024-03-30T04:35:14.234172+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-30T04:35:15.492 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:15 smithi194 bash[23637]: cluster 2024-03-30T04:35:14.315071+0000 mgr.y (mgr.14391) 129 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 264 KiB/s rd, 596 B/s wr, 404 op/s 2024-03-30T04:35:15.492 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:15 smithi194 bash[23637]: audit 2024-03-30T04:35:14.426503+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:15.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:15 smithi196 bash[18523]: cluster 2024-03-30T04:35:14.234172+0000 mon.a (mon.0) 736 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-30T04:35:15.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:15 smithi196 bash[18523]: cluster 2024-03-30T04:35:14.315071+0000 mgr.y (mgr.14391) 129 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 264 KiB/s rd, 596 B/s wr, 404 op/s 2024-03-30T04:35:15.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:15 smithi196 bash[18523]: audit 2024-03-30T04:35:14.426503+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:15.792 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.792 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.793 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.793 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.793 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.793 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.794 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.794 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:15.794 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.058 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.059 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.059 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.059 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.060 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.060 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.060 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.061 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:16.061 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:15 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:17.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[18557]: audit 2024-03-30T04:35:16.111211+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:17.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[18557]: audit 2024-03-30T04:35:16.116462+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:17.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[18557]: audit 2024-03-30T04:35:16.118611+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:17.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[18557]: audit 2024-03-30T04:35:16.122146+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:17.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[23637]: audit 2024-03-30T04:35:16.111211+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:17.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[23637]: audit 2024-03-30T04:35:16.116462+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:17.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[23637]: audit 2024-03-30T04:35:16.118611+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:17.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:17 smithi194 bash[23637]: audit 2024-03-30T04:35:16.122146+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:17.450 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:17 smithi196 bash[18523]: audit 2024-03-30T04:35:16.111211+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:17.450 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:17 smithi196 bash[18523]: audit 2024-03-30T04:35:16.116462+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:17.450 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:17 smithi196 bash[18523]: audit 2024-03-30T04:35:16.118611+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:17.450 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:17 smithi196 bash[18523]: audit 2024-03-30T04:35:16.122146+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:18.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:18 smithi196 bash[18523]: cluster 2024-03-30T04:35:16.315915+0000 mgr.y (mgr.14391) 130 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 256 KiB/s rd, 511 B/s wr, 387 op/s 2024-03-30T04:35:18.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:18 smithi194 bash[18557]: cluster 2024-03-30T04:35:16.315915+0000 mgr.y (mgr.14391) 130 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 256 KiB/s rd, 511 B/s wr, 387 op/s 2024-03-30T04:35:18.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:18] "GET /metrics HTTP/1.1" 200 207967 "" "Prometheus/2.33.4" 2024-03-30T04:35:18.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:18 smithi194 bash[23637]: cluster 2024-03-30T04:35:16.315915+0000 mgr.y (mgr.14391) 130 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 256 KiB/s rd, 511 B/s wr, 387 op/s 2024-03-30T04:35:19.455 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:19 smithi194 bash[18557]: cluster 2024-03-30T04:35:18.316567+0000 mgr.y (mgr.14391) 131 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 208 KiB/s rd, 415 B/s wr, 314 op/s 2024-03-30T04:35:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:19 smithi194 bash[23637]: cluster 2024-03-30T04:35:18.316567+0000 mgr.y (mgr.14391) 131 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 208 KiB/s rd, 415 B/s wr, 314 op/s 2024-03-30T04:35:19.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:19 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:19.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:19 smithi196 bash[18523]: cluster 2024-03-30T04:35:18.316567+0000 mgr.y (mgr.14391) 131 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 208 KiB/s rd, 415 B/s wr, 314 op/s 2024-03-30T04:35:20.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.437359+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.706149+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.716822+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.728676+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.729393+0000 mgr.y (mgr.14391) 132 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: cephadm 2024-03-30T04:35:19.730922+0000 mgr.y (mgr.14391) 133 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.731338+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.731864+0000 mgr.y (mgr.14391) 134 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.736943+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.741645+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.742411+0000 mgr.y (mgr.14391) 135 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.751232+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.755136+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.757143+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.758413+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.764144+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:19.908900+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.194:0/2211546352' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:35:20.702 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:20 smithi196 bash[18523]: audit 2024-03-30T04:35:20.219116+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.194:0/2083631948' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1407163107"}]: dispatch 2024-03-30T04:35:20.786 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.437359+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.786 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.706149+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.716822+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.728676+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.729393+0000 mgr.y (mgr.14391) 132 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: cephadm 2024-03-30T04:35:19.730922+0000 mgr.y (mgr.14391) 133 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.731338+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.731864+0000 mgr.y (mgr.14391) 134 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.736943+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.741645+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.742411+0000 mgr.y (mgr.14391) 135 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.751232+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.755136+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.757143+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:20.787 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.758413+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.764144+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:19.908900+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.194:0/2211546352' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[18557]: audit 2024-03-30T04:35:20.219116+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.194:0/2083631948' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1407163107"}]: dispatch 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.437359+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.706149+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.716822+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.728676+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.729393+0000 mgr.y (mgr.14391) 132 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: cephadm 2024-03-30T04:35:19.730922+0000 mgr.y (mgr.14391) 133 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.731338+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.731864+0000 mgr.y (mgr.14391) 134 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:35:20.788 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.736943+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.741645+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.742411+0000 mgr.y (mgr.14391) 135 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.751232+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.755136+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.757143+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.758413+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.764144+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:19.908900+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.194:0/2211546352' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:35:20.789 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:20 smithi194 bash[23637]: audit 2024-03-30T04:35:20.219116+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.194:0/2083631948' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1407163107"}]: dispatch 2024-03-30T04:35:22.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[18557]: cluster 2024-03-30T04:35:20.318084+0000 mgr.y (mgr.14391) 136 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 102 B/s wr, 47 op/s 2024-03-30T04:35:22.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[18557]: audit 2024-03-30T04:35:20.771725+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.194:0/2083631948' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1407163107"}]': finished 2024-03-30T04:35:22.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[18557]: cluster 2024-03-30T04:35:20.771922+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:35:22.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[18557]: audit 2024-03-30T04:35:21.108238+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.194:0/3122688602' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/362380906"}]: dispatch 2024-03-30T04:35:22.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[23637]: cluster 2024-03-30T04:35:20.318084+0000 mgr.y (mgr.14391) 136 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 102 B/s wr, 47 op/s 2024-03-30T04:35:22.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[23637]: audit 2024-03-30T04:35:20.771725+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.194:0/2083631948' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1407163107"}]': finished 2024-03-30T04:35:22.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[23637]: cluster 2024-03-30T04:35:20.771922+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:35:22.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:21 smithi194 bash[23637]: audit 2024-03-30T04:35:21.108238+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.194:0/3122688602' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/362380906"}]: dispatch 2024-03-30T04:35:22.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:21 smithi196 bash[18523]: cluster 2024-03-30T04:35:20.318084+0000 mgr.y (mgr.14391) 136 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 102 B/s wr, 47 op/s 2024-03-30T04:35:22.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:21 smithi196 bash[18523]: audit 2024-03-30T04:35:20.771725+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.194:0/2083631948' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1407163107"}]': finished 2024-03-30T04:35:22.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:21 smithi196 bash[18523]: cluster 2024-03-30T04:35:20.771922+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:35:22.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:21 smithi196 bash[18523]: audit 2024-03-30T04:35:21.108238+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.194:0/3122688602' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/362380906"}]: dispatch 2024-03-30T04:35:23.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[18557]: audit 2024-03-30T04:35:21.788027+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.194:0/3122688602' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/362380906"}]': finished 2024-03-30T04:35:23.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[18557]: cluster 2024-03-30T04:35:21.788190+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:35:23.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[18557]: audit 2024-03-30T04:35:22.134855+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.194:0/1182623291' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]: dispatch 2024-03-30T04:35:23.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[18557]: audit 2024-03-30T04:35:22.135665+0000 mon.a (mon.0) 751 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]: dispatch 2024-03-30T04:35:23.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[23637]: audit 2024-03-30T04:35:21.788027+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.194:0/3122688602' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/362380906"}]': finished 2024-03-30T04:35:23.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[23637]: cluster 2024-03-30T04:35:21.788190+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:35:23.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[23637]: audit 2024-03-30T04:35:22.134855+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.194:0/1182623291' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]: dispatch 2024-03-30T04:35:23.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:22 smithi194 bash[23637]: audit 2024-03-30T04:35:22.135665+0000 mon.a (mon.0) 751 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]: dispatch 2024-03-30T04:35:23.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:22 smithi196 bash[18523]: audit 2024-03-30T04:35:21.788027+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.194:0/3122688602' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/362380906"}]': finished 2024-03-30T04:35:23.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:22 smithi196 bash[18523]: cluster 2024-03-30T04:35:21.788190+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:35:23.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:22 smithi196 bash[18523]: audit 2024-03-30T04:35:22.134855+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.194:0/1182623291' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]: dispatch 2024-03-30T04:35:23.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:22 smithi196 bash[18523]: audit 2024-03-30T04:35:22.135665+0000 mon.a (mon.0) 751 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]: dispatch 2024-03-30T04:35:24.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[23637]: cluster 2024-03-30T04:35:22.318809+0000 mgr.y (mgr.14391) 137 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 127 B/s wr, 59 op/s 2024-03-30T04:35:24.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[23637]: audit 2024-03-30T04:35:22.801588+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]': finished 2024-03-30T04:35:24.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[23637]: cluster 2024-03-30T04:35:22.801823+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:35:24.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[23637]: audit 2024-03-30T04:35:23.140969+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.194:0/2127231466' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]: dispatch 2024-03-30T04:35:24.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[23637]: audit 2024-03-30T04:35:23.141925+0000 mon.a (mon.0) 754 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]: dispatch 2024-03-30T04:35:24.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[18557]: cluster 2024-03-30T04:35:22.318809+0000 mgr.y (mgr.14391) 137 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 127 B/s wr, 59 op/s 2024-03-30T04:35:24.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[18557]: audit 2024-03-30T04:35:22.801588+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]': finished 2024-03-30T04:35:24.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[18557]: cluster 2024-03-30T04:35:22.801823+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:35:24.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[18557]: audit 2024-03-30T04:35:23.140969+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.194:0/2127231466' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]: dispatch 2024-03-30T04:35:24.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:23 smithi194 bash[18557]: audit 2024-03-30T04:35:23.141925+0000 mon.a (mon.0) 754 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]: dispatch 2024-03-30T04:35:24.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:23 smithi196 bash[18523]: cluster 2024-03-30T04:35:22.318809+0000 mgr.y (mgr.14391) 137 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 127 B/s wr, 59 op/s 2024-03-30T04:35:24.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:23 smithi196 bash[18523]: audit 2024-03-30T04:35:22.801588+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/362380906"}]': finished 2024-03-30T04:35:24.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:23 smithi196 bash[18523]: cluster 2024-03-30T04:35:22.801823+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:35:24.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:23 smithi196 bash[18523]: audit 2024-03-30T04:35:23.140969+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.194:0/2127231466' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]: dispatch 2024-03-30T04:35:24.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:23 smithi196 bash[18523]: audit 2024-03-30T04:35:23.141925+0000 mon.a (mon.0) 754 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]: dispatch 2024-03-30T04:35:25.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:24 smithi194 bash[23637]: audit 2024-03-30T04:35:23.800906+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]': finished 2024-03-30T04:35:25.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:24 smithi194 bash[23637]: cluster 2024-03-30T04:35:23.801101+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:35:25.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:24 smithi194 bash[23637]: audit 2024-03-30T04:35:24.153964+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.194:0/1498041732' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2576531376"}]: dispatch 2024-03-30T04:35:25.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:24 smithi194 bash[18557]: audit 2024-03-30T04:35:23.800906+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]': finished 2024-03-30T04:35:25.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:24 smithi194 bash[18557]: cluster 2024-03-30T04:35:23.801101+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:35:25.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:24 smithi194 bash[18557]: audit 2024-03-30T04:35:24.153964+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.194:0/1498041732' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2576531376"}]: dispatch 2024-03-30T04:35:25.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:24 smithi196 bash[18523]: audit 2024-03-30T04:35:23.800906+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2039928616"}]': finished 2024-03-30T04:35:25.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:24 smithi196 bash[18523]: cluster 2024-03-30T04:35:23.801101+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:35:25.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:24 smithi196 bash[18523]: audit 2024-03-30T04:35:24.153964+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.194:0/1498041732' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2576531376"}]: dispatch 2024-03-30T04:35:26.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[18557]: cluster 2024-03-30T04:35:24.319579+0000 mgr.y (mgr.14391) 138 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:26.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[18557]: audit 2024-03-30T04:35:24.834952+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.194:0/1498041732' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2576531376"}]': finished 2024-03-30T04:35:26.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[18557]: cluster 2024-03-30T04:35:24.835186+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:35:26.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[18557]: audit 2024-03-30T04:35:25.176902+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.194:0/3744679947' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]: dispatch 2024-03-30T04:35:26.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[18557]: audit 2024-03-30T04:35:25.177900+0000 mon.a (mon.0) 760 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]: dispatch 2024-03-30T04:35:26.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[23637]: cluster 2024-03-30T04:35:24.319579+0000 mgr.y (mgr.14391) 138 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:26.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[23637]: audit 2024-03-30T04:35:24.834952+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.194:0/1498041732' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2576531376"}]': finished 2024-03-30T04:35:26.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[23637]: cluster 2024-03-30T04:35:24.835186+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:35:26.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[23637]: audit 2024-03-30T04:35:25.176902+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.194:0/3744679947' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]: dispatch 2024-03-30T04:35:26.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:25 smithi194 bash[23637]: audit 2024-03-30T04:35:25.177900+0000 mon.a (mon.0) 760 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]: dispatch 2024-03-30T04:35:26.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:25 smithi196 bash[18523]: cluster 2024-03-30T04:35:24.319579+0000 mgr.y (mgr.14391) 138 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:26.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:25 smithi196 bash[18523]: audit 2024-03-30T04:35:24.834952+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.194:0/1498041732' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2576531376"}]': finished 2024-03-30T04:35:26.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:25 smithi196 bash[18523]: cluster 2024-03-30T04:35:24.835186+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:35:26.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:25 smithi196 bash[18523]: audit 2024-03-30T04:35:25.176902+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.194:0/3744679947' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]: dispatch 2024-03-30T04:35:26.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:25 smithi196 bash[18523]: audit 2024-03-30T04:35:25.177900+0000 mon.a (mon.0) 760 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]: dispatch 2024-03-30T04:35:27.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:26 smithi196 bash[18523]: audit 2024-03-30T04:35:25.844525+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]': finished 2024-03-30T04:35:27.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:26 smithi196 bash[18523]: cluster 2024-03-30T04:35:25.844778+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:35:27.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:26 smithi196 bash[18523]: audit 2024-03-30T04:35:26.186324+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.194:0/2368531867' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]: dispatch 2024-03-30T04:35:27.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:26 smithi196 bash[18523]: audit 2024-03-30T04:35:26.187457+0000 mon.a (mon.0) 763 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]: dispatch 2024-03-30T04:35:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[18557]: audit 2024-03-30T04:35:25.844525+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]': finished 2024-03-30T04:35:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[18557]: cluster 2024-03-30T04:35:25.844778+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:35:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[18557]: audit 2024-03-30T04:35:26.186324+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.194:0/2368531867' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]: dispatch 2024-03-30T04:35:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[18557]: audit 2024-03-30T04:35:26.187457+0000 mon.a (mon.0) 763 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]: dispatch 2024-03-30T04:35:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[23637]: audit 2024-03-30T04:35:25.844525+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4089102239"}]': finished 2024-03-30T04:35:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[23637]: cluster 2024-03-30T04:35:25.844778+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:35:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[23637]: audit 2024-03-30T04:35:26.186324+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.194:0/2368531867' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]: dispatch 2024-03-30T04:35:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:26 smithi194 bash[23637]: audit 2024-03-30T04:35:26.187457+0000 mon.a (mon.0) 763 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]: dispatch 2024-03-30T04:35:28.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[23637]: cluster 2024-03-30T04:35:26.320362+0000 mgr.y (mgr.14391) 139 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:28.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[23637]: audit 2024-03-30T04:35:26.858504+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]': finished 2024-03-30T04:35:28.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[23637]: cluster 2024-03-30T04:35:26.858800+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:35:28.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[23637]: audit 2024-03-30T04:35:27.199721+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.194:0/1846679957' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]: dispatch 2024-03-30T04:35:28.109 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[23637]: audit 2024-03-30T04:35:27.200395+0000 mon.a (mon.0) 766 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]: dispatch 2024-03-30T04:35:28.109 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[18557]: cluster 2024-03-30T04:35:26.320362+0000 mgr.y (mgr.14391) 139 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:28.110 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[18557]: audit 2024-03-30T04:35:26.858504+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]': finished 2024-03-30T04:35:28.110 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[18557]: cluster 2024-03-30T04:35:26.858800+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:35:28.110 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[18557]: audit 2024-03-30T04:35:27.199721+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.194:0/1846679957' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]: dispatch 2024-03-30T04:35:28.110 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:27 smithi194 bash[18557]: audit 2024-03-30T04:35:27.200395+0000 mon.a (mon.0) 766 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]: dispatch 2024-03-30T04:35:28.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:27 smithi196 bash[18523]: cluster 2024-03-30T04:35:26.320362+0000 mgr.y (mgr.14391) 139 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:28.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:27 smithi196 bash[18523]: audit 2024-03-30T04:35:26.858504+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/2171683225"}]': finished 2024-03-30T04:35:28.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:27 smithi196 bash[18523]: cluster 2024-03-30T04:35:26.858800+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:35:28.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:27 smithi196 bash[18523]: audit 2024-03-30T04:35:27.199721+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.194:0/1846679957' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]: dispatch 2024-03-30T04:35:28.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:27 smithi196 bash[18523]: audit 2024-03-30T04:35:27.200395+0000 mon.a (mon.0) 766 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]: dispatch 2024-03-30T04:35:28.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:28] "GET /metrics HTTP/1.1" 200 214972 "" "Prometheus/2.33.4" 2024-03-30T04:35:29.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:28 smithi196 bash[18523]: audit 2024-03-30T04:35:27.855612+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]': finished 2024-03-30T04:35:29.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:28 smithi196 bash[18523]: cluster 2024-03-30T04:35:27.855976+0000 mon.a (mon.0) 768 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:35:29.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:28 smithi196 bash[18523]: audit 2024-03-30T04:35:28.203545+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.194:0/3723435029' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]: dispatch 2024-03-30T04:35:29.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:28 smithi196 bash[18523]: audit 2024-03-30T04:35:28.204434+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]: dispatch 2024-03-30T04:35:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[18557]: audit 2024-03-30T04:35:27.855612+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]': finished 2024-03-30T04:35:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[18557]: cluster 2024-03-30T04:35:27.855976+0000 mon.a (mon.0) 768 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:35:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[18557]: audit 2024-03-30T04:35:28.203545+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.194:0/3723435029' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]: dispatch 2024-03-30T04:35:29.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[18557]: audit 2024-03-30T04:35:28.204434+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]: dispatch 2024-03-30T04:35:29.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[23637]: audit 2024-03-30T04:35:27.855612+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/2171683225"}]': finished 2024-03-30T04:35:29.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[23637]: cluster 2024-03-30T04:35:27.855976+0000 mon.a (mon.0) 768 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:35:29.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[23637]: audit 2024-03-30T04:35:28.203545+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.194:0/3723435029' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]: dispatch 2024-03-30T04:35:29.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:28 smithi194 bash[23637]: audit 2024-03-30T04:35:28.204434+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]: dispatch 2024-03-30T04:35:29.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:29 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:30.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:29 smithi196 bash[18523]: cluster 2024-03-30T04:35:28.321192+0000 mgr.y (mgr.14391) 140 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:30.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:29 smithi196 bash[18523]: audit 2024-03-30T04:35:28.878892+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]': finished 2024-03-30T04:35:30.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:29 smithi196 bash[18523]: cluster 2024-03-30T04:35:28.879112+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:35:30.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:29 smithi196 bash[18523]: audit 2024-03-30T04:35:29.224160+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.194:0/988836552' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]: dispatch 2024-03-30T04:35:30.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:29 smithi196 bash[18523]: audit 2024-03-30T04:35:29.224772+0000 mon.a (mon.0) 772 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]: dispatch 2024-03-30T04:35:30.243 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[18557]: cluster 2024-03-30T04:35:28.321192+0000 mgr.y (mgr.14391) 140 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:30.243 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[18557]: audit 2024-03-30T04:35:28.878892+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]': finished 2024-03-30T04:35:30.243 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[18557]: cluster 2024-03-30T04:35:28.879112+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:35:30.244 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[18557]: audit 2024-03-30T04:35:29.224160+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.194:0/988836552' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]: dispatch 2024-03-30T04:35:30.244 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[18557]: audit 2024-03-30T04:35:29.224772+0000 mon.a (mon.0) 772 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]: dispatch 2024-03-30T04:35:30.244 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[23637]: cluster 2024-03-30T04:35:28.321192+0000 mgr.y (mgr.14391) 140 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:30.244 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[23637]: audit 2024-03-30T04:35:28.878892+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2588276867"}]': finished 2024-03-30T04:35:30.244 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[23637]: cluster 2024-03-30T04:35:28.879112+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:35:30.244 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[23637]: audit 2024-03-30T04:35:29.224160+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.194:0/988836552' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]: dispatch 2024-03-30T04:35:30.244 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:29 smithi194 bash[23637]: audit 2024-03-30T04:35:29.224772+0000 mon.a (mon.0) 772 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]: dispatch 2024-03-30T04:35:31.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:30 smithi196 bash[18523]: audit 2024-03-30T04:35:29.612486+0000 mgr.y (mgr.14391) 141 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:31.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:30 smithi196 bash[18523]: audit 2024-03-30T04:35:30.223827+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]': finished 2024-03-30T04:35:31.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:30 smithi196 bash[18523]: cluster 2024-03-30T04:35:30.224235+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:35:31.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:30 smithi196 bash[18523]: audit 2024-03-30T04:35:30.585501+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.194:0/3302717421' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]: dispatch 2024-03-30T04:35:31.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:30 smithi196 bash[18523]: audit 2024-03-30T04:35:30.586408+0000 mon.a (mon.0) 775 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]: dispatch 2024-03-30T04:35:31.249 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[23637]: audit 2024-03-30T04:35:29.612486+0000 mgr.y (mgr.14391) 141 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:31.249 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[23637]: audit 2024-03-30T04:35:30.223827+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]': finished 2024-03-30T04:35:31.249 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[23637]: cluster 2024-03-30T04:35:30.224235+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:35:31.249 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[23637]: audit 2024-03-30T04:35:30.585501+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.194:0/3302717421' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]: dispatch 2024-03-30T04:35:31.249 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[23637]: audit 2024-03-30T04:35:30.586408+0000 mon.a (mon.0) 775 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]: dispatch 2024-03-30T04:35:31.250 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[18557]: audit 2024-03-30T04:35:29.612486+0000 mgr.y (mgr.14391) 141 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:31.250 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[18557]: audit 2024-03-30T04:35:30.223827+0000 mon.a (mon.0) 773 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/225573214"}]': finished 2024-03-30T04:35:31.250 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[18557]: cluster 2024-03-30T04:35:30.224235+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:35:31.250 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[18557]: audit 2024-03-30T04:35:30.585501+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.194:0/3302717421' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]: dispatch 2024-03-30T04:35:31.250 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:30 smithi194 bash[18557]: audit 2024-03-30T04:35:30.586408+0000 mon.a (mon.0) 775 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]: dispatch 2024-03-30T04:35:32.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:31 smithi196 bash[18523]: cluster 2024-03-30T04:35:30.322883+0000 mgr.y (mgr.14391) 142 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:32.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:31 smithi196 bash[18523]: audit 2024-03-30T04:35:31.232396+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]': finished 2024-03-30T04:35:32.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:31 smithi196 bash[18523]: cluster 2024-03-30T04:35:31.232583+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:35:32.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:31 smithi196 bash[18523]: audit 2024-03-30T04:35:31.574479+0000 mon.a (mon.0) 778 : audit [INF] from='client.? 172.21.15.194:0/4119589704' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/3707404471"}]: dispatch 2024-03-30T04:35:32.250 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[18557]: cluster 2024-03-30T04:35:30.322883+0000 mgr.y (mgr.14391) 142 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:32.251 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[18557]: audit 2024-03-30T04:35:31.232396+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]': finished 2024-03-30T04:35:32.251 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[18557]: cluster 2024-03-30T04:35:31.232583+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:35:32.251 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[18557]: audit 2024-03-30T04:35:31.574479+0000 mon.a (mon.0) 778 : audit [INF] from='client.? 172.21.15.194:0/4119589704' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/3707404471"}]: dispatch 2024-03-30T04:35:32.251 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[23637]: cluster 2024-03-30T04:35:30.322883+0000 mgr.y (mgr.14391) 142 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:32.251 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[23637]: audit 2024-03-30T04:35:31.232396+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/480607413"}]': finished 2024-03-30T04:35:32.251 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[23637]: cluster 2024-03-30T04:35:31.232583+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:35:32.251 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:31 smithi194 bash[23637]: audit 2024-03-30T04:35:31.574479+0000 mon.a (mon.0) 778 : audit [INF] from='client.? 172.21.15.194:0/4119589704' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/3707404471"}]: dispatch 2024-03-30T04:35:33.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[18557]: audit 2024-03-30T04:35:32.236185+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.194:0/4119589704' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/3707404471"}]': finished 2024-03-30T04:35:33.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[18557]: cluster 2024-03-30T04:35:32.236529+0000 mon.a (mon.0) 780 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:35:33.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[18557]: cluster 2024-03-30T04:35:32.323599+0000 mgr.y (mgr.14391) 143 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:33.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[18557]: audit 2024-03-30T04:35:32.586083+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.194:0/3890227591' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]: dispatch 2024-03-30T04:35:33.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[18557]: audit 2024-03-30T04:35:32.586799+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]: dispatch 2024-03-30T04:35:33.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[23637]: audit 2024-03-30T04:35:32.236185+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.194:0/4119589704' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/3707404471"}]': finished 2024-03-30T04:35:33.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[23637]: cluster 2024-03-30T04:35:32.236529+0000 mon.a (mon.0) 780 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:35:33.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[23637]: cluster 2024-03-30T04:35:32.323599+0000 mgr.y (mgr.14391) 143 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:33.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[23637]: audit 2024-03-30T04:35:32.586083+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.194:0/3890227591' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]: dispatch 2024-03-30T04:35:33.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:33 smithi194 bash[23637]: audit 2024-03-30T04:35:32.586799+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]: dispatch 2024-03-30T04:35:33.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:33 smithi196 bash[18523]: audit 2024-03-30T04:35:32.236185+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.194:0/4119589704' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/3707404471"}]': finished 2024-03-30T04:35:33.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:33 smithi196 bash[18523]: cluster 2024-03-30T04:35:32.236529+0000 mon.a (mon.0) 780 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:35:33.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:33 smithi196 bash[18523]: cluster 2024-03-30T04:35:32.323599+0000 mgr.y (mgr.14391) 143 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:33.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:33 smithi196 bash[18523]: audit 2024-03-30T04:35:32.586083+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.194:0/3890227591' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]: dispatch 2024-03-30T04:35:33.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:33 smithi196 bash[18523]: audit 2024-03-30T04:35:32.586799+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]: dispatch 2024-03-30T04:35:34.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[18557]: audit 2024-03-30T04:35:33.239291+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]': finished 2024-03-30T04:35:34.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[18557]: cluster 2024-03-30T04:35:33.239564+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:35:34.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[18557]: audit 2024-03-30T04:35:33.590703+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.194:0/54016023' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]: dispatch 2024-03-30T04:35:34.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[18557]: audit 2024-03-30T04:35:33.591389+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]: dispatch 2024-03-30T04:35:34.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[23637]: audit 2024-03-30T04:35:33.239291+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]': finished 2024-03-30T04:35:34.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[23637]: cluster 2024-03-30T04:35:33.239564+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:35:34.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[23637]: audit 2024-03-30T04:35:33.590703+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.194:0/54016023' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]: dispatch 2024-03-30T04:35:34.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:34 smithi194 bash[23637]: audit 2024-03-30T04:35:33.591389+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]: dispatch 2024-03-30T04:35:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:34 smithi196 bash[18523]: audit 2024-03-30T04:35:33.239291+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1304834134"}]': finished 2024-03-30T04:35:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:34 smithi196 bash[18523]: cluster 2024-03-30T04:35:33.239564+0000 mon.a (mon.0) 783 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:35:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:34 smithi196 bash[18523]: audit 2024-03-30T04:35:33.590703+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.194:0/54016023' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]: dispatch 2024-03-30T04:35:34.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:34 smithi196 bash[18523]: audit 2024-03-30T04:35:33.591389+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]: dispatch 2024-03-30T04:35:35.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.257668+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]': finished 2024-03-30T04:35:35.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: cluster 2024-03-30T04:35:34.258210+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:35:35.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: cluster 2024-03-30T04:35:34.324045+0000 mgr.y (mgr.14391) 144 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:35.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.365595+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:35.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.366517+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.373689+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.374452+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.445207+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.445766+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.445899+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.446224+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.446255+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.446677+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.609550+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.194:0/4103793931' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[18557]: audit 2024-03-30T04:35:34.610373+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]: dispatch 2024-03-30T04:35:35.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.257668+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]': finished 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: cluster 2024-03-30T04:35:34.258210+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: cluster 2024-03-30T04:35:34.324045+0000 mgr.y (mgr.14391) 144 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.365595+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.366517+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.373689+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.374452+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.445207+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.445766+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.445899+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.446224+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.446255+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.446677+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.609550+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.194:0/4103793931' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]: dispatch 2024-03-30T04:35:35.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:35 smithi194 bash[23637]: audit 2024-03-30T04:35:34.610373+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]: dispatch 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.257668+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4115036195"}]': finished 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: cluster 2024-03-30T04:35:34.258210+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: cluster 2024-03-30T04:35:34.324045+0000 mgr.y (mgr.14391) 144 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.365595+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.366517+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.373689+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.374452+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.445207+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.445766+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-03-30T04:35:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.445899+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.446224+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-03-30T04:35:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.446255+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.446677+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-30T04:35:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.609550+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.194:0/4103793931' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]: dispatch 2024-03-30T04:35:35.701 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:35 smithi196 bash[18523]: audit 2024-03-30T04:35:34.610373+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]: dispatch 2024-03-30T04:35:36.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[18557]: audit 2024-03-30T04:35:35.281482+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-03-30T04:35:36.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[18557]: audit 2024-03-30T04:35:35.281759+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-03-30T04:35:36.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[18557]: audit 2024-03-30T04:35:35.281899+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-03-30T04:35:36.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[18557]: audit 2024-03-30T04:35:35.282025+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]': finished 2024-03-30T04:35:36.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[18557]: cluster 2024-03-30T04:35:35.282163+0000 mon.a (mon.0) 797 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:35:36.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[18557]: audit 2024-03-30T04:35:35.647009+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.194:0/4106169306' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/3707404471"}]: dispatch 2024-03-30T04:35:36.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[23637]: audit 2024-03-30T04:35:35.281482+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-03-30T04:35:36.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[23637]: audit 2024-03-30T04:35:35.281759+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-03-30T04:35:36.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[23637]: audit 2024-03-30T04:35:35.281899+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-03-30T04:35:36.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[23637]: audit 2024-03-30T04:35:35.282025+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]': finished 2024-03-30T04:35:36.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[23637]: cluster 2024-03-30T04:35:35.282163+0000 mon.a (mon.0) 797 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:35:36.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:36 smithi194 bash[23637]: audit 2024-03-30T04:35:35.647009+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.194:0/4106169306' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/3707404471"}]: dispatch 2024-03-30T04:35:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:36 smithi196 bash[18523]: audit 2024-03-30T04:35:35.281482+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-03-30T04:35:36.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:36 smithi196 bash[18523]: audit 2024-03-30T04:35:35.281759+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-03-30T04:35:36.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:36 smithi196 bash[18523]: audit 2024-03-30T04:35:35.281899+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-03-30T04:35:36.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:36 smithi196 bash[18523]: audit 2024-03-30T04:35:35.282025+0000 mon.a (mon.0) 796 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4209075029"}]': finished 2024-03-30T04:35:36.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:36 smithi196 bash[18523]: cluster 2024-03-30T04:35:35.282163+0000 mon.a (mon.0) 797 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:35:36.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:36 smithi196 bash[18523]: audit 2024-03-30T04:35:35.647009+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.194:0/4106169306' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/3707404471"}]: dispatch 2024-03-30T04:35:37.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:37 smithi194 bash[18557]: audit 2024-03-30T04:35:36.291457+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.194:0/4106169306' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/3707404471"}]': finished 2024-03-30T04:35:37.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:37 smithi194 bash[18557]: cluster 2024-03-30T04:35:36.291715+0000 mon.a (mon.0) 800 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:35:37.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:37 smithi194 bash[18557]: cluster 2024-03-30T04:35:36.324426+0000 mgr.y (mgr.14391) 145 : cluster [DBG] pgmap v130: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:37.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:37 smithi194 bash[23637]: audit 2024-03-30T04:35:36.291457+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.194:0/4106169306' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/3707404471"}]': finished 2024-03-30T04:35:37.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:37 smithi194 bash[23637]: cluster 2024-03-30T04:35:36.291715+0000 mon.a (mon.0) 800 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:35:37.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:37 smithi194 bash[23637]: cluster 2024-03-30T04:35:36.324426+0000 mgr.y (mgr.14391) 145 : cluster [DBG] pgmap v130: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:37.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:37 smithi196 bash[18523]: audit 2024-03-30T04:35:36.291457+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.194:0/4106169306' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/3707404471"}]': finished 2024-03-30T04:35:37.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:37 smithi196 bash[18523]: cluster 2024-03-30T04:35:36.291715+0000 mon.a (mon.0) 800 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:35:37.700 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:37 smithi196 bash[18523]: cluster 2024-03-30T04:35:36.324426+0000 mgr.y (mgr.14391) 145 : cluster [DBG] pgmap v130: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:35:38.584 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:38 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:38] "GET /metrics HTTP/1.1" 200 214958 "" "Prometheus/2.33.4" 2024-03-30T04:35:39.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:39 smithi194 bash[18557]: cluster 2024-03-30T04:35:38.325116+0000 mgr.y (mgr.14391) 146 : cluster [DBG] pgmap v131: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:35:39.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:39 smithi194 bash[23637]: cluster 2024-03-30T04:35:38.325116+0000 mgr.y (mgr.14391) 146 : cluster [DBG] pgmap v131: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:35:39.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:39 smithi196 bash[18523]: cluster 2024-03-30T04:35:38.325116+0000 mgr.y (mgr.14391) 146 : cluster [DBG] pgmap v131: 161 pgs: 3 peering, 158 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:35:39.700 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:39 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:40.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:40 smithi194 bash[23637]: audit 2024-03-30T04:35:39.620298+0000 mgr.y (mgr.14391) 147 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:40.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:40 smithi194 bash[18557]: audit 2024-03-30T04:35:39.620298+0000 mgr.y (mgr.14391) 147 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:40.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:40 smithi196 bash[18523]: audit 2024-03-30T04:35:39.620298+0000 mgr.y (mgr.14391) 147 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:41.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:41 smithi194 bash[23637]: cluster 2024-03-30T04:35:40.326779+0000 mgr.y (mgr.14391) 148 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:41.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:41 smithi194 bash[18557]: cluster 2024-03-30T04:35:40.326779+0000 mgr.y (mgr.14391) 148 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:41.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:41 smithi196 bash[18523]: cluster 2024-03-30T04:35:40.326779+0000 mgr.y (mgr.14391) 148 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:43.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:43 smithi196 bash[18523]: cluster 2024-03-30T04:35:42.327496+0000 mgr.y (mgr.14391) 149 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:43.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:43 smithi194 bash[18557]: cluster 2024-03-30T04:35:42.327496+0000 mgr.y (mgr.14391) 149 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:43.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:43 smithi194 bash[23637]: cluster 2024-03-30T04:35:42.327496+0000 mgr.y (mgr.14391) 149 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:45.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:45 smithi196 bash[18523]: cluster 2024-03-30T04:35:44.328264+0000 mgr.y (mgr.14391) 150 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:45.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:45 smithi194 bash[18557]: cluster 2024-03-30T04:35:44.328264+0000 mgr.y (mgr.14391) 150 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:45.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:45 smithi194 bash[23637]: cluster 2024-03-30T04:35:44.328264+0000 mgr.y (mgr.14391) 150 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:47.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:47 smithi196 bash[18523]: cluster 2024-03-30T04:35:46.329955+0000 mgr.y (mgr.14391) 151 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:47.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:47 smithi194 bash[18557]: cluster 2024-03-30T04:35:46.329955+0000 mgr.y (mgr.14391) 151 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:47.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:47 smithi194 bash[23637]: cluster 2024-03-30T04:35:46.329955+0000 mgr.y (mgr.14391) 151 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:48.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:48 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:48] "GET /metrics HTTP/1.1" 200 214958 "" "Prometheus/2.33.4" 2024-03-30T04:35:49.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:49 smithi194 bash[18557]: cluster 2024-03-30T04:35:48.330722+0000 mgr.y (mgr.14391) 152 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:49.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:49 smithi194 bash[23637]: cluster 2024-03-30T04:35:48.330722+0000 mgr.y (mgr.14391) 152 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:49.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:49 smithi196 bash[18523]: cluster 2024-03-30T04:35:48.330722+0000 mgr.y (mgr.14391) 152 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:49.700 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:49 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:50.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:50 smithi194 bash[18557]: audit 2024-03-30T04:35:49.630800+0000 mgr.y (mgr.14391) 153 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:50.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:50 smithi194 bash[23637]: audit 2024-03-30T04:35:49.630800+0000 mgr.y (mgr.14391) 153 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:50.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:50 smithi196 bash[18523]: audit 2024-03-30T04:35:49.630800+0000 mgr.y (mgr.14391) 153 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:35:51.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:51 smithi194 bash[23637]: cluster 2024-03-30T04:35:50.332376+0000 mgr.y (mgr.14391) 154 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:51.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:51 smithi194 bash[18557]: cluster 2024-03-30T04:35:50.332376+0000 mgr.y (mgr.14391) 154 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:51.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:51 smithi196 bash[18523]: cluster 2024-03-30T04:35:50.332376+0000 mgr.y (mgr.14391) 154 : 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; 0 B/s, 0 objects/s recovering 2024-03-30T04:35:53.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:53 smithi196 bash[18523]: cluster 2024-03-30T04:35:52.333098+0000 mgr.y (mgr.14391) 155 : 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-03-30T04:35:53.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:53 smithi194 bash[23637]: cluster 2024-03-30T04:35:52.333098+0000 mgr.y (mgr.14391) 155 : 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-03-30T04:35:53.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:53 smithi194 bash[18557]: cluster 2024-03-30T04:35:52.333098+0000 mgr.y (mgr.14391) 155 : 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-03-30T04:35:55.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:55 smithi196 bash[18523]: cluster 2024-03-30T04:35:54.333808+0000 mgr.y (mgr.14391) 156 : 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-03-30T04:35:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:55 smithi194 bash[18557]: cluster 2024-03-30T04:35:54.333808+0000 mgr.y (mgr.14391) 156 : 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-03-30T04:35:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:55 smithi194 bash[23637]: cluster 2024-03-30T04:35:54.333808+0000 mgr.y (mgr.14391) 156 : 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-03-30T04:35:57.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:57 smithi196 bash[18523]: cluster 2024-03-30T04:35:56.335519+0000 mgr.y (mgr.14391) 157 : 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-03-30T04:35:57.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:57 smithi194 bash[23637]: cluster 2024-03-30T04:35:56.335519+0000 mgr.y (mgr.14391) 157 : 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-03-30T04:35:57.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:57 smithi194 bash[18557]: cluster 2024-03-30T04:35:56.335519+0000 mgr.y (mgr.14391) 157 : 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-03-30T04:35:58.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:35:58 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:58] "GET /metrics HTTP/1.1" 200 214930 "" "Prometheus/2.33.4" 2024-03-30T04:35:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:35:59 smithi194 bash[23637]: cluster 2024-03-30T04:35:58.336210+0000 mgr.y (mgr.14391) 158 : 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-03-30T04:35:59.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:35:59 smithi194 bash[18557]: cluster 2024-03-30T04:35:58.336210+0000 mgr.y (mgr.14391) 158 : 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-03-30T04:35:59.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:35:59 smithi196 bash[18523]: cluster 2024-03-30T04:35:58.336210+0000 mgr.y (mgr.14391) 158 : 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-03-30T04:35:59.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:35:59 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:35:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:00 smithi194 bash[18557]: audit 2024-03-30T04:35:59.642048+0000 mgr.y (mgr.14391) 159 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:00.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:00 smithi194 bash[23637]: audit 2024-03-30T04:35:59.642048+0000 mgr.y (mgr.14391) 159 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:00.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:00 smithi196 bash[18523]: audit 2024-03-30T04:35:59.642048+0000 mgr.y (mgr.14391) 159 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:01.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:01 smithi194 bash[23637]: cluster 2024-03-30T04:36:00.337794+0000 mgr.y (mgr.14391) 160 : 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-03-30T04:36:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:01 smithi194 bash[18557]: cluster 2024-03-30T04:36:00.337794+0000 mgr.y (mgr.14391) 160 : 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-03-30T04:36:01.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:01 smithi196 bash[18523]: cluster 2024-03-30T04:36:00.337794+0000 mgr.y (mgr.14391) 160 : 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-03-30T04:36:03.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:03 smithi196 bash[18523]: cluster 2024-03-30T04:36:02.338517+0000 mgr.y (mgr.14391) 161 : 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-03-30T04:36:03.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:03 smithi194 bash[23637]: cluster 2024-03-30T04:36:02.338517+0000 mgr.y (mgr.14391) 161 : 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-03-30T04:36:03.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:03 smithi194 bash[18557]: cluster 2024-03-30T04:36:02.338517+0000 mgr.y (mgr.14391) 161 : 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-03-30T04:36:05.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:05 smithi196 bash[18523]: cluster 2024-03-30T04:36:04.339268+0000 mgr.y (mgr.14391) 162 : 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-03-30T04:36:05.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:05 smithi194 bash[18557]: cluster 2024-03-30T04:36:04.339268+0000 mgr.y (mgr.14391) 162 : 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-03-30T04:36:05.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:05 smithi194 bash[23637]: cluster 2024-03-30T04:36:04.339268+0000 mgr.y (mgr.14391) 162 : 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-03-30T04:36:07.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:07 smithi196 bash[18523]: cluster 2024-03-30T04:36:06.341029+0000 mgr.y (mgr.14391) 163 : 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-03-30T04:36:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:07 smithi194 bash[18557]: cluster 2024-03-30T04:36:06.341029+0000 mgr.y (mgr.14391) 163 : 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-03-30T04:36:07.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:07 smithi194 bash[23637]: cluster 2024-03-30T04:36:06.341029+0000 mgr.y (mgr.14391) 163 : 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-03-30T04:36:08.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:36:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:08] "GET /metrics HTTP/1.1" 200 214887 "" "Prometheus/2.33.4" 2024-03-30T04:36:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:09 smithi194 bash[18557]: cluster 2024-03-30T04:36:08.341771+0000 mgr.y (mgr.14391) 164 : 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-03-30T04:36:09.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:09 smithi194 bash[23637]: cluster 2024-03-30T04:36:08.341771+0000 mgr.y (mgr.14391) 164 : 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-03-30T04:36:09.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:09 smithi196 bash[18523]: cluster 2024-03-30T04:36:08.341771+0000 mgr.y (mgr.14391) 164 : 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-03-30T04:36:09.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:36:09 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:10.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:10 smithi194 bash[18557]: audit 2024-03-30T04:36:09.653283+0000 mgr.y (mgr.14391) 165 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:10.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:10 smithi194 bash[23637]: audit 2024-03-30T04:36:09.653283+0000 mgr.y (mgr.14391) 165 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:10.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:10 smithi196 bash[18523]: audit 2024-03-30T04:36:09.653283+0000 mgr.y (mgr.14391) 165 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:11.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:11 smithi194 bash[18557]: cluster 2024-03-30T04:36:10.343404+0000 mgr.y (mgr.14391) 166 : 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-03-30T04:36:11.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:11 smithi194 bash[23637]: cluster 2024-03-30T04:36:10.343404+0000 mgr.y (mgr.14391) 166 : 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-03-30T04:36:11.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:11 smithi196 bash[18523]: cluster 2024-03-30T04:36:10.343404+0000 mgr.y (mgr.14391) 166 : 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-03-30T04:36:13.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:13 smithi196 bash[18523]: cluster 2024-03-30T04:36:12.344141+0000 mgr.y (mgr.14391) 167 : 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-03-30T04:36:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:13 smithi194 bash[23637]: cluster 2024-03-30T04:36:12.344141+0000 mgr.y (mgr.14391) 167 : 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-03-30T04:36:13.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:13 smithi194 bash[18557]: cluster 2024-03-30T04:36:12.344141+0000 mgr.y (mgr.14391) 167 : 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-03-30T04:36:15.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:15 smithi196 bash[18523]: cluster 2024-03-30T04:36:14.344866+0000 mgr.y (mgr.14391) 168 : 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-03-30T04:36:15.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:15 smithi194 bash[18557]: cluster 2024-03-30T04:36:14.344866+0000 mgr.y (mgr.14391) 168 : 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-03-30T04:36:15.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:15 smithi194 bash[23637]: cluster 2024-03-30T04:36:14.344866+0000 mgr.y (mgr.14391) 168 : 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-03-30T04:36:17.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:17 smithi196 bash[18523]: cluster 2024-03-30T04:36:16.346532+0000 mgr.y (mgr.14391) 169 : 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-03-30T04:36:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:17 smithi194 bash[18557]: cluster 2024-03-30T04:36:16.346532+0000 mgr.y (mgr.14391) 169 : 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-03-30T04:36:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:17 smithi194 bash[23637]: cluster 2024-03-30T04:36:16.346532+0000 mgr.y (mgr.14391) 169 : 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-03-30T04:36:18.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:36:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:18] "GET /metrics HTTP/1.1" 200 214887 "" "Prometheus/2.33.4" 2024-03-30T04:36:19.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:19 smithi194 bash[18557]: cluster 2024-03-30T04:36:18.347250+0000 mgr.y (mgr.14391) 170 : 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-03-30T04:36:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:19 smithi194 bash[23637]: cluster 2024-03-30T04:36:18.347250+0000 mgr.y (mgr.14391) 170 : 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-03-30T04:36:19.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:36:19 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:19.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:19 smithi196 bash[18523]: cluster 2024-03-30T04:36:18.347250+0000 mgr.y (mgr.14391) 170 : 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-03-30T04:36:20.311 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[23637]: audit 2024-03-30T04:36:19.662758+0000 mgr.y (mgr.14391) 171 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:20.311 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[23637]: audit 2024-03-30T04:36:19.772281+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[23637]: audit 2024-03-30T04:36:19.775910+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[23637]: audit 2024-03-30T04:36:19.778149+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[23637]: audit 2024-03-30T04:36:20.040276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[18557]: audit 2024-03-30T04:36:19.662758+0000 mgr.y (mgr.14391) 171 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[18557]: audit 2024-03-30T04:36:19.772281+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[18557]: audit 2024-03-30T04:36:19.775910+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[18557]: audit 2024-03-30T04:36:19.778149+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:20.312 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:20 smithi194 bash[18557]: audit 2024-03-30T04:36:20.040276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:36:20.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:20 smithi196 bash[18523]: audit 2024-03-30T04:36:19.662758+0000 mgr.y (mgr.14391) 171 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:20.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:20 smithi196 bash[18523]: audit 2024-03-30T04:36:19.772281+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:20.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:20 smithi196 bash[18523]: audit 2024-03-30T04:36:19.775910+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:20.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:20 smithi196 bash[18523]: audit 2024-03-30T04:36:19.778149+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:20.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:20 smithi196 bash[18523]: audit 2024-03-30T04:36:20.040276+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:36:21.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:21 smithi194 bash[18557]: audit 2024-03-30T04:36:20.326616+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:36:21.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:21 smithi194 bash[18557]: cluster 2024-03-30T04:36:20.348149+0000 mgr.y (mgr.14391) 172 : 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-03-30T04:36:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:21 smithi194 bash[23637]: audit 2024-03-30T04:36:20.326616+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:36:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:21 smithi194 bash[23637]: cluster 2024-03-30T04:36:20.348149+0000 mgr.y (mgr.14391) 172 : 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-03-30T04:36:21.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:21 smithi196 bash[18523]: audit 2024-03-30T04:36:20.326616+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:36:21.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:21 smithi196 bash[18523]: cluster 2024-03-30T04:36:20.348149+0000 mgr.y (mgr.14391) 172 : 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-03-30T04:36:23.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:23 smithi196 bash[18523]: cluster 2024-03-30T04:36:22.348868+0000 mgr.y (mgr.14391) 173 : 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-03-30T04:36:23.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:23 smithi194 bash[18557]: cluster 2024-03-30T04:36:22.348868+0000 mgr.y (mgr.14391) 173 : 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-03-30T04:36:23.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:23 smithi194 bash[23637]: cluster 2024-03-30T04:36:22.348868+0000 mgr.y (mgr.14391) 173 : 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-03-30T04:36:25.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:25 smithi196 bash[18523]: cluster 2024-03-30T04:36:24.349621+0000 mgr.y (mgr.14391) 174 : 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-03-30T04:36:25.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:25 smithi194 bash[18557]: cluster 2024-03-30T04:36:24.349621+0000 mgr.y (mgr.14391) 174 : 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-03-30T04:36:25.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:25 smithi194 bash[23637]: cluster 2024-03-30T04:36:24.349621+0000 mgr.y (mgr.14391) 174 : 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-03-30T04:36:27.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:27 smithi196 bash[18523]: cluster 2024-03-30T04:36:26.351339+0000 mgr.y (mgr.14391) 175 : 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-03-30T04:36:27.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:27 smithi194 bash[18557]: cluster 2024-03-30T04:36:26.351339+0000 mgr.y (mgr.14391) 175 : 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-03-30T04:36:27.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:27 smithi194 bash[23637]: cluster 2024-03-30T04:36:26.351339+0000 mgr.y (mgr.14391) 175 : 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-03-30T04:36:28.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:36:28 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:28] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2024-03-30T04:36:29.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:29 smithi194 bash[18557]: cluster 2024-03-30T04:36:28.352065+0000 mgr.y (mgr.14391) 176 : 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-03-30T04:36:29.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:29 smithi194 bash[23637]: cluster 2024-03-30T04:36:28.352065+0000 mgr.y (mgr.14391) 176 : 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-03-30T04:36:29.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:29 smithi196 bash[18523]: cluster 2024-03-30T04:36:28.352065+0000 mgr.y (mgr.14391) 176 : 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-03-30T04:36:29.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:36:29 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:30 smithi194 bash[23637]: audit 2024-03-30T04:36:29.674155+0000 mgr.y (mgr.14391) 177 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:30 smithi194 bash[18557]: audit 2024-03-30T04:36:29.674155+0000 mgr.y (mgr.14391) 177 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:30.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:30 smithi196 bash[18523]: audit 2024-03-30T04:36:29.674155+0000 mgr.y (mgr.14391) 177 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:31.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:31 smithi194 bash[23637]: cluster 2024-03-30T04:36:30.353647+0000 mgr.y (mgr.14391) 178 : 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-03-30T04:36:31.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:31 smithi194 bash[18557]: cluster 2024-03-30T04:36:30.353647+0000 mgr.y (mgr.14391) 178 : 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-03-30T04:36:31.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:31 smithi196 bash[18523]: cluster 2024-03-30T04:36:30.353647+0000 mgr.y (mgr.14391) 178 : 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-03-30T04:36:33.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:33 smithi196 bash[18523]: cluster 2024-03-30T04:36:32.354440+0000 mgr.y (mgr.14391) 179 : 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-03-30T04:36:33.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:33 smithi194 bash[18557]: cluster 2024-03-30T04:36:32.354440+0000 mgr.y (mgr.14391) 179 : 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-03-30T04:36:33.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:33 smithi194 bash[23637]: cluster 2024-03-30T04:36:32.354440+0000 mgr.y (mgr.14391) 179 : 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-03-30T04:36:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:34 smithi196 bash[18523]: audit 2024-03-30T04:36:34.378787+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:34 smithi196 bash[18523]: audit 2024-03-30T04:36:34.379484+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:34 smithi196 bash[18523]: audit 2024-03-30T04:36:34.384630+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:34 smithi196 bash[18523]: audit 2024-03-30T04:36:34.385489+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:34.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[18557]: audit 2024-03-30T04:36:34.378787+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:34.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[18557]: audit 2024-03-30T04:36:34.379484+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:34.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[18557]: audit 2024-03-30T04:36:34.384630+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:34.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[18557]: audit 2024-03-30T04:36:34.385489+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:34.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[23637]: audit 2024-03-30T04:36:34.378787+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:34.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[23637]: audit 2024-03-30T04:36:34.379484+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:34.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[23637]: audit 2024-03-30T04:36:34.384630+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:34.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:34 smithi194 bash[23637]: audit 2024-03-30T04:36:34.385489+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:35.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:35 smithi196 bash[18523]: cluster 2024-03-30T04:36:34.355245+0000 mgr.y (mgr.14391) 180 : 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-03-30T04:36:35.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:35 smithi194 bash[18557]: cluster 2024-03-30T04:36:34.355245+0000 mgr.y (mgr.14391) 180 : 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-03-30T04:36:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:35 smithi194 bash[23637]: cluster 2024-03-30T04:36:34.355245+0000 mgr.y (mgr.14391) 180 : 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-03-30T04:36:37.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:37 smithi196 bash[18523]: cluster 2024-03-30T04:36:36.357065+0000 mgr.y (mgr.14391) 181 : 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-03-30T04:36:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:37 smithi194 bash[18557]: cluster 2024-03-30T04:36:36.357065+0000 mgr.y (mgr.14391) 181 : 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-03-30T04:36:37.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:37 smithi194 bash[23637]: cluster 2024-03-30T04:36:36.357065+0000 mgr.y (mgr.14391) 181 : 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-03-30T04:36:38.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:36:38 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:38] "GET /metrics HTTP/1.1" 200 214864 "" "Prometheus/2.33.4" 2024-03-30T04:36:39.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:39 smithi194 bash[18557]: cluster 2024-03-30T04:36:38.357798+0000 mgr.y (mgr.14391) 182 : 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-03-30T04:36:39.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:39 smithi194 bash[23637]: cluster 2024-03-30T04:36:38.357798+0000 mgr.y (mgr.14391) 182 : 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-03-30T04:36:39.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:39 smithi196 bash[18523]: cluster 2024-03-30T04:36:38.357798+0000 mgr.y (mgr.14391) 182 : 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-03-30T04:36:39.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:36:39 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:40 smithi194 bash[18557]: audit 2024-03-30T04:36:39.682764+0000 mgr.y (mgr.14391) 183 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:40.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:40 smithi194 bash[23637]: audit 2024-03-30T04:36:39.682764+0000 mgr.y (mgr.14391) 183 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:40.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:40 smithi196 bash[18523]: audit 2024-03-30T04:36:39.682764+0000 mgr.y (mgr.14391) 183 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:41.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:41 smithi194 bash[18557]: cluster 2024-03-30T04:36:40.359428+0000 mgr.y (mgr.14391) 184 : 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-03-30T04:36:41.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:41 smithi194 bash[23637]: cluster 2024-03-30T04:36:40.359428+0000 mgr.y (mgr.14391) 184 : 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-03-30T04:36:41.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:41 smithi196 bash[18523]: cluster 2024-03-30T04:36:40.359428+0000 mgr.y (mgr.14391) 184 : 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-03-30T04:36:43.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:43 smithi196 bash[18523]: cluster 2024-03-30T04:36:42.360187+0000 mgr.y (mgr.14391) 185 : 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-03-30T04:36:43.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:43 smithi194 bash[18557]: cluster 2024-03-30T04:36:42.360187+0000 mgr.y (mgr.14391) 185 : 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-03-30T04:36:43.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:43 smithi194 bash[23637]: cluster 2024-03-30T04:36:42.360187+0000 mgr.y (mgr.14391) 185 : 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-03-30T04:36:45.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:45 smithi196 bash[18523]: cluster 2024-03-30T04:36:44.360911+0000 mgr.y (mgr.14391) 186 : 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-03-30T04:36:45.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:45 smithi194 bash[18557]: cluster 2024-03-30T04:36:44.360911+0000 mgr.y (mgr.14391) 186 : 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-03-30T04:36:45.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:45 smithi194 bash[23637]: cluster 2024-03-30T04:36:44.360911+0000 mgr.y (mgr.14391) 186 : 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-03-30T04:36:47.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:47 smithi196 bash[18523]: cluster 2024-03-30T04:36:46.362647+0000 mgr.y (mgr.14391) 187 : 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-03-30T04:36:47.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:47 smithi194 bash[18557]: cluster 2024-03-30T04:36:46.362647+0000 mgr.y (mgr.14391) 187 : 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-03-30T04:36:47.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:47 smithi194 bash[23637]: cluster 2024-03-30T04:36:46.362647+0000 mgr.y (mgr.14391) 187 : 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-03-30T04:36:48.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:36:48 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:48] "GET /metrics HTTP/1.1" 200 214864 "" "Prometheus/2.33.4" 2024-03-30T04:36:49.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:49 smithi194 bash[18557]: cluster 2024-03-30T04:36:48.363465+0000 mgr.y (mgr.14391) 188 : 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-03-30T04:36:49.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:49 smithi194 bash[23637]: cluster 2024-03-30T04:36:48.363465+0000 mgr.y (mgr.14391) 188 : 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-03-30T04:36:49.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:36:49 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:49.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:49 smithi196 bash[18523]: cluster 2024-03-30T04:36:48.363465+0000 mgr.y (mgr.14391) 188 : 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-03-30T04:36:50.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:50 smithi194 bash[18557]: audit 2024-03-30T04:36:49.694263+0000 mgr.y (mgr.14391) 189 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:50.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:50 smithi194 bash[23637]: audit 2024-03-30T04:36:49.694263+0000 mgr.y (mgr.14391) 189 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:50.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:50 smithi196 bash[18523]: audit 2024-03-30T04:36:49.694263+0000 mgr.y (mgr.14391) 189 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:51.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:51 smithi194 bash[18557]: cluster 2024-03-30T04:36:50.365240+0000 mgr.y (mgr.14391) 190 : 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-03-30T04:36:51.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:51 smithi194 bash[23637]: cluster 2024-03-30T04:36:50.365240+0000 mgr.y (mgr.14391) 190 : 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-03-30T04:36:51.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:51 smithi196 bash[18523]: cluster 2024-03-30T04:36:50.365240+0000 mgr.y (mgr.14391) 190 : 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-03-30T04:36:53.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:53 smithi196 bash[18523]: cluster 2024-03-30T04:36:52.365999+0000 mgr.y (mgr.14391) 191 : 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-03-30T04:36:53.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:53 smithi194 bash[18557]: cluster 2024-03-30T04:36:52.365999+0000 mgr.y (mgr.14391) 191 : 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-03-30T04:36:53.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:53 smithi194 bash[23637]: cluster 2024-03-30T04:36:52.365999+0000 mgr.y (mgr.14391) 191 : 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-03-30T04:36:55.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:55 smithi196 bash[18523]: cluster 2024-03-30T04:36:54.366724+0000 mgr.y (mgr.14391) 192 : 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-03-30T04:36:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:55 smithi194 bash[18557]: cluster 2024-03-30T04:36:54.366724+0000 mgr.y (mgr.14391) 192 : 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-03-30T04:36:55.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:55 smithi194 bash[23637]: cluster 2024-03-30T04:36:54.366724+0000 mgr.y (mgr.14391) 192 : 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-03-30T04:36:57.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:57 smithi196 bash[18523]: cluster 2024-03-30T04:36:56.368427+0000 mgr.y (mgr.14391) 193 : 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-03-30T04:36:57.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:57 smithi194 bash[18557]: cluster 2024-03-30T04:36:56.368427+0000 mgr.y (mgr.14391) 193 : 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-03-30T04:36:57.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:57 smithi194 bash[23637]: cluster 2024-03-30T04:36:56.368427+0000 mgr.y (mgr.14391) 193 : 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-03-30T04:36:58.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:36:58 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:58] "GET /metrics HTTP/1.1" 200 214888 "" "Prometheus/2.33.4" 2024-03-30T04:36:59.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:36:59 smithi194 bash[23637]: cluster 2024-03-30T04:36:58.369151+0000 mgr.y (mgr.14391) 194 : 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-03-30T04:36:59.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:36:59 smithi194 bash[18557]: cluster 2024-03-30T04:36:58.369151+0000 mgr.y (mgr.14391) 194 : 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-03-30T04:36:59.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:36:59 smithi196 bash[18523]: cluster 2024-03-30T04:36:58.369151+0000 mgr.y (mgr.14391) 194 : 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-03-30T04:36:59.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:36:59 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:36:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:00 smithi194 bash[18557]: audit 2024-03-30T04:36:59.704340+0000 mgr.y (mgr.14391) 195 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:00.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:00 smithi194 bash[23637]: audit 2024-03-30T04:36:59.704340+0000 mgr.y (mgr.14391) 195 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:00.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:00 smithi196 bash[18523]: audit 2024-03-30T04:36:59.704340+0000 mgr.y (mgr.14391) 195 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:01.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:01 smithi194 bash[18557]: cluster 2024-03-30T04:37:00.370771+0000 mgr.y (mgr.14391) 196 : 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-03-30T04:37:01.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:01 smithi194 bash[23637]: cluster 2024-03-30T04:37:00.370771+0000 mgr.y (mgr.14391) 196 : 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-03-30T04:37:01.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:01 smithi196 bash[18523]: cluster 2024-03-30T04:37:00.370771+0000 mgr.y (mgr.14391) 196 : 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-03-30T04:37:03.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:03 smithi196 bash[18523]: cluster 2024-03-30T04:37:02.371475+0000 mgr.y (mgr.14391) 197 : 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-03-30T04:37:03.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:03 smithi194 bash[18557]: cluster 2024-03-30T04:37:02.371475+0000 mgr.y (mgr.14391) 197 : 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-03-30T04:37:03.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:03 smithi194 bash[23637]: cluster 2024-03-30T04:37:02.371475+0000 mgr.y (mgr.14391) 197 : 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-03-30T04:37:05.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:05 smithi196 bash[18523]: cluster 2024-03-30T04:37:04.372227+0000 mgr.y (mgr.14391) 198 : 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-03-30T04:37:05.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:05 smithi194 bash[23637]: cluster 2024-03-30T04:37:04.372227+0000 mgr.y (mgr.14391) 198 : 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-03-30T04:37:05.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:05 smithi194 bash[18557]: cluster 2024-03-30T04:37:04.372227+0000 mgr.y (mgr.14391) 198 : 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-03-30T04:37:07.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:07 smithi196 bash[18523]: cluster 2024-03-30T04:37:06.373876+0000 mgr.y (mgr.14391) 199 : 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-03-30T04:37:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:07 smithi194 bash[18557]: cluster 2024-03-30T04:37:06.373876+0000 mgr.y (mgr.14391) 199 : 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-03-30T04:37:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:07 smithi194 bash[23637]: cluster 2024-03-30T04:37:06.373876+0000 mgr.y (mgr.14391) 199 : 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-03-30T04:37:08.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:37:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:08] "GET /metrics HTTP/1.1" 200 214884 "" "Prometheus/2.33.4" 2024-03-30T04:37:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:09 smithi194 bash[18557]: cluster 2024-03-30T04:37:08.374733+0000 mgr.y (mgr.14391) 200 : 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-03-30T04:37:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:09 smithi194 bash[23637]: cluster 2024-03-30T04:37:08.374733+0000 mgr.y (mgr.14391) 200 : 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-03-30T04:37:09.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:09 smithi196 bash[18523]: cluster 2024-03-30T04:37:08.374733+0000 mgr.y (mgr.14391) 200 : 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-03-30T04:37:09.699 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:37:09 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:10.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:10 smithi194 bash[18557]: audit 2024-03-30T04:37:09.711596+0000 mgr.y (mgr.14391) 201 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:10.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:10 smithi194 bash[23637]: audit 2024-03-30T04:37:09.711596+0000 mgr.y (mgr.14391) 201 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:10.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:10 smithi196 bash[18523]: audit 2024-03-30T04:37:09.711596+0000 mgr.y (mgr.14391) 201 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:11.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:11 smithi194 bash[18557]: cluster 2024-03-30T04:37:10.376472+0000 mgr.y (mgr.14391) 202 : 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-03-30T04:37:11.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:11 smithi194 bash[23637]: cluster 2024-03-30T04:37:10.376472+0000 mgr.y (mgr.14391) 202 : 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-03-30T04:37:11.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:11 smithi196 bash[18523]: cluster 2024-03-30T04:37:10.376472+0000 mgr.y (mgr.14391) 202 : 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-03-30T04:37:13.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:13 smithi196 bash[18523]: cluster 2024-03-30T04:37:12.377202+0000 mgr.y (mgr.14391) 203 : 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-03-30T04:37:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:13 smithi194 bash[18557]: cluster 2024-03-30T04:37:12.377202+0000 mgr.y (mgr.14391) 203 : 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-03-30T04:37:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:13 smithi194 bash[23637]: cluster 2024-03-30T04:37:12.377202+0000 mgr.y (mgr.14391) 203 : 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-03-30T04:37:15.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:15 smithi196 bash[18523]: cluster 2024-03-30T04:37:14.377864+0000 mgr.y (mgr.14391) 204 : 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-03-30T04:37:15.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:15 smithi194 bash[18557]: cluster 2024-03-30T04:37:14.377864+0000 mgr.y (mgr.14391) 204 : 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-03-30T04:37:15.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:15 smithi194 bash[23637]: cluster 2024-03-30T04:37:14.377864+0000 mgr.y (mgr.14391) 204 : 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-03-30T04:37:17.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:17 smithi196 bash[18523]: cluster 2024-03-30T04:37:16.379551+0000 mgr.y (mgr.14391) 205 : 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-03-30T04:37:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:17 smithi194 bash[18557]: cluster 2024-03-30T04:37:16.379551+0000 mgr.y (mgr.14391) 205 : 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-03-30T04:37:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:17 smithi194 bash[23637]: cluster 2024-03-30T04:37:16.379551+0000 mgr.y (mgr.14391) 205 : 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-03-30T04:37:18.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:37:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:18] "GET /metrics HTTP/1.1" 200 214884 "" "Prometheus/2.33.4" 2024-03-30T04:37:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:19 smithi194 bash[23637]: cluster 2024-03-30T04:37:18.380283+0000 mgr.y (mgr.14391) 206 : 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-03-30T04:37:19.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:19 smithi194 bash[18557]: cluster 2024-03-30T04:37:18.380283+0000 mgr.y (mgr.14391) 206 : 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-03-30T04:37:19.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:37:19 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:19.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:19 smithi196 bash[18523]: cluster 2024-03-30T04:37:18.380283+0000 mgr.y (mgr.14391) 206 : 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-03-30T04:37:20.162 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-03-30T04:37:20.569 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:20 smithi196 bash[18523]: audit 2024-03-30T04:37:19.713815+0000 mgr.y (mgr.14391) 207 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:20.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:20 smithi194 bash[23637]: audit 2024-03-30T04:37:19.713815+0000 mgr.y (mgr.14391) 207 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:20 smithi194 bash[18557]: audit 2024-03-30T04:37:19.713815+0000 mgr.y (mgr.14391) 207 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:21.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[18557]: audit 2024-03-30T04:37:20.338107+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:21.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[18557]: audit 2024-03-30T04:37:20.341150+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:21.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[18557]: audit 2024-03-30T04:37:20.342946+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:21.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[18557]: cluster 2024-03-30T04:37:20.381363+0000 mgr.y (mgr.14391) 208 : 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-03-30T04:37:21.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[18557]: audit 2024-03-30T04:37:20.594871+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:21.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[18557]: audit 2024-03-30T04:37:20.875081+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:21.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[23637]: audit 2024-03-30T04:37:20.338107+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:21.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[23637]: audit 2024-03-30T04:37:20.341150+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:21.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[23637]: audit 2024-03-30T04:37:20.342946+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:21.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[23637]: cluster 2024-03-30T04:37:20.381363+0000 mgr.y (mgr.14391) 208 : 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-03-30T04:37:21.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[23637]: audit 2024-03-30T04:37:20.594871+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:21.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:21 smithi194 bash[23637]: audit 2024-03-30T04:37:20.875081+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:21.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:21 smithi196 bash[18523]: audit 2024-03-30T04:37:20.338107+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:21.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:21 smithi196 bash[18523]: audit 2024-03-30T04:37:20.341150+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:21.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:21 smithi196 bash[18523]: audit 2024-03-30T04:37:20.342946+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:21.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:21 smithi196 bash[18523]: cluster 2024-03-30T04:37:20.381363+0000 mgr.y (mgr.14391) 208 : 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-03-30T04:37:21.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:21 smithi196 bash[18523]: audit 2024-03-30T04:37:20.594871+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:21.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:21 smithi196 bash[18523]: audit 2024-03-30T04:37:20.875081+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:23.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:23 smithi196 bash[18523]: cluster 2024-03-30T04:37:22.382055+0000 mgr.y (mgr.14391) 209 : 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-03-30T04:37:23.765 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:23 smithi194 bash[23637]: cluster 2024-03-30T04:37:22.382055+0000 mgr.y (mgr.14391) 209 : 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-03-30T04:37:23.766 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:23 smithi194 bash[18557]: cluster 2024-03-30T04:37:22.382055+0000 mgr.y (mgr.14391) 209 : 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-03-30T04:37:23.767 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-03-30T04:37:25.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:25 smithi196 bash[18523]: cluster 2024-03-30T04:37:24.382767+0000 mgr.y (mgr.14391) 210 : 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-03-30T04:37:25.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:25 smithi194 bash[18557]: cluster 2024-03-30T04:37:24.382767+0000 mgr.y (mgr.14391) 210 : 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-03-30T04:37:25.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:25 smithi194 bash[23637]: cluster 2024-03-30T04:37:24.382767+0000 mgr.y (mgr.14391) 210 : 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-03-30T04:37:27.395 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-30T04:37:27.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:27 smithi196 bash[18523]: cluster 2024-03-30T04:37:26.383975+0000 mgr.y (mgr.14391) 211 : 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-03-30T04:37:27.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:27 smithi194 bash[18557]: cluster 2024-03-30T04:37:26.383975+0000 mgr.y (mgr.14391) 211 : 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-03-30T04:37:27.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:27 smithi194 bash[23637]: cluster 2024-03-30T04:37:26.383975+0000 mgr.y (mgr.14391) 211 : 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-03-30T04:37:28.365 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:37:28 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:28] "GET /metrics HTTP/1.1" 200 214876 "" "Prometheus/2.33.4" 2024-03-30T04:37:29.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:29 smithi194 bash[18557]: cluster 2024-03-30T04:37:28.384617+0000 mgr.y (mgr.14391) 212 : 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-03-30T04:37:29.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:29 smithi194 bash[23637]: cluster 2024-03-30T04:37:28.384617+0000 mgr.y (mgr.14391) 212 : 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-03-30T04:37:29.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:29 smithi196 bash[18523]: cluster 2024-03-30T04:37:28.384617+0000 mgr.y (mgr.14391) 212 : 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-03-30T04:37:29.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:37:29 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:30.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:30 smithi194 bash[18557]: audit 2024-03-30T04:37:29.723832+0000 mgr.y (mgr.14391) 213 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:30.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:30 smithi194 bash[23637]: audit 2024-03-30T04:37:29.723832+0000 mgr.y (mgr.14391) 213 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:30.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:30 smithi196 bash[18523]: audit 2024-03-30T04:37:29.723832+0000 mgr.y (mgr.14391) 213 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:31.095 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-30T04:37:31.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:31 smithi194 bash[23637]: cluster 2024-03-30T04:37:30.386275+0000 mgr.y (mgr.14391) 214 : 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-03-30T04:37:31.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:31 smithi194 bash[18557]: cluster 2024-03-30T04:37:30.386275+0000 mgr.y (mgr.14391) 214 : 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-03-30T04:37:31.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:31 smithi196 bash[18523]: cluster 2024-03-30T04:37:30.386275+0000 mgr.y (mgr.14391) 214 : 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-03-30T04:37:33.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:33 smithi196 bash[18523]: cluster 2024-03-30T04:37:32.386811+0000 mgr.y (mgr.14391) 215 : 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-03-30T04:37:33.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:33 smithi194 bash[23637]: cluster 2024-03-30T04:37:32.386811+0000 mgr.y (mgr.14391) 215 : 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-03-30T04:37:33.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:33 smithi194 bash[18557]: cluster 2024-03-30T04:37:32.386811+0000 mgr.y (mgr.14391) 215 : 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-03-30T04:37:33.980 INFO:teuthology.orchestra.run.smithi194.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:34.733 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:37:34.745 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi194.front.sepia.ceph.com 2024-03-30T04:37:34.745 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:33.975698+0000 mgr.y (mgr.14391) 216 : audit [DBG] from='client.24898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: cephadm 2024-03-30T04:37:33.977388+0000 mgr.y (mgr.14391) 217 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:33.984252+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.033042+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.035102+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.036310+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.042218+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: cephadm 2024-03-30T04:37:34.049340+0000 mgr.y (mgr.14391) 218 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.388584+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.389200+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.393919+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[23637]: audit 2024-03-30T04:37:34.394362+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:33.975698+0000 mgr.y (mgr.14391) 216 : audit [DBG] from='client.24898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: cephadm 2024-03-30T04:37:33.977388+0000 mgr.y (mgr.14391) 217 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:33.984252+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.033042+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.035102+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.036310+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.042218+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: cephadm 2024-03-30T04:37:34.049340+0000 mgr.y (mgr.14391) 218 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.388584+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.389200+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:35.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.393919+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:35.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:34 smithi194 bash[18557]: audit 2024-03-30T04:37:34.394362+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:35.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:33.975698+0000 mgr.y (mgr.14391) 216 : audit [DBG] from='client.24898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:35.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: cephadm 2024-03-30T04:37:33.977388+0000 mgr.y (mgr.14391) 217 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:35.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:33.984252+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:35.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.033042+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:35.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.035102+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:35.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.036310+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:35.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.042218+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:37:35.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: cephadm 2024-03-30T04:37:34.049340+0000 mgr.y (mgr.14391) 218 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:37:35.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.388584+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:35.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.389200+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:35.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.393919+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:35.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:34 smithi196 bash[18523]: audit 2024-03-30T04:37:34.394362+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:36.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:36 smithi194 bash[23637]: cluster 2024-03-30T04:37:34.387492+0000 mgr.y (mgr.14391) 219 : 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-03-30T04:37:36.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:36 smithi194 bash[18557]: cluster 2024-03-30T04:37:34.387492+0000 mgr.y (mgr.14391) 219 : 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-03-30T04:37:36.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:36 smithi196 bash[18523]: cluster 2024-03-30T04:37:34.387492+0000 mgr.y (mgr.14391) 219 : 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-03-30T04:37:38.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:38 smithi194 bash[18557]: cluster 2024-03-30T04:37:36.388599+0000 mgr.y (mgr.14391) 220 : 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-03-30T04:37:38.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:37:38 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:38] "GET /metrics HTTP/1.1" 200 214842 "" "Prometheus/2.33.4" 2024-03-30T04:37:38.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:38 smithi194 bash[23637]: cluster 2024-03-30T04:37:36.388599+0000 mgr.y (mgr.14391) 220 : 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-03-30T04:37:38.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:38 smithi196 bash[18523]: cluster 2024-03-30T04:37:36.388599+0000 mgr.y (mgr.14391) 220 : 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-03-30T04:37:38.566 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:37:39.273 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (3m) 2m ago 4m 12.7M - ba2b418f427c e9d617a76196 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (4m) 2m ago 4m 42.9M - 8.3.5 dad864ee21e9 6080323ade8f 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (2m) 2m ago 2m - - 3.5 e1d6a67b021e ec8ba96d3678 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443 running (10m) 2m ago 10m 399M - 17.2.0 e1d6a67b021e 12846f9eba82 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:9283 running (12m) 2m ago 12m 444M - 17.2.0 e1d6a67b021e a8ebf1cf873c 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (12m) 2m ago 12m 44.8M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (10m) 2m ago 10m 40.0M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (10m) 2m ago 10m 38.8M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:37:39.274 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (4m) 2m ago 4m 9119k - 1dbe0e931976 80a714acb75c 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (4m) 2m ago 4m 9451k - 1dbe0e931976 bd0ad1a85488 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (9m) 2m ago 9m 50.2M 4060M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (9m) 2m ago 9m 53.1M 4060M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (8m) 2m ago 8m 47.4M 4060M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (7m) 2m ago 7m 50.6M 4060M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (7m) 2m ago 7m 51.7M 4316M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (6m) 2m ago 6m 47.0M 4316M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (6m) 2m ago 6m 46.1M 4316M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (5m) 2m ago 5m 47.8M 4316M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (3m) 2m ago 4m 45.1M - 514e6a882f6e 5f01361a0a04 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (2m) 2m ago 2m 82.7M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (2m) 2m ago 2m 82.3M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:37:39.275 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (2m) 2m ago 2m 82.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:37:39.276 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (2m) 2m ago 2m 81.9M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:37:39.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:39 smithi194 bash[18557]: cluster 2024-03-30T04:37:38.389018+0000 mgr.y (mgr.14391) 221 : 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-03-30T04:37:39.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:39 smithi194 bash[18557]: audit 2024-03-30T04:37:38.557358+0000 mgr.y (mgr.14391) 222 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:39 smithi194 bash[18557]: audit 2024-03-30T04:37:38.904455+0000 mgr.y (mgr.14391) 223 : audit [DBG] from='client.24910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:39 smithi194 bash[23637]: cluster 2024-03-30T04:37:38.389018+0000 mgr.y (mgr.14391) 221 : 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-03-30T04:37:39.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:39 smithi194 bash[23637]: audit 2024-03-30T04:37:38.557358+0000 mgr.y (mgr.14391) 222 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:39 smithi194 bash[23637]: audit 2024-03-30T04:37:38.904455+0000 mgr.y (mgr.14391) 223 : audit [DBG] from='client.24910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.682 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:37:39.682 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:37:39.682 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:37:39.682 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:37:39.683 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:37:39.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:37:39 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:39.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:39 smithi196 bash[18523]: cluster 2024-03-30T04:37:38.389018+0000 mgr.y (mgr.14391) 221 : 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-03-30T04:37:39.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:39 smithi196 bash[18523]: audit 2024-03-30T04:37:38.557358+0000 mgr.y (mgr.14391) 222 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:39.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:39 smithi196 bash[18523]: audit 2024-03-30T04:37:38.904455+0000 mgr.y (mgr.14391) 223 : audit [DBG] from='client.24910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:40.012 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:37:40.013 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:37:40.013 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:37:40.013 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:37:40.013 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "", 2024-03-30T04:37:40.013 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 image" 2024-03-30T04:37:40.013 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:37:40.421 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:37:40.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[23637]: audit 2024-03-30T04:37:39.264707+0000 mgr.y (mgr.14391) 224 : audit [DBG] from='client.24916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:40.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[23637]: audit 2024-03-30T04:37:39.688485+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.194:0/226530388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:40.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[23637]: audit 2024-03-30T04:37:39.731975+0000 mgr.y (mgr.14391) 225 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:40.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[23637]: audit 2024-03-30T04:37:40.018918+0000 mgr.y (mgr.14391) 226 : audit [DBG] from='client.24928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[18557]: audit 2024-03-30T04:37:39.264707+0000 mgr.y (mgr.14391) 224 : audit [DBG] from='client.24916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[18557]: audit 2024-03-30T04:37:39.688485+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.194:0/226530388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[18557]: audit 2024-03-30T04:37:39.731975+0000 mgr.y (mgr.14391) 225 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:40.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:40 smithi194 bash[18557]: audit 2024-03-30T04:37:40.018918+0000 mgr.y (mgr.14391) 226 : audit [DBG] from='client.24928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:40.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:40 smithi196 bash[18523]: audit 2024-03-30T04:37:39.264707+0000 mgr.y (mgr.14391) 224 : audit [DBG] from='client.24916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:40.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:40 smithi196 bash[18523]: audit 2024-03-30T04:37:39.688485+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.194:0/226530388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:37:40.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:40 smithi196 bash[18523]: audit 2024-03-30T04:37:39.731975+0000 mgr.y (mgr.14391) 225 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:40.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:40 smithi196 bash[18523]: audit 2024-03-30T04:37:40.018918+0000 mgr.y (mgr.14391) 226 : audit [DBG] from='client.24928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:37:41.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:41 smithi194 bash[18557]: cluster 2024-03-30T04:37:40.389980+0000 mgr.y (mgr.14391) 227 : 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-03-30T04:37:41.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:41 smithi194 bash[18557]: audit 2024-03-30T04:37:40.427928+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.194:0/243189760' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:41.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:41 smithi194 bash[23637]: cluster 2024-03-30T04:37:40.389980+0000 mgr.y (mgr.14391) 227 : 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-03-30T04:37:41.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:41 smithi194 bash[23637]: audit 2024-03-30T04:37:40.427928+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.194:0/243189760' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:41.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:41 smithi196 bash[18523]: cluster 2024-03-30T04:37:40.389980+0000 mgr.y (mgr.14391) 227 : 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-03-30T04:37:41.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:41 smithi196 bash[18523]: audit 2024-03-30T04:37:40.427928+0000 mon.c (mon.1) 42 : audit [DBG] from='client.? 172.21.15.194:0/243189760' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:37:43.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:43 smithi196 bash[18523]: cluster 2024-03-30T04:37:42.390412+0000 mgr.y (mgr.14391) 228 : 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-03-30T04:37:43.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:43 smithi194 bash[18557]: cluster 2024-03-30T04:37:42.390412+0000 mgr.y (mgr.14391) 228 : 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-03-30T04:37:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:43 smithi194 bash[23637]: cluster 2024-03-30T04:37:42.390412+0000 mgr.y (mgr.14391) 228 : 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-03-30T04:37:45.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:45 smithi196 bash[18523]: cluster 2024-03-30T04:37:44.391116+0000 mgr.y (mgr.14391) 229 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:37:45.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:45 smithi194 bash[23637]: cluster 2024-03-30T04:37:44.391116+0000 mgr.y (mgr.14391) 229 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:37:45.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:45 smithi194 bash[18557]: cluster 2024-03-30T04:37:44.391116+0000 mgr.y (mgr.14391) 229 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:37:47.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:47 smithi196 bash[18523]: cluster 2024-03-30T04:37:46.392985+0000 mgr.y (mgr.14391) 230 : 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-03-30T04:37:47.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:47 smithi194 bash[23637]: cluster 2024-03-30T04:37:46.392985+0000 mgr.y (mgr.14391) 230 : 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-03-30T04:37:47.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:47 smithi194 bash[18557]: cluster 2024-03-30T04:37:46.392985+0000 mgr.y (mgr.14391) 230 : 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-03-30T04:37:48.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:37:48 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:48] "GET /metrics HTTP/1.1" 200 214842 "" "Prometheus/2.33.4" 2024-03-30T04:37:49.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:49 smithi194 bash[18557]: cluster 2024-03-30T04:37:48.393914+0000 mgr.y (mgr.14391) 231 : 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-03-30T04:37:49.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:49 smithi194 bash[23637]: cluster 2024-03-30T04:37:48.393914+0000 mgr.y (mgr.14391) 231 : 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-03-30T04:37:49.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:49 smithi196 bash[18523]: cluster 2024-03-30T04:37:48.393914+0000 mgr.y (mgr.14391) 231 : 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-03-30T04:37:49.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:37:49 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:50.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:50 smithi194 bash[18557]: audit 2024-03-30T04:37:49.740302+0000 mgr.y (mgr.14391) 232 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:50.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:50 smithi194 bash[23637]: audit 2024-03-30T04:37:49.740302+0000 mgr.y (mgr.14391) 232 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:50.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:50 smithi196 bash[18523]: audit 2024-03-30T04:37:49.740302+0000 mgr.y (mgr.14391) 232 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:51.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:51 smithi194 bash[18557]: cluster 2024-03-30T04:37:50.395455+0000 mgr.y (mgr.14391) 233 : 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-03-30T04:37:51.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:51 smithi194 bash[23637]: cluster 2024-03-30T04:37:50.395455+0000 mgr.y (mgr.14391) 233 : 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-03-30T04:37:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:51 smithi196 bash[18523]: cluster 2024-03-30T04:37:50.395455+0000 mgr.y (mgr.14391) 233 : 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-03-30T04:37:53.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:53 smithi194 bash[18557]: cluster 2024-03-30T04:37:52.396415+0000 mgr.y (mgr.14391) 234 : 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-03-30T04:37:53.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:53 smithi194 bash[23637]: cluster 2024-03-30T04:37:52.396415+0000 mgr.y (mgr.14391) 234 : 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-03-30T04:37:53.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:53 smithi196 bash[18523]: cluster 2024-03-30T04:37:52.396415+0000 mgr.y (mgr.14391) 234 : 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-03-30T04:37:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:55 smithi194 bash[23637]: cluster 2024-03-30T04:37:54.397141+0000 mgr.y (mgr.14391) 235 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:55 smithi194 bash[18557]: cluster 2024-03-30T04:37:54.397141+0000 mgr.y (mgr.14391) 235 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:55.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:55 smithi196 bash[18523]: cluster 2024-03-30T04:37:54.397141+0000 mgr.y (mgr.14391) 235 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:57.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:57 smithi194 bash[23637]: cluster 2024-03-30T04:37:56.398915+0000 mgr.y (mgr.14391) 236 : 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-03-30T04:37:57.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:57 smithi194 bash[18557]: cluster 2024-03-30T04:37:56.398915+0000 mgr.y (mgr.14391) 236 : 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-03-30T04:37:57.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:57 smithi196 bash[18523]: cluster 2024-03-30T04:37:56.398915+0000 mgr.y (mgr.14391) 236 : 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-03-30T04:37:58.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:37:58 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:58] "GET /metrics HTTP/1.1" 200 214812 "" "Prometheus/2.33.4" 2024-03-30T04:37:59.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:37:59 smithi194 bash[18557]: cluster 2024-03-30T04:37:58.399389+0000 mgr.y (mgr.14391) 237 : 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-03-30T04:37:59.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:37:59 smithi194 bash[23637]: cluster 2024-03-30T04:37:58.399389+0000 mgr.y (mgr.14391) 237 : 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-03-30T04:37:59.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:37:59 smithi196 bash[18523]: cluster 2024-03-30T04:37:58.399389+0000 mgr.y (mgr.14391) 237 : 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-03-30T04:37:59.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:37:59 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:37:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:00.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:00 smithi194 bash[18557]: audit 2024-03-30T04:37:59.748005+0000 mgr.y (mgr.14391) 238 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:00 smithi194 bash[23637]: audit 2024-03-30T04:37:59.748005+0000 mgr.y (mgr.14391) 238 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:00.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:00 smithi196 bash[18523]: audit 2024-03-30T04:37:59.748005+0000 mgr.y (mgr.14391) 238 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:01.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:01 smithi194 bash[18557]: cluster 2024-03-30T04:38:00.400316+0000 mgr.y (mgr.14391) 239 : 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-03-30T04:38:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:01 smithi194 bash[23637]: cluster 2024-03-30T04:38:00.400316+0000 mgr.y (mgr.14391) 239 : 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-03-30T04:38:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:01 smithi196 bash[18523]: cluster 2024-03-30T04:38:00.400316+0000 mgr.y (mgr.14391) 239 : 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-03-30T04:38:03.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:03 smithi194 bash[18557]: cluster 2024-03-30T04:38:02.400732+0000 mgr.y (mgr.14391) 240 : 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-03-30T04:38:03.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:03 smithi194 bash[23637]: cluster 2024-03-30T04:38:02.400732+0000 mgr.y (mgr.14391) 240 : 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-03-30T04:38:03.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:03 smithi196 bash[18523]: cluster 2024-03-30T04:38:02.400732+0000 mgr.y (mgr.14391) 240 : 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-03-30T04:38:05.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:05 smithi194 bash[18557]: cluster 2024-03-30T04:38:04.401089+0000 mgr.y (mgr.14391) 241 : 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-03-30T04:38:05.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:05 smithi194 bash[23637]: cluster 2024-03-30T04:38:04.401089+0000 mgr.y (mgr.14391) 241 : 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-03-30T04:38:05.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:05 smithi196 bash[18523]: cluster 2024-03-30T04:38:04.401089+0000 mgr.y (mgr.14391) 241 : 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-03-30T04:38:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:07 smithi194 bash[18557]: cluster 2024-03-30T04:38:06.402740+0000 mgr.y (mgr.14391) 242 : 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-03-30T04:38:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:07 smithi194 bash[23637]: cluster 2024-03-30T04:38:06.402740+0000 mgr.y (mgr.14391) 242 : 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-03-30T04:38:07.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:07 smithi196 bash[18523]: cluster 2024-03-30T04:38:06.402740+0000 mgr.y (mgr.14391) 242 : 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-03-30T04:38:08.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:38:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:08] "GET /metrics HTTP/1.1" 200 214815 "" "Prometheus/2.33.4" 2024-03-30T04:38:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:09 smithi194 bash[18557]: cluster 2024-03-30T04:38:08.403492+0000 mgr.y (mgr.14391) 243 : 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-03-30T04:38:09.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:09 smithi194 bash[23637]: cluster 2024-03-30T04:38:08.403492+0000 mgr.y (mgr.14391) 243 : 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-03-30T04:38:09.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:09 smithi196 bash[18523]: cluster 2024-03-30T04:38:08.403492+0000 mgr.y (mgr.14391) 243 : 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-03-30T04:38:09.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:38:09 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:10.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:10 smithi194 bash[18557]: audit 2024-03-30T04:38:09.759079+0000 mgr.y (mgr.14391) 244 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:10.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:10 smithi194 bash[23637]: audit 2024-03-30T04:38:09.759079+0000 mgr.y (mgr.14391) 244 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:10.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:10 smithi196 bash[18523]: audit 2024-03-30T04:38:09.759079+0000 mgr.y (mgr.14391) 244 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:10.785 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:38:11.446 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (4m) 2m ago 5m 12.7M - ba2b418f427c e9d617a76196 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (4m) 3m ago 4m 42.9M - 8.3.5 dad864ee21e9 6080323ade8f 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (2m) 2m ago 2m - - 3.5 e1d6a67b021e ec8ba96d3678 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443 running (10m) 3m ago 10m 399M - 17.2.0 e1d6a67b021e 12846f9eba82 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:9283 running (12m) 2m ago 12m 444M - 17.2.0 e1d6a67b021e a8ebf1cf873c 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (12m) 2m ago 12m 44.8M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (10m) 3m ago 10m 40.0M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (11m) 2m ago 11m 38.8M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (5m) 2m ago 5m 9119k - 1dbe0e931976 80a714acb75c 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (5m) 3m ago 5m 9451k - 1dbe0e931976 bd0ad1a85488 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (10m) 2m ago 10m 50.2M 4060M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (9m) 2m ago 9m 53.1M 4060M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (9m) 2m ago 9m 47.4M 4060M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:38:11.447 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (8m) 2m ago 8m 50.6M 4060M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (7m) 3m ago 7m 51.7M 4316M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (7m) 3m ago 7m 47.0M 4316M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (6m) 3m ago 6m 46.1M 4316M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (6m) 3m ago 6m 47.8M 4316M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (4m) 3m ago 5m 45.1M - 514e6a882f6e 5f01361a0a04 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (3m) 2m ago 3m 82.7M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (3m) 3m ago 3m 82.3M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (3m) 2m ago 3m 82.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:38:11.448 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (3m) 3m ago 3m 81.9M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:38:11.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:11 smithi194 bash[18557]: cluster 2024-03-30T04:38:10.405120+0000 mgr.y (mgr.14391) 245 : 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-03-30T04:38:11.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:11 smithi194 bash[18557]: audit 2024-03-30T04:38:10.777878+0000 mgr.y (mgr.14391) 246 : audit [DBG] from='client.15003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:11 smithi194 bash[18557]: audit 2024-03-30T04:38:11.104557+0000 mgr.y (mgr.14391) 247 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:11 smithi194 bash[23637]: cluster 2024-03-30T04:38:10.405120+0000 mgr.y (mgr.14391) 245 : 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-03-30T04:38:11.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:11 smithi194 bash[23637]: audit 2024-03-30T04:38:10.777878+0000 mgr.y (mgr.14391) 246 : audit [DBG] from='client.15003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:11 smithi194 bash[23637]: audit 2024-03-30T04:38:11.104557+0000 mgr.y (mgr.14391) 247 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:11 smithi196 bash[18523]: cluster 2024-03-30T04:38:10.405120+0000 mgr.y (mgr.14391) 245 : 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-03-30T04:38:11.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:11 smithi196 bash[18523]: audit 2024-03-30T04:38:10.777878+0000 mgr.y (mgr.14391) 246 : audit [DBG] from='client.15003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:11 smithi196 bash[18523]: audit 2024-03-30T04:38:11.104557+0000 mgr.y (mgr.14391) 247 : audit [DBG] from='client.15009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:11.807 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:38:11.807 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:38:11.807 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:38:11.808 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:38:12.122 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:38:12.122 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:38:12.122 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:38:12.122 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:38:12.122 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "", 2024-03-30T04:38:12.122 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 image" 2024-03-30T04:38:12.122 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:38:12.507 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:38:12.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:12 smithi194 bash[23637]: audit 2024-03-30T04:38:11.432852+0000 mgr.y (mgr.14391) 248 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:12.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:12 smithi194 bash[23637]: audit 2024-03-30T04:38:11.813925+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.194:0/3799405370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:12.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:12 smithi194 bash[23637]: audit 2024-03-30T04:38:12.128383+0000 mgr.y (mgr.14391) 249 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:12.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:12 smithi194 bash[18557]: audit 2024-03-30T04:38:11.432852+0000 mgr.y (mgr.14391) 248 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:12.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:12 smithi194 bash[18557]: audit 2024-03-30T04:38:11.813925+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.194:0/3799405370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:12.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:12 smithi194 bash[18557]: audit 2024-03-30T04:38:12.128383+0000 mgr.y (mgr.14391) 249 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:12.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:12 smithi196 bash[18523]: audit 2024-03-30T04:38:11.432852+0000 mgr.y (mgr.14391) 248 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:12.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:12 smithi196 bash[18523]: audit 2024-03-30T04:38:11.813925+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.194:0/3799405370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:12.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:12 smithi196 bash[18523]: audit 2024-03-30T04:38:12.128383+0000 mgr.y (mgr.14391) 249 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:13.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:13 smithi194 bash[23637]: cluster 2024-03-30T04:38:12.405812+0000 mgr.y (mgr.14391) 250 : 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-03-30T04:38:13.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:13 smithi194 bash[23637]: audit 2024-03-30T04:38:12.514035+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.194:0/2204642157' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:13.547 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:13 smithi194 bash[18557]: cluster 2024-03-30T04:38:12.405812+0000 mgr.y (mgr.14391) 250 : 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-03-30T04:38:13.547 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:13 smithi194 bash[18557]: audit 2024-03-30T04:38:12.514035+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.194:0/2204642157' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:13.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:13 smithi196 bash[18523]: cluster 2024-03-30T04:38:12.405812+0000 mgr.y (mgr.14391) 250 : 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-03-30T04:38:13.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:13 smithi196 bash[18523]: audit 2024-03-30T04:38:12.514035+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.194:0/2204642157' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:13.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:13 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:13.553Z 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.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:38:13.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:13 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:13.553Z 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.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:38:15.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:15 smithi194 bash[18557]: cluster 2024-03-30T04:38:14.406586+0000 mgr.y (mgr.14391) 251 : 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-03-30T04:38:15.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:15 smithi194 bash[23637]: cluster 2024-03-30T04:38:14.406586+0000 mgr.y (mgr.14391) 251 : 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-03-30T04:38:15.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:15 smithi196 bash[18523]: cluster 2024-03-30T04:38:14.406586+0000 mgr.y (mgr.14391) 251 : 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-03-30T04:38:17.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:17 smithi194 bash[18557]: cluster 2024-03-30T04:38:16.408274+0000 mgr.y (mgr.14391) 252 : 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-03-30T04:38:17.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:17 smithi194 bash[23637]: cluster 2024-03-30T04:38:16.408274+0000 mgr.y (mgr.14391) 252 : 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-03-30T04:38:17.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:17 smithi196 bash[18523]: cluster 2024-03-30T04:38:16.408274+0000 mgr.y (mgr.14391) 252 : 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-03-30T04:38:18.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:38:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:18] "GET /metrics HTTP/1.1" 200 214815 "" "Prometheus/2.33.4" 2024-03-30T04:38:19.448 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:38:19 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:19 smithi196 bash[18523]: audit 2024-03-30T04:38:18.109980+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:38:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:19 smithi196 bash[18523]: cephadm 2024-03-30T04:38:18.111336+0000 mgr.y (mgr.14391) 253 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:38:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:19 smithi196 bash[18523]: cephadm 2024-03-30T04:38:18.111516+0000 mgr.y (mgr.14391) 254 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:38:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:19 smithi196 bash[18523]: audit 2024-03-30T04:38:18.114344+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:19 smithi196 bash[18523]: audit 2024-03-30T04:38:18.125909+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:38:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:19 smithi196 bash[18523]: cephadm 2024-03-30T04:38:18.129829+0000 mgr.y (mgr.14391) 255 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:38:19.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[18557]: audit 2024-03-30T04:38:18.109980+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:38:19.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[18557]: cephadm 2024-03-30T04:38:18.111336+0000 mgr.y (mgr.14391) 253 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:38:19.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[18557]: cephadm 2024-03-30T04:38:18.111516+0000 mgr.y (mgr.14391) 254 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:38:19.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[18557]: audit 2024-03-30T04:38:18.114344+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:19.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[18557]: audit 2024-03-30T04:38:18.125909+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:38:19.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[18557]: cephadm 2024-03-30T04:38:18.129829+0000 mgr.y (mgr.14391) 255 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:38:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[23637]: audit 2024-03-30T04:38:18.109980+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:38:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[23637]: cephadm 2024-03-30T04:38:18.111336+0000 mgr.y (mgr.14391) 253 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:38:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[23637]: cephadm 2024-03-30T04:38:18.111516+0000 mgr.y (mgr.14391) 254 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:38:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[23637]: audit 2024-03-30T04:38:18.114344+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[23637]: audit 2024-03-30T04:38:18.125909+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:38:19.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:19 smithi194 bash[23637]: cephadm 2024-03-30T04:38:18.129829+0000 mgr.y (mgr.14391) 255 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:38:20.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:20 smithi196 bash[18523]: cephadm 2024-03-30T04:38:18.360937+0000 mgr.y (mgr.14391) 256 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba on smithi196 2024-03-30T04:38:20.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:20 smithi196 bash[18523]: cluster 2024-03-30T04:38:18.409014+0000 mgr.y (mgr.14391) 257 : 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-03-30T04:38:20.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:20 smithi194 bash[23637]: cephadm 2024-03-30T04:38:18.360937+0000 mgr.y (mgr.14391) 256 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba on smithi196 2024-03-30T04:38:20.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:20 smithi194 bash[23637]: cluster 2024-03-30T04:38:18.409014+0000 mgr.y (mgr.14391) 257 : 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-03-30T04:38:20.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:20 smithi194 bash[18557]: cephadm 2024-03-30T04:38:18.360937+0000 mgr.y (mgr.14391) 256 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba on smithi196 2024-03-30T04:38:20.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:20 smithi194 bash[18557]: cluster 2024-03-30T04:38:18.409014+0000 mgr.y (mgr.14391) 257 : 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-03-30T04:38:21.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:21 smithi196 bash[18523]: audit 2024-03-30T04:38:19.770451+0000 mgr.y (mgr.14391) 258 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:21.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:21 smithi194 bash[18557]: audit 2024-03-30T04:38:19.770451+0000 mgr.y (mgr.14391) 258 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:21.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:21 smithi194 bash[23637]: audit 2024-03-30T04:38:19.770451+0000 mgr.y (mgr.14391) 258 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:22.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:22 smithi196 bash[18523]: cluster 2024-03-30T04:38:20.410735+0000 mgr.y (mgr.14391) 259 : 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-03-30T04:38:22.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:22 smithi194 bash[18557]: cluster 2024-03-30T04:38:20.410735+0000 mgr.y (mgr.14391) 259 : 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-03-30T04:38:22.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:22 smithi194 bash[23637]: cluster 2024-03-30T04:38:20.410735+0000 mgr.y (mgr.14391) 259 : 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-03-30T04:38:23.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:23 smithi194 bash[41689]: level=error ts=2024-03-30T04:38:23.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:38:23.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:23 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:23.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.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:38:23.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:23 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:23.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:38:24.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:24 smithi196 bash[18523]: cluster 2024-03-30T04:38:22.411615+0000 mgr.y (mgr.14391) 260 : 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-03-30T04:38:24.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:24 smithi194 bash[18557]: cluster 2024-03-30T04:38:22.411615+0000 mgr.y (mgr.14391) 260 : 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-03-30T04:38:24.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:24 smithi194 bash[23637]: cluster 2024-03-30T04:38:22.411615+0000 mgr.y (mgr.14391) 260 : 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-03-30T04:38:26.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:26 smithi196 bash[18523]: cluster 2024-03-30T04:38:24.412405+0000 mgr.y (mgr.14391) 261 : 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-03-30T04:38:26.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:26 smithi194 bash[18557]: cluster 2024-03-30T04:38:24.412405+0000 mgr.y (mgr.14391) 261 : 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-03-30T04:38:26.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:26 smithi194 bash[23637]: cluster 2024-03-30T04:38:24.412405+0000 mgr.y (mgr.14391) 261 : 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-03-30T04:38:28.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:28 smithi196 bash[18523]: cluster 2024-03-30T04:38:26.414129+0000 mgr.y (mgr.14391) 262 : 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-03-30T04:38:28.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:38:28 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:28] "GET /metrics HTTP/1.1" 200 214816 "" "Prometheus/2.33.4" 2024-03-30T04:38:28.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:28 smithi194 bash[18557]: cluster 2024-03-30T04:38:26.414129+0000 mgr.y (mgr.14391) 262 : 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-03-30T04:38:28.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:28 smithi194 bash[23637]: cluster 2024-03-30T04:38:26.414129+0000 mgr.y (mgr.14391) 262 : 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-03-30T04:38:29.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:29 smithi194 bash[18557]: cluster 2024-03-30T04:38:28.414855+0000 mgr.y (mgr.14391) 263 : 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-03-30T04:38:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:29 smithi194 bash[23637]: cluster 2024-03-30T04:38:28.414855+0000 mgr.y (mgr.14391) 263 : 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-03-30T04:38:29.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:29 smithi196 bash[18523]: cluster 2024-03-30T04:38:28.414855+0000 mgr.y (mgr.14391) 263 : 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-03-30T04:38:29.698 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:38:29 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:29] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:30.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:30 smithi194 bash[23637]: audit 2024-03-30T04:38:29.779035+0000 mgr.y (mgr.14391) 264 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:30.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:30 smithi194 bash[18557]: audit 2024-03-30T04:38:29.779035+0000 mgr.y (mgr.14391) 264 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:30.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:30 smithi196 bash[18523]: audit 2024-03-30T04:38:29.779035+0000 mgr.y (mgr.14391) 264 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:31.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:31 smithi194 bash[18557]: cluster 2024-03-30T04:38:30.416509+0000 mgr.y (mgr.14391) 265 : 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-03-30T04:38:31.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:31 smithi194 bash[23637]: cluster 2024-03-30T04:38:30.416509+0000 mgr.y (mgr.14391) 265 : 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-03-30T04:38:31.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:31 smithi196 bash[18523]: cluster 2024-03-30T04:38:30.416509+0000 mgr.y (mgr.14391) 265 : 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-03-30T04:38:33.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:33 smithi194 bash[18557]: cluster 2024-03-30T04:38:32.417233+0000 mgr.y (mgr.14391) 266 : 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-03-30T04:38:33.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:33 smithi194 bash[23637]: cluster 2024-03-30T04:38:32.417233+0000 mgr.y (mgr.14391) 266 : 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-03-30T04:38:33.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:33 smithi194 bash[41689]: level=error ts=2024-03-30T04:38:33.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:38:33.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:33 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:33.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:38:33.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:33 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:33.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.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:38:33.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:33 smithi196 bash[18523]: cluster 2024-03-30T04:38:32.417233+0000 mgr.y (mgr.14391) 266 : 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-03-30T04:38:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[18557]: audit 2024-03-30T04:38:34.404367+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[18557]: audit 2024-03-30T04:38:34.404842+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[18557]: audit 2024-03-30T04:38:34.404894+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[18557]: audit 2024-03-30T04:38:34.405807+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:34.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[23637]: audit 2024-03-30T04:38:34.404367+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:34.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[23637]: audit 2024-03-30T04:38:34.404842+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:34.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[23637]: audit 2024-03-30T04:38:34.404894+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:34.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:34 smithi194 bash[23637]: audit 2024-03-30T04:38:34.405807+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:34.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:34 smithi196 bash[18523]: audit 2024-03-30T04:38:34.404367+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:34.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:34 smithi196 bash[18523]: audit 2024-03-30T04:38:34.404842+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:34.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:34 smithi196 bash[18523]: audit 2024-03-30T04:38:34.404894+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:34.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:34 smithi196 bash[18523]: audit 2024-03-30T04:38:34.405807+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:35.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:35 smithi194 bash[18557]: cluster 2024-03-30T04:38:34.418064+0000 mgr.y (mgr.14391) 267 : 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-03-30T04:38:35.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:35 smithi194 bash[23637]: cluster 2024-03-30T04:38:34.418064+0000 mgr.y (mgr.14391) 267 : 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-03-30T04:38:35.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:35 smithi196 bash[18523]: cluster 2024-03-30T04:38:34.418064+0000 mgr.y (mgr.14391) 267 : 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-03-30T04:38:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:37 smithi194 bash[23637]: cluster 2024-03-30T04:38:36.419833+0000 mgr.y (mgr.14391) 268 : 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-03-30T04:38:37.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:37 smithi194 bash[18557]: cluster 2024-03-30T04:38:36.419833+0000 mgr.y (mgr.14391) 268 : 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-03-30T04:38:37.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:37 smithi196 bash[18523]: cluster 2024-03-30T04:38:36.419833+0000 mgr.y (mgr.14391) 268 : 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-03-30T04:38:38.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:38:38 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:38] "GET /metrics HTTP/1.1" 200 214823 "" "Prometheus/2.33.4" 2024-03-30T04:38:39.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:39 smithi194 bash[23637]: cluster 2024-03-30T04:38:38.420519+0000 mgr.y (mgr.14391) 269 : 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-03-30T04:38:39.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:39 smithi194 bash[18557]: cluster 2024-03-30T04:38:38.420519+0000 mgr.y (mgr.14391) 269 : 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-03-30T04:38:39.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:38:39 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:39.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:39 smithi196 bash[18523]: cluster 2024-03-30T04:38:38.420519+0000 mgr.y (mgr.14391) 269 : 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-03-30T04:38:40.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:40 smithi194 bash[23637]: audit 2024-03-30T04:38:39.788322+0000 mgr.y (mgr.14391) 270 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:40.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:40 smithi194 bash[18557]: audit 2024-03-30T04:38:39.788322+0000 mgr.y (mgr.14391) 270 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:40.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:40 smithi196 bash[18523]: audit 2024-03-30T04:38:39.788322+0000 mgr.y (mgr.14391) 270 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:41.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:41 smithi194 bash[23637]: cluster 2024-03-30T04:38:40.422170+0000 mgr.y (mgr.14391) 271 : 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-03-30T04:38:41.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:41 smithi194 bash[18557]: cluster 2024-03-30T04:38:40.422170+0000 mgr.y (mgr.14391) 271 : 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-03-30T04:38:41.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:41 smithi196 bash[18523]: cluster 2024-03-30T04:38:40.422170+0000 mgr.y (mgr.14391) 271 : 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-03-30T04:38:42.869 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:38:43.540 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (4m) 3m ago 5m 12.7M - ba2b418f427c e9d617a76196 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (5m) 3m ago 5m 42.9M - 8.3.5 dad864ee21e9 6080323ade8f 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (3m) 3m ago 3m - - 3.5 e1d6a67b021e ec8ba96d3678 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443 running (11m) 3m ago 11m 399M - 17.2.0 e1d6a67b021e 12846f9eba82 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:9283 running (13m) 3m ago 13m 444M - 17.2.0 e1d6a67b021e a8ebf1cf873c 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (13m) 3m ago 13m 44.8M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (11m) 3m ago 11m 40.0M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (11m) 3m ago 11m 38.8M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (5m) 3m ago 5m 9119k - 1dbe0e931976 80a714acb75c 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (5m) 3m ago 5m 9451k - 1dbe0e931976 bd0ad1a85488 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (10m) 3m ago 10m 50.2M 4060M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (10m) 3m ago 10m 53.1M 4060M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (9m) 3m ago 9m 47.4M 4060M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:38:43.541 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (8m) 3m ago 9m 50.6M 4060M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (8m) 3m ago 8m 51.7M 4316M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (7m) 3m ago 7m 47.0M 4316M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (7m) 3m ago 7m 46.1M 4316M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (6m) 3m ago 6m 47.8M 4316M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (4m) 3m ago 5m 45.1M - 514e6a882f6e 5f01361a0a04 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (3m) 3m ago 3m 82.7M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (3m) 3m ago 3m 82.3M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (3m) 3m ago 3m 82.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:38:43.542 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (3m) 3m ago 3m 81.9M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:38:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[23637]: cluster 2024-03-30T04:38:42.422908+0000 mgr.y (mgr.14391) 272 : 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-03-30T04:38:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[23637]: audit 2024-03-30T04:38:42.861099+0000 mgr.y (mgr.14391) 273 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[23637]: audit 2024-03-30T04:38:43.195664+0000 mgr.y (mgr.14391) 274 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[18557]: cluster 2024-03-30T04:38:42.422908+0000 mgr.y (mgr.14391) 272 : 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-03-30T04:38:43.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[18557]: audit 2024-03-30T04:38:42.861099+0000 mgr.y (mgr.14391) 273 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[18557]: audit 2024-03-30T04:38:43.195664+0000 mgr.y (mgr.14391) 274 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[41689]: level=error ts=2024-03-30T04:38: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 8 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:38:43.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:43.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:38:43.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:43 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:43.531Z 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.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:38:43.906 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:38:43.906 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:38:43.906 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:38:43.906 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:43.906 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:38:43.906 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:38:43.906 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:38:43.907 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:38:43.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:43 smithi196 bash[18523]: cluster 2024-03-30T04:38:42.422908+0000 mgr.y (mgr.14391) 272 : 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-03-30T04:38:43.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:43 smithi196 bash[18523]: audit 2024-03-30T04:38:42.861099+0000 mgr.y (mgr.14391) 273 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:43.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:43 smithi196 bash[18523]: audit 2024-03-30T04:38:43.195664+0000 mgr.y (mgr.14391) 274 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:44.222 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:38:44.222 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:38:44.223 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:38:44.223 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:38:44.223 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "0/23 daemons upgraded", 2024-03-30T04:38:44.223 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba image on host smithi196" 2024-03-30T04:38:44.223 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:38:44.613 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:38:44.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:44 smithi194 bash[23637]: audit 2024-03-30T04:38:43.503080+0000 mgr.y (mgr.14391) 275 : audit [DBG] from='client.24988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:44.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:44 smithi194 bash[23637]: audit 2024-03-30T04:38:43.913261+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.194:0/3704605728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:44.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:44 smithi194 bash[23637]: audit 2024-03-30T04:38:44.229011+0000 mgr.y (mgr.14391) 276 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:44.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:44 smithi194 bash[18557]: audit 2024-03-30T04:38:43.503080+0000 mgr.y (mgr.14391) 275 : audit [DBG] from='client.24988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:44.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:44 smithi194 bash[18557]: audit 2024-03-30T04:38:43.913261+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.194:0/3704605728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:44.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:44 smithi194 bash[18557]: audit 2024-03-30T04:38:44.229011+0000 mgr.y (mgr.14391) 276 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:44.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:44 smithi196 bash[18523]: audit 2024-03-30T04:38:43.503080+0000 mgr.y (mgr.14391) 275 : audit [DBG] from='client.24988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:44.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:44 smithi196 bash[18523]: audit 2024-03-30T04:38:43.913261+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.194:0/3704605728' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:44.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:44 smithi196 bash[18523]: audit 2024-03-30T04:38:44.229011+0000 mgr.y (mgr.14391) 276 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:45.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:45 smithi194 bash[23637]: cluster 2024-03-30T04:38:44.423417+0000 mgr.y (mgr.14391) 277 : 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-03-30T04:38:45.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:45 smithi194 bash[23637]: audit 2024-03-30T04:38:44.618099+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.194:0/1017103204' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:45.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:45 smithi194 bash[18557]: cluster 2024-03-30T04:38:44.423417+0000 mgr.y (mgr.14391) 277 : 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-03-30T04:38:45.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:45 smithi194 bash[18557]: audit 2024-03-30T04:38:44.618099+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.194:0/1017103204' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:45.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:45 smithi196 bash[18523]: cluster 2024-03-30T04:38:44.423417+0000 mgr.y (mgr.14391) 277 : 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-03-30T04:38:45.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:45 smithi196 bash[18523]: audit 2024-03-30T04:38:44.618099+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.194:0/1017103204' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:47.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:47 smithi194 bash[23637]: cluster 2024-03-30T04:38:46.425127+0000 mgr.y (mgr.14391) 278 : 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-03-30T04:38:47.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:47 smithi194 bash[18557]: cluster 2024-03-30T04:38:46.425127+0000 mgr.y (mgr.14391) 278 : 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-03-30T04:38:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:47 smithi196 bash[18523]: cluster 2024-03-30T04:38:46.425127+0000 mgr.y (mgr.14391) 278 : 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-03-30T04:38:48.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:38:48 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:48] "GET /metrics HTTP/1.1" 200 214823 "" "Prometheus/2.33.4" 2024-03-30T04:38:49.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:49 smithi194 bash[18557]: cluster 2024-03-30T04:38:48.425858+0000 mgr.y (mgr.14391) 279 : 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-03-30T04:38:49.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:49 smithi194 bash[23637]: cluster 2024-03-30T04:38:48.425858+0000 mgr.y (mgr.14391) 279 : 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-03-30T04:38:49.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:38:49 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:49] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:49.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:49 smithi196 bash[18523]: cluster 2024-03-30T04:38:48.425858+0000 mgr.y (mgr.14391) 279 : 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-03-30T04:38:50.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:50 smithi194 bash[18557]: audit 2024-03-30T04:38:49.796638+0000 mgr.y (mgr.14391) 280 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:50.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:50 smithi194 bash[23637]: audit 2024-03-30T04:38:49.796638+0000 mgr.y (mgr.14391) 280 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:50.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:50 smithi196 bash[18523]: audit 2024-03-30T04:38:49.796638+0000 mgr.y (mgr.14391) 280 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:51.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:51 smithi194 bash[18557]: cluster 2024-03-30T04:38:50.428119+0000 mgr.y (mgr.14391) 281 : 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-03-30T04:38:51.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:51 smithi194 bash[23637]: cluster 2024-03-30T04:38:50.428119+0000 mgr.y (mgr.14391) 281 : 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-03-30T04:38:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:51 smithi196 bash[18523]: cluster 2024-03-30T04:38:50.428119+0000 mgr.y (mgr.14391) 281 : 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-03-30T04:38:53.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:53 smithi194 bash[18557]: cluster 2024-03-30T04:38:52.429076+0000 mgr.y (mgr.14391) 282 : 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-03-30T04:38:53.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:53 smithi194 bash[23637]: cluster 2024-03-30T04:38:52.429076+0000 mgr.y (mgr.14391) 282 : 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-03-30T04:38:53.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:53 smithi194 bash[41689]: level=error ts=2024-03-30T04:38:53.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:38:53.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:53 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:53.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:38:53.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:38:53 smithi194 bash[41689]: level=warn ts=2024-03-30T04:38:53.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:38:53.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:53 smithi196 bash[18523]: cluster 2024-03-30T04:38:52.429076+0000 mgr.y (mgr.14391) 282 : 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-03-30T04:38:55.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:55 smithi194 bash[18557]: cluster 2024-03-30T04:38:54.429852+0000 mgr.y (mgr.14391) 283 : 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-03-30T04:38:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:55 smithi194 bash[23637]: cluster 2024-03-30T04:38:54.429852+0000 mgr.y (mgr.14391) 283 : 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-03-30T04:38:55.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:55 smithi196 bash[18523]: cluster 2024-03-30T04:38:54.429852+0000 mgr.y (mgr.14391) 283 : 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-03-30T04:38:57.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:57 smithi194 bash[18557]: cluster 2024-03-30T04:38:56.431572+0000 mgr.y (mgr.14391) 284 : 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-03-30T04:38:57.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:57 smithi194 bash[23637]: cluster 2024-03-30T04:38:56.431572+0000 mgr.y (mgr.14391) 284 : 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-03-30T04:38:57.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:57 smithi196 bash[18523]: cluster 2024-03-30T04:38:56.431572+0000 mgr.y (mgr.14391) 284 : 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-03-30T04:38:58.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:38:58 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:58] "GET /metrics HTTP/1.1" 200 214820 "" "Prometheus/2.33.4" 2024-03-30T04:38:59.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:38:59 smithi194 bash[23637]: cluster 2024-03-30T04:38:58.432490+0000 mgr.y (mgr.14391) 285 : 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-03-30T04:38:59.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:38:59 smithi194 bash[18557]: cluster 2024-03-30T04:38:58.432490+0000 mgr.y (mgr.14391) 285 : 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-03-30T04:38:59.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:38:59 smithi196 bash[18523]: cluster 2024-03-30T04:38:58.432490+0000 mgr.y (mgr.14391) 285 : 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-03-30T04:38:59.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:38:59 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:38:59] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:00.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:00 smithi194 bash[18557]: audit 2024-03-30T04:38:59.800331+0000 mgr.y (mgr.14391) 286 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:00 smithi194 bash[23637]: audit 2024-03-30T04:38:59.800331+0000 mgr.y (mgr.14391) 286 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:00.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:00 smithi196 bash[18523]: audit 2024-03-30T04:38:59.800331+0000 mgr.y (mgr.14391) 286 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:01.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:01 smithi194 bash[18557]: cluster 2024-03-30T04:39:00.434389+0000 mgr.y (mgr.14391) 287 : 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-03-30T04:39:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:01 smithi194 bash[23637]: cluster 2024-03-30T04:39:00.434389+0000 mgr.y (mgr.14391) 287 : 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-03-30T04:39:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:01 smithi196 bash[18523]: cluster 2024-03-30T04:39:00.434389+0000 mgr.y (mgr.14391) 287 : 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-03-30T04:39:03.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:03 smithi194 bash[18557]: cluster 2024-03-30T04:39:02.435266+0000 mgr.y (mgr.14391) 288 : 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-03-30T04:39:03.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:03 smithi194 bash[23637]: cluster 2024-03-30T04:39:02.435266+0000 mgr.y (mgr.14391) 288 : 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-03-30T04:39:03.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:03 smithi194 bash[41689]: level=error ts=2024-03-30T04:39:03.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:03.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:03 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:03.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:03.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:03 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:03.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:03.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:03 smithi196 bash[18523]: cluster 2024-03-30T04:39:02.435266+0000 mgr.y (mgr.14391) 288 : 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-03-30T04:39:05.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:05 smithi194 bash[18557]: cluster 2024-03-30T04:39:04.436041+0000 mgr.y (mgr.14391) 289 : 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-03-30T04:39:05.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:05 smithi194 bash[23637]: cluster 2024-03-30T04:39:04.436041+0000 mgr.y (mgr.14391) 289 : 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-03-30T04:39:05.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:05 smithi196 bash[18523]: cluster 2024-03-30T04:39:04.436041+0000 mgr.y (mgr.14391) 289 : 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-03-30T04:39:07.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:07 smithi194 bash[23637]: cluster 2024-03-30T04:39:06.438116+0000 mgr.y (mgr.14391) 290 : 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-03-30T04:39:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:07 smithi194 bash[18557]: cluster 2024-03-30T04:39:06.438116+0000 mgr.y (mgr.14391) 290 : 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-03-30T04:39:07.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:07 smithi196 bash[18523]: cluster 2024-03-30T04:39:06.438116+0000 mgr.y (mgr.14391) 290 : 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-03-30T04:39:08.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:08] "GET /metrics HTTP/1.1" 200 214824 "" "Prometheus/2.33.4" 2024-03-30T04:39:09.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:09 smithi194 bash[18557]: cluster 2024-03-30T04:39:08.438871+0000 mgr.y (mgr.14391) 291 : 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-03-30T04:39:09.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:09 smithi194 bash[23637]: cluster 2024-03-30T04:39:08.438871+0000 mgr.y (mgr.14391) 291 : 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-03-30T04:39:09.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:09 smithi196 bash[18523]: cluster 2024-03-30T04:39:08.438871+0000 mgr.y (mgr.14391) 291 : 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-03-30T04:39:09.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:09 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:09] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:10.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:10 smithi194 bash[18557]: audit 2024-03-30T04:39:09.810493+0000 mgr.y (mgr.14391) 292 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:10.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:10 smithi194 bash[23637]: audit 2024-03-30T04:39:09.810493+0000 mgr.y (mgr.14391) 292 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:10.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:10 smithi196 bash[18523]: audit 2024-03-30T04:39:09.810493+0000 mgr.y (mgr.14391) 292 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:11.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:11 smithi194 bash[18557]: cluster 2024-03-30T04:39:10.440589+0000 mgr.y (mgr.14391) 293 : 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-03-30T04:39:11.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:11 smithi194 bash[23637]: cluster 2024-03-30T04:39:10.440589+0000 mgr.y (mgr.14391) 293 : 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-03-30T04:39:11.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:11 smithi196 bash[18523]: cluster 2024-03-30T04:39:10.440589+0000 mgr.y (mgr.14391) 293 : 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-03-30T04:39:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:13 smithi194 bash[18557]: cluster 2024-03-30T04:39:12.441272+0000 mgr.y (mgr.14391) 294 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:13 smithi194 bash[23637]: cluster 2024-03-30T04:39:12.441272+0000 mgr.y (mgr.14391) 294 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:13.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:13 smithi194 bash[41689]: level=error ts=2024-03-30T04:39:13.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:13.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:13 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:13.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.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:13.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:13 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39: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.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:13 smithi196 bash[18523]: cluster 2024-03-30T04:39:12.441272+0000 mgr.y (mgr.14391) 294 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:14.965 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:39:15.655 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:39:15.655 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (5m) 3m ago 6m 12.7M - ba2b418f427c e9d617a76196 2024-03-30T04:39:15.655 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (5m) 4m ago 5m 42.9M - 8.3.5 dad864ee21e9 6080323ade8f 2024-03-30T04:39:15.655 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (3m) 3m ago 3m - - 3.5 e1d6a67b021e ec8ba96d3678 2024-03-30T04:39:15.655 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443 running (11m) 4m ago 11m 399M - 17.2.0 e1d6a67b021e 12846f9eba82 2024-03-30T04:39:15.655 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:9283 running (13m) 3m ago 13m 444M - 17.2.0 e1d6a67b021e a8ebf1cf873c 2024-03-30T04:39:15.655 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (13m) 3m ago 13m 44.8M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (12m) 4m ago 12m 40.0M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (12m) 3m ago 12m 38.8M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (6m) 3m ago 6m 9119k - 1dbe0e931976 80a714acb75c 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (6m) 4m ago 6m 9451k - 1dbe0e931976 bd0ad1a85488 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (11m) 3m ago 11m 50.2M 4060M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (10m) 3m ago 10m 53.1M 4060M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (10m) 3m ago 10m 47.4M 4060M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (9m) 3m ago 9m 50.6M 4060M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (8m) 4m ago 9m 51.7M 4316M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (8m) 4m ago 8m 47.0M 4316M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (7m) 4m ago 7m 46.1M 4316M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (7m) 4m ago 7m 47.8M 4316M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (5m) 4m ago 6m 45.1M - 514e6a882f6e 5f01361a0a04 2024-03-30T04:39:15.656 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (4m) 3m ago 4m 82.7M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:39:15.657 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (4m) 4m ago 4m 82.3M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:39:15.657 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (4m) 3m ago 4m 82.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:39:15.657 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (4m) 4m ago 4m 81.9M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:39:15.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:15 smithi194 bash[23637]: cluster 2024-03-30T04:39:14.442007+0000 mgr.y (mgr.14391) 295 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:15.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:15 smithi194 bash[23637]: audit 2024-03-30T04:39:14.959061+0000 mgr.y (mgr.14391) 296 : audit [DBG] from='client.25012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:15 smithi194 bash[18557]: cluster 2024-03-30T04:39:14.442007+0000 mgr.y (mgr.14391) 295 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:15.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:15 smithi194 bash[18557]: audit 2024-03-30T04:39:14.959061+0000 mgr.y (mgr.14391) 296 : audit [DBG] from='client.25012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:15.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:15 smithi196 bash[18523]: cluster 2024-03-30T04:39:14.442007+0000 mgr.y (mgr.14391) 295 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:15.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:15 smithi196 bash[18523]: audit 2024-03-30T04:39:14.959061+0000 mgr.y (mgr.14391) 296 : audit [DBG] from='client.25012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:16.029 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:39:16.030 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:39:16.353 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:39:16.353 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:39:16.354 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:39:16.354 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:39:16.354 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "0/23 daemons upgraded", 2024-03-30T04:39:16.354 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba image on host smithi196" 2024-03-30T04:39:16.354 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:39:16.728 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:39:16.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:16 smithi194 bash[23637]: audit 2024-03-30T04:39:15.292924+0000 mgr.y (mgr.14391) 297 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:16 smithi194 bash[23637]: audit 2024-03-30T04:39:15.619822+0000 mgr.y (mgr.14391) 298 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:16 smithi194 bash[23637]: audit 2024-03-30T04:39:16.036624+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.194:0/1897165013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:16 smithi194 bash[18557]: audit 2024-03-30T04:39:15.292924+0000 mgr.y (mgr.14391) 297 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:16 smithi194 bash[18557]: audit 2024-03-30T04:39:15.619822+0000 mgr.y (mgr.14391) 298 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:16 smithi194 bash[18557]: audit 2024-03-30T04:39:16.036624+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.194:0/1897165013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:16.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:16 smithi196 bash[18523]: audit 2024-03-30T04:39:15.292924+0000 mgr.y (mgr.14391) 297 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:16.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:16 smithi196 bash[18523]: audit 2024-03-30T04:39:15.619822+0000 mgr.y (mgr.14391) 298 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:16.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:16 smithi196 bash[18523]: audit 2024-03-30T04:39:16.036624+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.194:0/1897165013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:17.829 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:17 smithi196 bash[18523]: audit 2024-03-30T04:39:16.360925+0000 mgr.y (mgr.14391) 299 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:17.829 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:17 smithi196 bash[18523]: cluster 2024-03-30T04:39:16.443820+0000 mgr.y (mgr.14391) 300 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:17.829 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:17 smithi196 bash[18523]: audit 2024-03-30T04:39:16.735645+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.194:0/2859946769' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:17.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:17 smithi194 bash[18557]: audit 2024-03-30T04:39:16.360925+0000 mgr.y (mgr.14391) 299 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:17.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:17 smithi194 bash[18557]: cluster 2024-03-30T04:39:16.443820+0000 mgr.y (mgr.14391) 300 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:17.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:17 smithi194 bash[18557]: audit 2024-03-30T04:39:16.735645+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.194:0/2859946769' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:17.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:17 smithi194 bash[23637]: audit 2024-03-30T04:39:16.360925+0000 mgr.y (mgr.14391) 299 : audit [DBG] from='client.15099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:17.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:17 smithi194 bash[23637]: cluster 2024-03-30T04:39:16.443820+0000 mgr.y (mgr.14391) 300 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:17.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:17 smithi194 bash[23637]: audit 2024-03-30T04:39:16.735645+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.194:0/2859946769' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:18.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:18] "GET /metrics HTTP/1.1" 200 214824 "" "Prometheus/2.33.4" 2024-03-30T04:39:19.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[19392]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: cluster 2024-03-30T04:39:18.444557+0000 mgr.y (mgr.14391) 301 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: cephadm 2024-03-30T04:39:18.830395+0000 mgr.y (mgr.14391) 302 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: audit 2024-03-30T04:39:18.840856+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: audit 2024-03-30T04:39:18.843729+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: audit 2024-03-30T04:39:18.843949+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: audit 2024-03-30T04:39:18.846932+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: audit 2024-03-30T04:39:18.849116+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[18557]: cephadm 2024-03-30T04:39:18.850695+0000 mgr.y (mgr.14391) 303 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: cluster 2024-03-30T04:39:18.444557+0000 mgr.y (mgr.14391) 301 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: cephadm 2024-03-30T04:39:18.830395+0000 mgr.y (mgr.14391) 302 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: audit 2024-03-30T04:39:18.840856+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: audit 2024-03-30T04:39:18.843729+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: audit 2024-03-30T04:39:18.843949+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: audit 2024-03-30T04:39:18.846932+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: audit 2024-03-30T04:39:18.849116+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:19 smithi194 bash[23637]: cephadm 2024-03-30T04:39:18.850695+0000 mgr.y (mgr.14391) 303 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: cluster 2024-03-30T04:39:18.444557+0000 mgr.y (mgr.14391) 301 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: cephadm 2024-03-30T04:39:18.830395+0000 mgr.y (mgr.14391) 302 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: audit 2024-03-30T04:39:18.840856+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: audit 2024-03-30T04:39:18.843729+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: audit 2024-03-30T04:39:18.843949+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: audit 2024-03-30T04:39:18.846932+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: audit 2024-03-30T04:39:18.849116+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:19 smithi196 bash[18523]: cephadm 2024-03-30T04:39:18.850695+0000 mgr.y (mgr.14391) 303 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:39:21.035 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.035 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.035 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.036 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.036 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.036 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.037 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.037 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.037 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:20 smithi196 bash[18523]: audit 2024-03-30T04:39:19.821742+0000 mgr.y (mgr.14391) 304 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:21.037 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:21.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:20 smithi194 bash[23637]: audit 2024-03-30T04:39:19.821742+0000 mgr.y (mgr.14391) 304 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:21.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:20 smithi194 bash[18557]: audit 2024-03-30T04:39:19.821742+0000 mgr.y (mgr.14391) 304 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:21.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:21 smithi196 systemd[1]: Stopping Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:39:21.447 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:21 smithi196 bash[37844]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mgr.x 2024-03-30T04:39:22.137 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:21 smithi196 bash[18523]: cluster 2024-03-30T04:39:20.446350+0000 mgr.y (mgr.14391) 305 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:22.138 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:21 smithi196 bash[37854]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:39:22.138 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:21 smithi196 bash[37890]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mgr.x 2024-03-30T04:39:22.138 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:39:22.138 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:39:22.138 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: Stopped Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:22.329 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:21 smithi194 bash[18557]: cluster 2024-03-30T04:39:20.446350+0000 mgr.y (mgr.14391) 305 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:22.329 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:21 smithi194 bash[23637]: cluster 2024-03-30T04:39:20.446350+0000 mgr.y (mgr.14391) 305 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:22.446 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.447 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.447 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.447 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.448 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.448 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.448 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: Started Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:39:22.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.448 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:22.449 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:39:22 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:39:23.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[18557]: audit 2024-03-30T04:39:22.308790+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[18557]: audit 2024-03-30T04:39:22.312247+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[18557]: audit 2024-03-30T04:39:22.314762+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[18557]: audit 2024-03-30T04:39:22.316269+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[18557]: cluster 2024-03-30T04:39:22.447046+0000 mgr.y (mgr.14391) 306 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[23637]: audit 2024-03-30T04:39:22.308790+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[23637]: audit 2024-03-30T04:39:22.312247+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[23637]: audit 2024-03-30T04:39:22.314762+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:23.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[23637]: audit 2024-03-30T04:39:22.316269+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:39:23.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[23637]: cluster 2024-03-30T04:39:22.447046+0000 mgr.y (mgr.14391) 306 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:23.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:23.418Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=7 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": dial tcp 172.21.15.196:8443: connect: connection refused" 2024-03-30T04:39:23.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[41689]: level=error ts=2024-03-30T04:39:23.517Z 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.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": dial tcp 172.21.15.196:8443: connect: connection refused" 2024-03-30T04:39:23.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:23.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": dial tcp 172.21.15.196:8443: connect: connection refused" 2024-03-30T04:39:23.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:23 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:23.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:23.660 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:23 smithi196 bash[37946]: debug 2024-03-30T04:39:23.511+0000 7fa155377700 1 -- 172.21.15.196:0/346073100 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x562fdfcf45a0 con 0x562fe0a74400 2024-03-30T04:39:23.660 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:23 smithi196 bash[18523]: audit 2024-03-30T04:39:22.308790+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:23.660 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:23 smithi196 bash[18523]: audit 2024-03-30T04:39:22.312247+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:23.660 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:23 smithi196 bash[18523]: audit 2024-03-30T04:39:22.314762+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:39:23.661 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:23 smithi196 bash[18523]: audit 2024-03-30T04:39:22.316269+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:39:23.661 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:23 smithi196 bash[18523]: cluster 2024-03-30T04:39:22.447046+0000 mgr.y (mgr.14391) 306 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:23.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:23 smithi196 bash[37946]: debug 2024-03-30T04:39:23.667+0000 7fa15f586200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:39:25.601 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:25 smithi196 bash[18523]: cluster 2024-03-30T04:39:24.447797+0000 mgr.y (mgr.14391) 307 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:25.601 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:25 smithi196 bash[37946]: debug 2024-03-30T04:39:25.255+0000 7fa15f586200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:39:25.601 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:25 smithi196 bash[37946]: debug 2024-03-30T04:39:25.355+0000 7fa15f586200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:39:25.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:25 smithi194 bash[18557]: cluster 2024-03-30T04:39:24.447797+0000 mgr.y (mgr.14391) 307 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:25.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:25 smithi194 bash[23637]: cluster 2024-03-30T04:39:24.447797+0000 mgr.y (mgr.14391) 307 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:25.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:25 smithi196 bash[37946]: debug 2024-03-30T04:39:25.607+0000 7fa15f586200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:39:26.690 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:26 smithi196 bash[37946]: debug 2024-03-30T04:39:26.439+0000 7fa15f586200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:39:26.690 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:26 smithi196 bash[37946]: debug 2024-03-30T04:39:26.563+0000 7fa15f586200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:39:26.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:26 smithi196 bash[37946]: debug 2024-03-30T04:39:26.695+0000 7fa15f586200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:39:27.226 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[37946]: debug 2024-03-30T04:39:27.079+0000 7fa15f586200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:39:27.226 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[37946]: debug 2024-03-30T04:39:27.199+0000 7fa15f586200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:39:27.680 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[37946]: debug 2024-03-30T04:39:27.307+0000 7fa15f586200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:39:27.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[37946]: debug 2024-03-30T04:39:27.683+0000 7fa15f586200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:39:27.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[37946]: debug 2024-03-30T04:39:27.931+0000 7fa15f586200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:39:28.307 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:28 smithi196 bash[37946]: debug 2024-03-30T04:39:28.199+0000 7fa15f586200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:39:28.308 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[18523]: cluster 2024-03-30T04:39:26.449550+0000 mgr.y (mgr.14391) 308 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:28.308 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[18523]: audit 2024-03-30T04:39:26.961249+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:28.308 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:27 smithi196 bash[18523]: audit 2024-03-30T04:39:27.430077+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:28.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:28 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:28] "GET /metrics HTTP/1.1" 200 214818 "" "Prometheus/2.33.4" 2024-03-30T04:39:28.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:27 smithi194 bash[18557]: cluster 2024-03-30T04:39:26.449550+0000 mgr.y (mgr.14391) 308 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:28.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:27 smithi194 bash[18557]: audit 2024-03-30T04:39:26.961249+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:28.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:27 smithi194 bash[18557]: audit 2024-03-30T04:39:27.430077+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:28.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:27 smithi194 bash[23637]: cluster 2024-03-30T04:39:26.449550+0000 mgr.y (mgr.14391) 308 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:28.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:27 smithi194 bash[23637]: audit 2024-03-30T04:39:26.961249+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:28.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:27 smithi194 bash[23637]: audit 2024-03-30T04:39:27.430077+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:28.593 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:28 smithi196 bash[37946]: debug 2024-03-30T04:39:28.311+0000 7fa15f586200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:39:28.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:28 smithi196 bash[37946]: debug 2024-03-30T04:39:28.599+0000 7fa15f586200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:39:29.287 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:29 smithi196 bash[37946]: debug 2024-03-30T04:39:29.023+0000 7fa15f586200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:39:29.288 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:29 smithi196 bash[37946]: debug 2024-03-30T04:39:29.267+0000 7fa15f586200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:39:29.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:29 smithi194 bash[18557]: cluster 2024-03-30T04:39:28.450278+0000 mgr.y (mgr.14391) 309 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:29 smithi194 bash[23637]: cluster 2024-03-30T04:39:28.450278+0000 mgr.y (mgr.14391) 309 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:29.636 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:29 smithi196 bash[18523]: cluster 2024-03-30T04:39:28.450278+0000 mgr.y (mgr.14391) 309 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:29.637 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:29 smithi196 bash[37946]: debug 2024-03-30T04:39:29.391+0000 7fa15f586200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:39:29.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:29 smithi196 bash[37946]: debug 2024-03-30T04:39:29.643+0000 7fa15f586200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:39:30.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:30 smithi196 bash[18523]: audit 2024-03-30T04:39:29.824921+0000 mgr.y (mgr.14391) 310 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:30.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:30 smithi194 bash[18557]: audit 2024-03-30T04:39:29.824921+0000 mgr.y (mgr.14391) 310 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:30.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:30 smithi194 bash[23637]: audit 2024-03-30T04:39:29.824921+0000 mgr.y (mgr.14391) 310 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:30.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:30 smithi196 bash[37946]: debug 2024-03-30T04:39:30.675+0000 7fa15f586200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:39:30.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:30 smithi196 bash[37946]: debug 2024-03-30T04:39:30.787+0000 7fa15f586200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:39:31.356 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[18523]: cluster 2024-03-30T04:39:30.452012+0000 mgr.y (mgr.14391) 311 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:31.356 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: debug 2024-03-30T04:39:31.087+0000 7fa15f586200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:39:31.357 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: debug 2024-03-30T04:39:31.207+0000 7fa15f586200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:39:31.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:31 smithi194 bash[18557]: cluster 2024-03-30T04:39:30.452012+0000 mgr.y (mgr.14391) 311 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:31.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:31 smithi194 bash[23637]: cluster 2024-03-30T04:39:30.452012+0000 mgr.y (mgr.14391) 311 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:31.921 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: debug 2024-03-30T04:39:31.671+0000 7fa15f586200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:39:31.922 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: debug 2024-03-30T04:39:31.799+0000 7fa15f586200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:39:31.922 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: [30/Mar/2024:04:39:31] ENGINE Bus STARTING 2024-03-30T04:39:31.922 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: CherryPy Checker: 2024-03-30T04:39:32.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: The Application mounted at '' has an empty config. 2024-03-30T04:39:32.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: [30/Mar/2024:04:39:31] ENGINE Serving on http://:::9283 2024-03-30T04:39:32.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:31 smithi196 bash[37946]: [30/Mar/2024:04:39:31] ENGINE Bus STARTED 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[23637]: cluster 2024-03-30T04:39:31.823098+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[23637]: cluster 2024-03-30T04:39:31.823299+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[23637]: audit 2024-03-30T04:39:31.824713+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[23637]: audit 2024-03-30T04:39:31.825310+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[23637]: audit 2024-03-30T04:39:31.827945+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[23637]: audit 2024-03-30T04:39:31.829373+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[18557]: cluster 2024-03-30T04:39:31.823098+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[18557]: cluster 2024-03-30T04:39:31.823299+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[18557]: audit 2024-03-30T04:39:31.824713+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:39:32.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[18557]: audit 2024-03-30T04:39:31.825310+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:39:32.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[18557]: audit 2024-03-30T04:39:31.827945+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:39:32.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:32 smithi194 bash[18557]: audit 2024-03-30T04:39:31.829373+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:39:32.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:32 smithi196 bash[18523]: cluster 2024-03-30T04:39:31.823098+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:39:32.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:32 smithi196 bash[18523]: cluster 2024-03-30T04:39:31.823299+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:39:32.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:32 smithi196 bash[18523]: audit 2024-03-30T04:39:31.824713+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:39:32.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:32 smithi196 bash[18523]: audit 2024-03-30T04:39:31.825310+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:39:32.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:32 smithi196 bash[18523]: audit 2024-03-30T04:39:31.827945+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:39:32.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:32 smithi196 bash[18523]: audit 2024-03-30T04:39:31.829373+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.? 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:39:33.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:33 smithi194 bash[18557]: cluster 2024-03-30T04:39:32.335962+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2024-03-30T04:39:33.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:33 smithi194 bash[18557]: cluster 2024-03-30T04:39:32.452683+0000 mgr.y (mgr.14391) 312 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:33.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:33 smithi194 bash[23637]: cluster 2024-03-30T04:39:32.335962+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2024-03-30T04:39:33.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:33 smithi194 bash[23637]: cluster 2024-03-30T04:39:32.452683+0000 mgr.y (mgr.14391) 312 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:33.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:33 smithi194 bash[41689]: level=error ts=2024-03-30T04:39:33.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": dial tcp 172.21.15.196:8443: connect: connection refused" 2024-03-30T04:39:33.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:33 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:33.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:33.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:33 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:33.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.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:33.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:33 smithi196 bash[18523]: cluster 2024-03-30T04:39:32.335962+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e21: y(active, since 6m), standbys: x 2024-03-30T04:39:33.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:33 smithi196 bash[18523]: cluster 2024-03-30T04:39:32.452683+0000 mgr.y (mgr.14391) 312 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:34.729 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:34 smithi196 bash[18523]: audit 2024-03-30T04:39:34.423075+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:34.729 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:34 smithi196 bash[18523]: audit 2024-03-30T04:39:34.423639+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:34.729 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:34 smithi196 bash[18523]: audit 2024-03-30T04:39:34.433276+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:34.729 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:34 smithi196 bash[18523]: audit 2024-03-30T04:39:34.433509+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:34.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[18557]: audit 2024-03-30T04:39:34.423075+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:34.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[18557]: audit 2024-03-30T04:39:34.423639+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[18557]: audit 2024-03-30T04:39:34.433276+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[18557]: audit 2024-03-30T04:39:34.433509+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:34.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[23637]: audit 2024-03-30T04:39:34.423075+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:34.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[23637]: audit 2024-03-30T04:39:34.423639+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:34.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[23637]: audit 2024-03-30T04:39:34.433276+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:34.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:34 smithi194 bash[23637]: audit 2024-03-30T04:39:34.433509+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:35.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:35 smithi196 bash[18523]: cluster 2024-03-30T04:39:34.453317+0000 mgr.y (mgr.14391) 313 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:35.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:35 smithi196 bash[18523]: audit 2024-03-30T04:39:35.290468+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:35.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:35 smithi196 bash[18523]: audit 2024-03-30T04:39:35.304757+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:35.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:35 smithi196 bash[18523]: audit 2024-03-30T04:39:35.324627+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:35.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:35 smithi196 bash[18523]: audit 2024-03-30T04:39:35.338424+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:39:35.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:35 smithi196 bash[18523]: audit 2024-03-30T04:39:35.338647+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:39:35.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:35 smithi196 bash[18523]: cluster 2024-03-30T04:39:35.347975+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:39:35.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[18557]: cluster 2024-03-30T04:39:34.453317+0000 mgr.y (mgr.14391) 313 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[18557]: audit 2024-03-30T04:39:35.290468+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[18557]: audit 2024-03-30T04:39:35.304757+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[18557]: audit 2024-03-30T04:39:35.324627+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[18557]: audit 2024-03-30T04:39:35.338424+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[18557]: audit 2024-03-30T04:39:35.338647+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[18557]: cluster 2024-03-30T04:39:35.347975+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[23637]: cluster 2024-03-30T04:39:34.453317+0000 mgr.y (mgr.14391) 313 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[23637]: audit 2024-03-30T04:39:35.290468+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[23637]: audit 2024-03-30T04:39:35.304757+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 ' entity='mgr.y' 2024-03-30T04:39:35.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[23637]: audit 2024-03-30T04:39:35.324627+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[23637]: audit 2024-03-30T04:39:35.338424+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.14391 172.21.15.194:0/2412466982' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:39:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[23637]: audit 2024-03-30T04:39:35.338647+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:39:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:35 smithi194 bash[23637]: cluster 2024-03-30T04:39:35.347975+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:39:36.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[37946]: [30/Mar/2024:04:39:36] ENGINE Bus STOPPING 2024-03-30T04:39:36.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[37946]: [30/Mar/2024:04:39:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:39:36.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[37946]: [30/Mar/2024:04:39:36] ENGINE Bus STOPPED 2024-03-30T04:39:36.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[37946]: [30/Mar/2024:04:39:36] ENGINE Bus STARTING 2024-03-30T04:39:36.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[37946]: [30/Mar/2024:04:39:36] ENGINE Serving on http://:::9283 2024-03-30T04:39:36.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[37946]: [30/Mar/2024:04:39:36] ENGINE Bus STARTED 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: cephadm 2024-03-30T04:39:35.329727+0000 mgr.y (mgr.14391) 314 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: cephadm 2024-03-30T04:39:35.336912+0000 mgr.y (mgr.14391) 315 : cephadm [INF] Failing over to other MGR 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: cluster 2024-03-30T04:39:35.723426+0000 mon.a (mon.0) 831 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.321307+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: cluster 2024-03-30T04:39:36.321597+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: x(active, starting, since 0.981157s), standbys: y 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.325006+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.325282+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.325529+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:39:36.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.328604+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.328860+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.329527+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.329975+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.330258+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.330559+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.330925+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.331288+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.331584+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.331862+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.333492+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.333808+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.334443+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: cluster 2024-03-30T04:39:36.375681+0000 mon.a (mon.0) 834 : cluster [INF] Manager daemon x is now available 2024-03-30T04:39:36.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.420043+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.425129+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.431624+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.438759+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.467942+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.479283+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.479290+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.506944+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:36.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:36 smithi196 bash[18523]: audit 2024-03-30T04:39:36.507048+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:36.831 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:36.374Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": dial tcp 172.21.15.196:8443: connect: connection refused" 2024-03-30T04:39:36.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18813]: ignoring --setuser ceph since I am not root 2024-03-30T04:39:36.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18813]: ignoring --setgroup ceph since I am not root 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18813]: debug 2024-03-30T04:39:36.371+0000 7f95a6410700 1 -- 172.21.15.194:0/2498036028 <== mon.0 v2:172.21.15.194:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563fb0038340 con 0x563fb0db6c00 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18813]: debug 2024-03-30T04:39:36.519+0000 7f95aee6c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: cephadm 2024-03-30T04:39:35.329727+0000 mgr.y (mgr.14391) 314 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: cephadm 2024-03-30T04:39:35.336912+0000 mgr.y (mgr.14391) 315 : cephadm [INF] Failing over to other MGR 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: cluster 2024-03-30T04:39:35.723426+0000 mon.a (mon.0) 831 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.321307+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: cluster 2024-03-30T04:39:36.321597+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: x(active, starting, since 0.981157s), standbys: y 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.325006+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:39:36.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.325282+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.325529+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.328604+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.328860+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.329527+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.329975+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.330258+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.330559+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.330925+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.331288+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.331584+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.331862+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:39:36.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.333492+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: cephadm 2024-03-30T04:39:35.329727+0000 mgr.y (mgr.14391) 314 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: cephadm 2024-03-30T04:39:35.336912+0000 mgr.y (mgr.14391) 315 : cephadm [INF] Failing over to other MGR 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: cluster 2024-03-30T04:39:35.723426+0000 mon.a (mon.0) 831 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.321307+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: cluster 2024-03-30T04:39:36.321597+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: x(active, starting, since 0.981157s), standbys: y 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.325006+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.325282+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.325529+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.328604+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.328860+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.329527+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:39:36.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.329975+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.330258+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.330559+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.330925+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.331288+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.331584+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.331862+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.333492+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.333808+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.334443+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: cluster 2024-03-30T04:39:36.375681+0000 mon.a (mon.0) 834 : cluster [INF] Manager daemon x is now available 2024-03-30T04:39:36.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.420043+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.425129+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.431624+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.438759+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.467942+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.479283+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.479290+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.506944+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[23637]: audit 2024-03-30T04:39:36.507048+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.333808+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.334443+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: cluster 2024-03-30T04:39:36.375681+0000 mon.a (mon.0) 834 : cluster [INF] Manager daemon x is now available 2024-03-30T04:39:36.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.420043+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.425129+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.431624+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.438759+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.467942+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.479283+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.479290+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.506944+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:36.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:36 smithi194 bash[18557]: audit 2024-03-30T04:39:36.507048+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:37.831 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:37.354Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[23637]: cephadm 2024-03-30T04:39:36.421135+0000 mgr.x (mgr.24650) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[23637]: cephadm 2024-03-30T04:39:36.426234+0000 mgr.x (mgr.24650) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[23637]: cephadm 2024-03-30T04:39:36.426687+0000 mgr.x (mgr.24650) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[23637]: cephadm 2024-03-30T04:39:36.426750+0000 mgr.x (mgr.24650) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[23637]: audit 2024-03-30T04:39:36.573403+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[23637]: audit 2024-03-30T04:39:36.582726+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[23637]: cluster 2024-03-30T04:39:37.322054+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e23: x(active, since 1.98161s), standbys: y 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[18557]: cephadm 2024-03-30T04:39:36.421135+0000 mgr.x (mgr.24650) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[18557]: cephadm 2024-03-30T04:39:36.426234+0000 mgr.x (mgr.24650) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[18557]: cephadm 2024-03-30T04:39:36.426687+0000 mgr.x (mgr.24650) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[18557]: cephadm 2024-03-30T04:39:36.426750+0000 mgr.x (mgr.24650) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:39:37.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[18557]: audit 2024-03-30T04:39:36.573403+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[18557]: audit 2024-03-30T04:39:36.582726+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:37 smithi194 bash[18557]: cluster 2024-03-30T04:39:37.322054+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e23: x(active, since 1.98161s), standbys: y 2024-03-30T04:39:37.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:37 smithi196 bash[18523]: cephadm 2024-03-30T04:39:36.421135+0000 mgr.x (mgr.24650) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:39:37.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:37 smithi196 bash[18523]: cephadm 2024-03-30T04:39:36.426234+0000 mgr.x (mgr.24650) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:39:37.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:37 smithi196 bash[18523]: cephadm 2024-03-30T04:39:36.426687+0000 mgr.x (mgr.24650) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:39:37.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:37 smithi196 bash[18523]: cephadm 2024-03-30T04:39:36.426750+0000 mgr.x (mgr.24650) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:39:37.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:37 smithi196 bash[18523]: audit 2024-03-30T04:39:36.573403+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:37.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:37 smithi196 bash[18523]: audit 2024-03-30T04:39:36.582726+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:37.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:37 smithi196 bash[18523]: cluster 2024-03-30T04:39:37.322054+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e23: x(active, since 1.98161s), standbys: y 2024-03-30T04:39:38.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18813]: debug 2024-03-30T04:39:38.079+0000 7f95aee6c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:39:38.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18813]: debug 2024-03-30T04:39:38.175+0000 7f95aee6c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:39:38.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18813]: debug 2024-03-30T04:39:38.423+0000 7f95aee6c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:39:38.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[23637]: cephadm 2024-03-30T04:39:36.904145+0000 mgr.x (mgr.24650) 5 : cephadm [INF] Deploying cephadm binary to smithi196 2024-03-30T04:39:38.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[23637]: cephadm 2024-03-30T04:39:36.921595+0000 mgr.x (mgr.24650) 6 : cephadm [INF] Deploying cephadm binary to smithi194 2024-03-30T04:39:38.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[23637]: cephadm 2024-03-30T04:39:37.108704+0000 mgr.x (mgr.24650) 7 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Bus STARTING 2024-03-30T04:39:38.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[23637]: cephadm 2024-03-30T04:39:37.293082+0000 mgr.x (mgr.24650) 8 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Serving on https://172.21.15.196:7150 2024-03-30T04:39:38.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[23637]: cluster 2024-03-30T04:39:37.354273+0000 mgr.x (mgr.24650) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:38.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[23637]: cephadm 2024-03-30T04:39:37.436825+0000 mgr.x (mgr.24650) 10 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Serving on http://172.21.15.196:8765 2024-03-30T04:39:38.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[23637]: cephadm 2024-03-30T04:39:37.436992+0000 mgr.x (mgr.24650) 11 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Bus STARTED 2024-03-30T04:39:38.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:38.353Z 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.194:8443//api/prometheus_receiver\": dial tcp 172.21.15.194:8443: connect: connection refused" 2024-03-30T04:39:38.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18557]: cephadm 2024-03-30T04:39:36.904145+0000 mgr.x (mgr.24650) 5 : cephadm [INF] Deploying cephadm binary to smithi196 2024-03-30T04:39:38.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18557]: cephadm 2024-03-30T04:39:36.921595+0000 mgr.x (mgr.24650) 6 : cephadm [INF] Deploying cephadm binary to smithi194 2024-03-30T04:39:38.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18557]: cephadm 2024-03-30T04:39:37.108704+0000 mgr.x (mgr.24650) 7 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Bus STARTING 2024-03-30T04:39:38.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18557]: cephadm 2024-03-30T04:39:37.293082+0000 mgr.x (mgr.24650) 8 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Serving on https://172.21.15.196:7150 2024-03-30T04:39:38.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18557]: cluster 2024-03-30T04:39:37.354273+0000 mgr.x (mgr.24650) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:38.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18557]: cephadm 2024-03-30T04:39:37.436825+0000 mgr.x (mgr.24650) 10 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Serving on http://172.21.15.196:8765 2024-03-30T04:39:38.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:38 smithi194 bash[18557]: cephadm 2024-03-30T04:39:37.436992+0000 mgr.x (mgr.24650) 11 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Bus STARTED 2024-03-30T04:39:38.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:38 smithi196 bash[18523]: cephadm 2024-03-30T04:39:36.904145+0000 mgr.x (mgr.24650) 5 : cephadm [INF] Deploying cephadm binary to smithi196 2024-03-30T04:39:38.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:38 smithi196 bash[18523]: cephadm 2024-03-30T04:39:36.921595+0000 mgr.x (mgr.24650) 6 : cephadm [INF] Deploying cephadm binary to smithi194 2024-03-30T04:39:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:38 smithi196 bash[18523]: cephadm 2024-03-30T04:39:37.108704+0000 mgr.x (mgr.24650) 7 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Bus STARTING 2024-03-30T04:39:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:38 smithi196 bash[18523]: cephadm 2024-03-30T04:39:37.293082+0000 mgr.x (mgr.24650) 8 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Serving on https://172.21.15.196:7150 2024-03-30T04:39:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:38 smithi196 bash[18523]: cluster 2024-03-30T04:39:37.354273+0000 mgr.x (mgr.24650) 9 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:38 smithi196 bash[18523]: cephadm 2024-03-30T04:39:37.436825+0000 mgr.x (mgr.24650) 10 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Serving on http://172.21.15.196:8765 2024-03-30T04:39:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:38 smithi196 bash[18523]: cephadm 2024-03-30T04:39:37.436992+0000 mgr.x (mgr.24650) 11 : cephadm [INF] [30/Mar/2024:04:39:37] ENGINE Bus STARTED 2024-03-30T04:39:39.487 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18813]: debug 2024-03-30T04:39:39.171+0000 7f95aee6c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:39:39.487 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18813]: debug 2024-03-30T04:39:39.279+0000 7f95aee6c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:39:39.487 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18813]: debug 2024-03-30T04:39:39.383+0000 7f95aee6c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:39:39.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:39 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:39] "GET /metrics HTTP/1.1" 200 35347 "" "Prometheus/2.33.4" 2024-03-30T04:39:39.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:39 smithi196 bash[18523]: cluster 2024-03-30T04:39:38.333714+0000 mgr.x (mgr.24650) 12 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:39.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:39 smithi196 bash[18523]: cluster 2024-03-30T04:39:38.527288+0000 mon.a (mon.0) 843 : cluster [DBG] mgrmap e24: x(active, since 3s), standbys: y 2024-03-30T04:39:39.825 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[23637]: cluster 2024-03-30T04:39:38.333714+0000 mgr.x (mgr.24650) 12 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:39.825 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[23637]: cluster 2024-03-30T04:39:38.527288+0000 mon.a (mon.0) 843 : cluster [DBG] mgrmap e24: x(active, since 3s), standbys: y 2024-03-30T04:39:39.825 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18813]: debug 2024-03-30T04:39:39.491+0000 7f95aee6c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:39:39.825 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18813]: debug 2024-03-30T04:39:39.707+0000 7f95aee6c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:39:39.826 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18557]: cluster 2024-03-30T04:39:38.333714+0000 mgr.x (mgr.24650) 12 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:39.826 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18557]: cluster 2024-03-30T04:39:38.527288+0000 mon.a (mon.0) 843 : cluster [DBG] mgrmap e24: x(active, since 3s), standbys: y 2024-03-30T04:39:40.077 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:39 smithi194 bash[18813]: debug 2024-03-30T04:39:39.979+0000 7f95aee6c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:39:40.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:40 smithi194 bash[18813]: debug 2024-03-30T04:39:40.083+0000 7f95aee6c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:39:40.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:40 smithi194 bash[18813]: debug 2024-03-30T04:39:40.267+0000 7f95aee6c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:39:40.805 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:40 smithi194 bash[18813]: debug 2024-03-30T04:39:40.523+0000 7f95aee6c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:39:41.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:40 smithi194 bash[18813]: debug 2024-03-30T04:39:40.811+0000 7f95aee6c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:39:41.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:40 smithi194 bash[18813]: debug 2024-03-30T04:39:40.975+0000 7f95aee6c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:39:41.513 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[18813]: debug 2024-03-30T04:39:41.207+0000 7f95aee6c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:39:41.514 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[18813]: debug 2024-03-30T04:39:41.327+0000 7f95aee6c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:39:41.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[18813]: debug 2024-03-30T04:39:41.667+0000 7f95aee6c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:39:41.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[23637]: audit 2024-03-30T04:39:39.832877+0000 mgr.x (mgr.24650) 13 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:41.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[23637]: cluster 2024-03-30T04:39:40.334348+0000 mgr.x (mgr.24650) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:41.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[23637]: cluster 2024-03-30T04:39:40.542851+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e25: x(active, since 5s), standbys: y 2024-03-30T04:39:41.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[18557]: audit 2024-03-30T04:39:39.832877+0000 mgr.x (mgr.24650) 13 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:41.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[18557]: cluster 2024-03-30T04:39:40.334348+0000 mgr.x (mgr.24650) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:41.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:41 smithi194 bash[18557]: cluster 2024-03-30T04:39:40.542851+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e25: x(active, since 5s), standbys: y 2024-03-30T04:39:41.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:41 smithi196 bash[18523]: audit 2024-03-30T04:39:39.832877+0000 mgr.x (mgr.24650) 13 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:41.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:41 smithi196 bash[18523]: cluster 2024-03-30T04:39:40.334348+0000 mgr.x (mgr.24650) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:41.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:41 smithi196 bash[18523]: cluster 2024-03-30T04:39:40.542851+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e25: x(active, since 5s), standbys: y 2024-03-30T04:39:42.723 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:42 smithi194 bash[18557]: cluster 2024-03-30T04:39:42.335092+0000 mgr.x (mgr.24650) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:42.723 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:42 smithi194 bash[23637]: cluster 2024-03-30T04:39:42.335092+0000 mgr.x (mgr.24650) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:42.724 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:42 smithi194 bash[18813]: debug 2024-03-30T04:39:42.399+0000 7f95aee6c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:39:42.724 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:42 smithi194 bash[18813]: debug 2024-03-30T04:39:42.515+0000 7f95aee6c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:39:42.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:42 smithi196 bash[18523]: cluster 2024-03-30T04:39:42.335092+0000 mgr.x (mgr.24650) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:39:43.050 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:42 smithi194 bash[18813]: debug 2024-03-30T04:39:42.727+0000 7f95aee6c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:39:43.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: debug 2024-03-30T04:39:43.055+0000 7f95aee6c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:39:43.681 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: debug 2024-03-30T04:39:43.435+0000 7f95aee6c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:39:43.681 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: debug 2024-03-30T04:39:43.551+0000 7f95aee6c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:39:43.681 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: [30/Mar/2024:04:39:43] ENGINE Bus STARTING 2024-03-30T04:39:43.682 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[41689]: level=error ts=2024-03-30T04:39:43.519Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": dial tcp 172.21.15.194:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:43.682 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39: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.194:8443//api/prometheus_receiver\": dial tcp 172.21.15.194:8443: connect: connection refused" 2024-03-30T04:39:43.682 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:43.539Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: CherryPy Checker: 2024-03-30T04:39:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: The Application mounted at '' has an empty config. 2024-03-30T04:39:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: [30/Mar/2024:04:39:43] ENGINE Serving on http://:::9283 2024-03-30T04:39:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:43 smithi194 bash[18813]: [30/Mar/2024:04:39:43] ENGINE Bus STARTED 2024-03-30T04:39:44.581 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:44.271Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=2 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:44.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[23637]: cluster 2024-03-30T04:39:43.579150+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[23637]: cluster 2024-03-30T04:39:43.579311+0000 mon.a (mon.0) 846 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[23637]: audit 2024-03-30T04:39:43.583851+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[23637]: audit 2024-03-30T04:39:43.588158+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[23637]: audit 2024-03-30T04:39:43.590287+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[23637]: audit 2024-03-30T04:39:43.590622+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[18557]: cluster 2024-03-30T04:39:43.579150+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[18557]: cluster 2024-03-30T04:39:43.579311+0000 mon.a (mon.0) 846 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[18557]: audit 2024-03-30T04:39:43.583851+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[18557]: audit 2024-03-30T04:39:43.588158+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:39:44.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[18557]: audit 2024-03-30T04:39:43.590287+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:39:44.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:44 smithi194 bash[18557]: audit 2024-03-30T04:39:43.590622+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:39:44.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:44 smithi196 bash[18523]: cluster 2024-03-30T04:39:43.579150+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:39:44.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:44 smithi196 bash[18523]: cluster 2024-03-30T04:39:43.579311+0000 mon.a (mon.0) 846 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:39:44.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:44 smithi196 bash[18523]: audit 2024-03-30T04:39:43.583851+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:39:44.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:44 smithi196 bash[18523]: audit 2024-03-30T04:39:43.588158+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:39:44.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:44 smithi196 bash[18523]: audit 2024-03-30T04:39:43.590287+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:39:44.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:44 smithi196 bash[18523]: audit 2024-03-30T04:39:43.590622+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.194:0/2332350801' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:39:45.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:45 smithi194 bash[18557]: cluster 2024-03-30T04:39:44.307910+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e26: x(active, since 8s), standbys: y 2024-03-30T04:39:45.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:45 smithi194 bash[18557]: cluster 2024-03-30T04:39:44.336584+0000 mgr.x (mgr.24650) 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-03-30T04:39:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:45 smithi194 bash[23637]: cluster 2024-03-30T04:39:44.307910+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e26: x(active, since 8s), standbys: y 2024-03-30T04:39:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:45 smithi194 bash[23637]: cluster 2024-03-30T04:39:44.336584+0000 mgr.x (mgr.24650) 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-03-30T04:39:45.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:45 smithi196 bash[18523]: cluster 2024-03-30T04:39:44.307910+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e26: x(active, since 8s), standbys: y 2024-03-30T04:39:45.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:45 smithi196 bash[18523]: cluster 2024-03-30T04:39:44.336584+0000 mgr.x (mgr.24650) 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-03-30T04:39:47.119 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:39:47.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:47 smithi196 bash[18523]: cluster 2024-03-30T04:39:46.337283+0000 mgr.x (mgr.24650) 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-03-30T04:39:47.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:47 smithi194 bash[18557]: cluster 2024-03-30T04:39:46.337283+0000 mgr.x (mgr.24650) 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-03-30T04:39:47.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:47 smithi194 bash[23637]: cluster 2024-03-30T04:39:46.337283+0000 mgr.x (mgr.24650) 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-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (5m) 4m ago 6m 12.7M - ba2b418f427c e9d617a76196 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (6m) 20s ago 6m 43.1M - 8.3.5 dad864ee21e9 6080323ade8f 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (4m) 4m ago 4m - - 3.5 e1d6a67b021e ec8ba96d3678 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283 running (25s) 20s ago 12m 159M - 19.0.0-2493-gd82c9aa1 3714003597ec 03d39383f611 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:9283 running (14m) 4m ago 14m 444M - 17.2.0 e1d6a67b021e a8ebf1cf873c 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (14m) 4m ago 14m 44.8M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (12m) 20s ago 12m 40.7M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (12m) 4m ago 12m 38.8M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (6m) 4m ago 6m 9119k - 1dbe0e931976 80a714acb75c 2024-03-30T04:39:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (6m) 20s ago 6m 9604k - 1dbe0e931976 bd0ad1a85488 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (11m) 4m ago 11m 50.2M 4060M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (11m) 4m ago 11m 53.1M 4060M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (10m) 4m ago 10m 47.4M 4060M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (10m) 4m ago 10m 50.6M 4060M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (9m) 20s ago 9m 56.5M 4316M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (8m) 20s ago 8m 51.5M 4316M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (8m) 20s ago 8m 49.2M 4316M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (7m) 20s ago 7m 53.3M 4316M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (5m) 20s ago 6m 56.9M - 514e6a882f6e 5f01361a0a04 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (4m) 4m ago 4m 82.7M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (4m) 20s ago 4m 84.2M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (4m) 4m ago 4m 82.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:39:47.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (4m) 20s ago 4m 84.3M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:39:48.272 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:39:48.273 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:39:48.386 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:48 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "1/23 daemons upgraded", 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "", 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:39:48.647 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:39:48.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:48 smithi196 bash[18523]: audit 2024-03-30T04:39:47.113186+0000 mgr.x (mgr.24650) 18 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:48 smithi196 bash[18523]: audit 2024-03-30T04:39:47.467011+0000 mgr.x (mgr.24650) 19 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:48 smithi196 bash[18523]: audit 2024-03-30T04:39:48.279746+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.194:0/3188817004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:48.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:48 smithi194 bash[18557]: audit 2024-03-30T04:39:47.113186+0000 mgr.x (mgr.24650) 18 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:48 smithi194 bash[18557]: audit 2024-03-30T04:39:47.467011+0000 mgr.x (mgr.24650) 19 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:48 smithi194 bash[18557]: audit 2024-03-30T04:39:48.279746+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.194:0/3188817004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:48.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:48 smithi194 bash[23637]: audit 2024-03-30T04:39:47.113186+0000 mgr.x (mgr.24650) 18 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:48 smithi194 bash[23637]: audit 2024-03-30T04:39:47.467011+0000 mgr.x (mgr.24650) 19 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:48.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:48 smithi194 bash[23637]: audit 2024-03-30T04:39:48.279746+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.194:0/3188817004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:49.078 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:39:49.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:49 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:49] "GET /metrics HTTP/1.1" 200 35347 "" "Prometheus/2.33.4" 2024-03-30T04:39:49.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:49 smithi196 bash[18523]: audit 2024-03-30T04:39:47.825733+0000 mgr.x (mgr.24650) 20 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:49.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:49 smithi196 bash[18523]: cluster 2024-03-30T04:39:48.338981+0000 mgr.x (mgr.24650) 21 : 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-03-30T04:39:49.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:49 smithi196 bash[18523]: audit 2024-03-30T04:39:49.086091+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.194:0/65818174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:49.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:49 smithi194 bash[23637]: audit 2024-03-30T04:39:47.825733+0000 mgr.x (mgr.24650) 20 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:49.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:49 smithi194 bash[23637]: cluster 2024-03-30T04:39:48.338981+0000 mgr.x (mgr.24650) 21 : 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-03-30T04:39:49.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:49 smithi194 bash[23637]: audit 2024-03-30T04:39:49.086091+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.194:0/65818174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:49.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:49 smithi194 bash[18557]: audit 2024-03-30T04:39:47.825733+0000 mgr.x (mgr.24650) 20 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:49.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:49 smithi194 bash[18557]: cluster 2024-03-30T04:39:48.338981+0000 mgr.x (mgr.24650) 21 : 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-03-30T04:39:49.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:49 smithi194 bash[18557]: audit 2024-03-30T04:39:49.086091+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.194:0/65818174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:50.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:50 smithi196 bash[18523]: audit 2024-03-30T04:39:48.654487+0000 mgr.x (mgr.24650) 22 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:50.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:50 smithi196 bash[18523]: audit 2024-03-30T04:39:50.010264+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:50 smithi196 bash[18523]: audit 2024-03-30T04:39:50.020541+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:50 smithi196 bash[18523]: audit 2024-03-30T04:39:50.136272+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:50 smithi196 bash[18523]: audit 2024-03-30T04:39:50.145352+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[18557]: audit 2024-03-30T04:39:48.654487+0000 mgr.x (mgr.24650) 22 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:50.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[18557]: audit 2024-03-30T04:39:50.010264+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[18557]: audit 2024-03-30T04:39:50.020541+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[18557]: audit 2024-03-30T04:39:50.136272+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[18557]: audit 2024-03-30T04:39:50.145352+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[23637]: audit 2024-03-30T04:39:48.654487+0000 mgr.x (mgr.24650) 22 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:50.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[23637]: audit 2024-03-30T04:39:50.010264+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[23637]: audit 2024-03-30T04:39:50.020541+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[23637]: audit 2024-03-30T04:39:50.136272+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:50.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:50 smithi194 bash[23637]: audit 2024-03-30T04:39:50.145352+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:49.843995+0000 mgr.x (mgr.24650) 23 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:51.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: cluster 2024-03-30T04:39:50.339712+0000 mgr.x (mgr.24650) 24 : 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-03-30T04:39:51.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.154563+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.163841+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.226390+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.237993+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.242328+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.242402+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.244441+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.244805+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.246182+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.246486+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.247824+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.248199+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:51 smithi196 bash[18523]: audit 2024-03-30T04:39:51.256495+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:49.843995+0000 mgr.x (mgr.24650) 23 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: cluster 2024-03-30T04:39:50.339712+0000 mgr.x (mgr.24650) 24 : 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-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.154563+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.163841+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.226390+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.237993+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.242328+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.242402+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.244441+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.244805+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.246182+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.246486+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.247824+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.248199+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[18557]: audit 2024-03-30T04:39:51.256495+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:49.843995+0000 mgr.x (mgr.24650) 23 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: cluster 2024-03-30T04:39:50.339712+0000 mgr.x (mgr.24650) 24 : 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-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.154563+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.163841+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.226390+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.237993+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.242328+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.242402+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.244441+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.244805+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.246182+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.246486+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.247824+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.248199+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:39:51.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:51 smithi194 bash[23637]: audit 2024-03-30T04:39:51.256495+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:39:52.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:39:52 smithi196 bash[34439]: ts=2024-03-30T04:39:52.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.196:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.194:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:39:52.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:52 smithi196 bash[18523]: cephadm 2024-03-30T04:39:51.249722+0000 mgr.x (mgr.24650) 25 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 2780M 2024-03-30T04:39:52.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:52 smithi196 bash[18523]: audit 2024-03-30T04:39:51.468178+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:52.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:52 smithi194 bash[23637]: cephadm 2024-03-30T04:39:51.249722+0000 mgr.x (mgr.24650) 25 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 2780M 2024-03-30T04:39:52.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:52 smithi194 bash[23637]: audit 2024-03-30T04:39:51.468178+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:52.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:52 smithi194 bash[18557]: cephadm 2024-03-30T04:39:51.249722+0000 mgr.x (mgr.24650) 25 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 2780M 2024-03-30T04:39:52.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:52 smithi194 bash[18557]: audit 2024-03-30T04:39:51.468178+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:39:53.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:53 smithi196 bash[18523]: cluster 2024-03-30T04:39:52.340636+0000 mgr.x (mgr.24650) 26 : 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-03-30T04:39:53.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:53 smithi194 bash[18557]: cluster 2024-03-30T04:39:52.340636+0000 mgr.x (mgr.24650) 26 : 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-03-30T04:39:53.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:53 smithi194 bash[23637]: cluster 2024-03-30T04:39:52.340636+0000 mgr.x (mgr.24650) 26 : 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-03-30T04:39:53.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:53 smithi194 bash[41689]: level=error ts=2024-03-30T04:39:53.519Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:53.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:53 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39:53.524Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:39:53.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:39:53 smithi194 bash[41689]: level=warn ts=2024-03-30T04:39: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.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:39:55.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:55 smithi196 bash[18523]: cluster 2024-03-30T04:39:54.342281+0000 mgr.x (mgr.24650) 27 : 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-03-30T04:39:55.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:55 smithi194 bash[18557]: cluster 2024-03-30T04:39:54.342281+0000 mgr.x (mgr.24650) 27 : 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-03-30T04:39:55.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:55 smithi194 bash[23637]: cluster 2024-03-30T04:39:54.342281+0000 mgr.x (mgr.24650) 27 : 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-03-30T04:39:57.592 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:57 smithi196 bash[18523]: cluster 2024-03-30T04:39:56.343066+0000 mgr.x (mgr.24650) 28 : 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-03-30T04:39:57.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:57 smithi194 bash[18557]: cluster 2024-03-30T04:39:56.343066+0000 mgr.x (mgr.24650) 28 : 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-03-30T04:39:57.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:57 smithi194 bash[23637]: cluster 2024-03-30T04:39:56.343066+0000 mgr.x (mgr.24650) 28 : 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-03-30T04:39:58.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:39:58 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:59.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:39:59 smithi194 bash[18557]: cluster 2024-03-30T04:39:58.344752+0000 mgr.x (mgr.24650) 29 : 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-03-30T04:39:59.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:39:59 smithi194 bash[23637]: cluster 2024-03-30T04:39:58.344752+0000 mgr.x (mgr.24650) 29 : 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-03-30T04:39:59.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:39:59 smithi196 bash[18523]: cluster 2024-03-30T04:39:58.344752+0000 mgr.x (mgr.24650) 29 : 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-03-30T04:39:59.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:39:59 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:39:59] "GET /metrics HTTP/1.1" 200 38161 "" "Prometheus/2.33.4" 2024-03-30T04:40:00.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:00 smithi194 bash[18557]: cluster 2024-03-30T04:40:00.000149+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:00.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:00 smithi194 bash[23637]: cluster 2024-03-30T04:40:00.000149+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:00.599 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:00 smithi196 bash[18523]: cluster 2024-03-30T04:40:00.000149+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:01.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:39:59.854755+0000 mgr.x (mgr.24650) 30 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: cluster 2024-03-30T04:40:00.345557+0000 mgr.x (mgr.24650) 31 : 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-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.131074+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.144365+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.148750+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.148756+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.151861+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.151993+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.154975+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.155115+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.157862+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.157934+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.169555+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.172300+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[23637]: audit 2024-03-30T04:40:01.173787+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:39:59.854755+0000 mgr.x (mgr.24650) 30 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: cluster 2024-03-30T04:40:00.345557+0000 mgr.x (mgr.24650) 31 : 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-03-30T04:40:01.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.131074+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.144365+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.148750+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.148756+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.151861+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.151993+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.154975+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.155115+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.157862+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.157934+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.169555+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.172300+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:01.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:01 smithi194 bash[18557]: audit 2024-03-30T04:40:01.173787+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:39:59.854755+0000 mgr.x (mgr.24650) 30 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: cluster 2024-03-30T04:40:00.345557+0000 mgr.x (mgr.24650) 31 : 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-03-30T04:40:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.131074+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.144365+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.148750+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.148756+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.151861+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.151993+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.154975+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.155115+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.157862+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.157934+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.169555+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.172300+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:01.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:01 smithi196 bash[18523]: audit 2024-03-30T04:40:01.173787+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:02.581 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:02 smithi194 systemd[1]: Stopping Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:02.581 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[51187]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter.a 2024-03-30T04:40:02.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.160267+0000 mgr.x (mgr.24650) 32 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3036M 2024-03-30T04:40:02.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.175991+0000 mgr.x (mgr.24650) 33 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.176351+0000 mgr.x (mgr.24650) 34 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.442379+0000 mgr.x (mgr.24650) 35 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.443163+0000 mgr.x (mgr.24650) 36 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:01.943093+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:01.948483+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:01.956843+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:01.966478+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:01.978185+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:02.062790+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:02.073543+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:02.082569+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[18557]: audit 2024-03-30T04:40:02.091609+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.160267+0000 mgr.x (mgr.24650) 32 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3036M 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.175991+0000 mgr.x (mgr.24650) 33 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.176351+0000 mgr.x (mgr.24650) 34 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.442379+0000 mgr.x (mgr.24650) 35 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.443163+0000 mgr.x (mgr.24650) 36 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:01.943093+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:01.948483+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:01.956843+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:01.966478+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:01.978185+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:02.062790+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:02.073543+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:02.082569+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:02 smithi194 bash[23637]: audit 2024-03-30T04:40:02.091609+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[34439]: ts=2024-03-30T04:40: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.196:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.194:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:02.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.160267+0000 mgr.x (mgr.24650) 32 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3036M 2024-03-30T04:40:02.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.175991+0000 mgr.x (mgr.24650) 33 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:40:02.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.176351+0000 mgr.x (mgr.24650) 34 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:40:02.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.442379+0000 mgr.x (mgr.24650) 35 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.443163+0000 mgr.x (mgr.24650) 36 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:01.943093+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:01.948483+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:01.956843+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:01.966478+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:01.978185+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:02.062790+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:02.073543+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:02.082569+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:02.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:02 smithi196 bash[18523]: audit 2024-03-30T04:40:02.091609+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:03.513 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[51196]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:40:03.513 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[51230]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter.a 2024-03-30T04:40:03.513 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:03 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:03.513 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:03 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:03.513 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:03 smithi194 systemd[1]: Stopped Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:03.513 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:03 smithi194 systemd[1]: Started Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.606834+0000 mgr.x (mgr.24650) 37 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.607823+0000 mgr.x (mgr.24650) 38 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.771360+0000 mgr.x (mgr.24650) 39 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[23637]: cephadm 2024-03-30T04:40:01.772158+0000 mgr.x (mgr.24650) 40 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[23637]: cephadm 2024-03-30T04:40:02.094169+0000 mgr.x (mgr.24650) 41 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[23637]: cephadm 2024-03-30T04:40:02.095007+0000 mgr.x (mgr.24650) 42 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi194 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[23637]: cluster 2024-03-30T04:40:02.346466+0000 mgr.x (mgr.24650) 43 : 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-03-30T04:40:03.514 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.606834+0000 mgr.x (mgr.24650) 37 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.607823+0000 mgr.x (mgr.24650) 38 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:03.514 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.771360+0000 mgr.x (mgr.24650) 39 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:03.515 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[18557]: cephadm 2024-03-30T04:40:01.772158+0000 mgr.x (mgr.24650) 40 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:03.515 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[18557]: cephadm 2024-03-30T04:40:02.094169+0000 mgr.x (mgr.24650) 41 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:40:03.515 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[18557]: cephadm 2024-03-30T04:40:02.095007+0000 mgr.x (mgr.24650) 42 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi194 2024-03-30T04:40:03.515 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[18557]: cluster 2024-03-30T04:40:02.346466+0000 mgr.x (mgr.24650) 43 : 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-03-30T04:40:03.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:03 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.606834+0000 mgr.x (mgr.24650) 37 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:03.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:03 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.607823+0000 mgr.x (mgr.24650) 38 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:03.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:03 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.771360+0000 mgr.x (mgr.24650) 39 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:03.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:03 smithi196 bash[18523]: cephadm 2024-03-30T04:40:01.772158+0000 mgr.x (mgr.24650) 40 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:03.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:03 smithi196 bash[18523]: cephadm 2024-03-30T04:40:02.094169+0000 mgr.x (mgr.24650) 41 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:40:03.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:03 smithi196 bash[18523]: cephadm 2024-03-30T04:40:02.095007+0000 mgr.x (mgr.24650) 42 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi194 2024-03-30T04:40:03.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:03 smithi196 bash[18523]: cluster 2024-03-30T04:40:02.346466+0000 mgr.x (mgr.24650) 43 : 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-03-30T04:40:03.831 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[41689]: level=error ts=2024-03-30T04:40:03.520Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:40:03.831 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[41689]: level=warn ts=2024-03-30T04:40:03.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.194:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.194 because it doesn't contain any IP SANs" 2024-03-30T04:40:03.831 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:03 smithi194 bash[41689]: level=warn ts=2024-03-30T04:40:03.529Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.196:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.196 because it doesn't contain any IP SANs" 2024-03-30T04:40:04.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[18557]: audit 2024-03-30T04:40:03.485952+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:04.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[18557]: audit 2024-03-30T04:40:03.496951+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:04.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[18557]: cephadm 2024-03-30T04:40:03.517506+0000 mgr.x (mgr.24650) 44 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:40:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[23637]: audit 2024-03-30T04:40:03.485952+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[23637]: audit 2024-03-30T04:40:03.496951+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[23637]: cephadm 2024-03-30T04:40:03.517506+0000 mgr.x (mgr.24650) 44 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:40:04.832 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.618Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:40:04.832 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.618Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.618Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.618Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:40:04.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:40:04.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:40:04.835 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:40:04.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:40:04.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:40:04.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:40:04.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:40:04.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.619Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:40:04.836 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:04 smithi194 bash[51259]: ts=2024-03-30T04:40:04.620Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:40:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:04 smithi196 bash[18523]: audit 2024-03-30T04:40:03.485952+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:04 smithi196 bash[18523]: audit 2024-03-30T04:40:03.496951+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:04 smithi196 bash[18523]: cephadm 2024-03-30T04:40:03.517506+0000 mgr.x (mgr.24650) 44 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:40:05.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:05 smithi194 bash[18557]: cephadm 2024-03-30T04:40:03.555897+0000 mgr.x (mgr.24650) 45 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi194 2024-03-30T04:40:05.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:05 smithi194 bash[18557]: cluster 2024-03-30T04:40:04.348005+0000 mgr.x (mgr.24650) 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-03-30T04:40:05.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:05 smithi194 bash[23637]: cephadm 2024-03-30T04:40:03.555897+0000 mgr.x (mgr.24650) 45 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi194 2024-03-30T04:40:05.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:05 smithi194 bash[23637]: cluster 2024-03-30T04:40:04.348005+0000 mgr.x (mgr.24650) 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-03-30T04:40:05.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:05 smithi196 bash[18523]: cephadm 2024-03-30T04:40:03.555897+0000 mgr.x (mgr.24650) 45 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi194 2024-03-30T04:40:05.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:05 smithi196 bash[18523]: cluster 2024-03-30T04:40:04.348005+0000 mgr.x (mgr.24650) 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-03-30T04:40:06.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:06 smithi194 bash[18557]: audit 2024-03-30T04:40:06.468539+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:06.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:06 smithi194 bash[23637]: audit 2024-03-30T04:40:06.468539+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:06.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:06 smithi196 bash[18523]: audit 2024-03-30T04:40:06.468539+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:07.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:07 smithi194 bash[18557]: cluster 2024-03-30T04:40:06.348709+0000 mgr.x (mgr.24650) 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-03-30T04:40:07.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:07 smithi194 bash[23637]: cluster 2024-03-30T04:40:06.348709+0000 mgr.x (mgr.24650) 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-03-30T04:40:07.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:07 smithi196 bash[18523]: cluster 2024-03-30T04:40:06.348709+0000 mgr.x (mgr.24650) 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-03-30T04:40:08.521 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:08 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:40:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:09.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:09 smithi194 bash[23637]: cluster 2024-03-30T04:40:08.350463+0000 mgr.x (mgr.24650) 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-03-30T04:40:09.439 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:09 smithi194 bash[18557]: cluster 2024-03-30T04:40:08.350463+0000 mgr.x (mgr.24650) 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-03-30T04:40:09.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:09 smithi196 bash[18523]: cluster 2024-03-30T04:40:08.350463+0000 mgr.x (mgr.24650) 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-03-30T04:40:09.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:09 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:40:09] "GET /metrics HTTP/1.1" 200 38162 "" "Prometheus/2.33.4" 2024-03-30T04:40:11.691 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:11 smithi194 bash[18557]: audit 2024-03-30T04:40:09.865098+0000 mgr.x (mgr.24650) 49 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:11.692 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:11 smithi194 bash[18557]: cluster 2024-03-30T04:40:10.351138+0000 mgr.x (mgr.24650) 50 : 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-03-30T04:40:11.692 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:11 smithi194 bash[23637]: audit 2024-03-30T04:40:09.865098+0000 mgr.x (mgr.24650) 49 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:11.692 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:11 smithi194 bash[23637]: cluster 2024-03-30T04:40:10.351138+0000 mgr.x (mgr.24650) 50 : 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-03-30T04:40:11.692 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:11 smithi194 systemd[1]: Stopping Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:11.692 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:11 smithi194 bash[51505]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:40:11.693 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:11 smithi194 bash[41689]: level=info ts=2024-03-30T04:40:11.661Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:40:11.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:11 smithi196 bash[18523]: audit 2024-03-30T04:40:09.865098+0000 mgr.x (mgr.24650) 49 : audit [DBG] from='client.14832 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:11.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:11 smithi196 bash[18523]: cluster 2024-03-30T04:40:10.351138+0000 mgr.x (mgr.24650) 50 : 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-03-30T04:40:12.486 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:12 smithi194 bash[51514]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:40:12.486 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:12 smithi194 bash[51549]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:40:12.487 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:12 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:40:12.487 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:12 smithi194 systemd[1]: Stopped Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:12.487 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:12 smithi194 systemd[1]: Started Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:12.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:12 smithi196 bash[34439]: ts=2024-03-30T04:40: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.196:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.194:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[23637]: cluster 2024-03-30T04:40:12.352512+0000 mgr.x (mgr.24650) 51 : 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-03-30T04:40:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[23637]: audit 2024-03-30T04:40:12.499059+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[23637]: audit 2024-03-30T04:40:12.510738+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[23637]: audit 2024-03-30T04:40:12.555740+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[23637]: audit 2024-03-30T04:40:12.555746+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[23637]: audit 2024-03-30T04:40:12.573941+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[18557]: cluster 2024-03-30T04:40:12.352512+0000 mgr.x (mgr.24650) 51 : 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-03-30T04:40:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[18557]: audit 2024-03-30T04:40:12.499059+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[18557]: audit 2024-03-30T04:40:12.510738+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[18557]: audit 2024-03-30T04:40:12.555740+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[18557]: audit 2024-03-30T04:40:12.555746+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[18557]: audit 2024-03-30T04:40:12.573941+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:13 smithi196 bash[18523]: cluster 2024-03-30T04:40:12.352512+0000 mgr.x (mgr.24650) 51 : 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-03-30T04:40:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:13 smithi196 bash[18523]: audit 2024-03-30T04:40:12.499059+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:13 smithi196 bash[18523]: audit 2024-03-30T04:40:12.510738+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:13.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:13 smithi196 bash[18523]: audit 2024-03-30T04:40:12.555740+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:13.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:13 smithi196 bash[18523]: audit 2024-03-30T04:40:12.555746+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:13.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:13 smithi196 bash[18523]: audit 2024-03-30T04:40:12.573941+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:14.117 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.959Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:40:14.118 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.959Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:40:14.118 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.962Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.194 port=9094 2024-03-30T04:40:14.118 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.962Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:40:14.118 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.996Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:40:14.118 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.997Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:40:14.118 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.999Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:40:14.118 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:13 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:13.999Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:40:14.799 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:14 smithi194 bash[23637]: cephadm 2024-03-30T04:40:12.554928+0000 mgr.x (mgr.24650) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi194.xswpne (dependencies changed)... 2024-03-30T04:40:14.799 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:14 smithi194 bash[23637]: cephadm 2024-03-30T04:40:12.576255+0000 mgr.x (mgr.24650) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:40:14.799 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:14 smithi194 bash[18557]: cephadm 2024-03-30T04:40:12.554928+0000 mgr.x (mgr.24650) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi194.xswpne (dependencies changed)... 2024-03-30T04:40:14.799 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:14 smithi194 bash[18557]: cephadm 2024-03-30T04:40:12.576255+0000 mgr.x (mgr.24650) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:40:14.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:14 smithi196 bash[18523]: cephadm 2024-03-30T04:40:12.554928+0000 mgr.x (mgr.24650) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi194.xswpne (dependencies changed)... 2024-03-30T04:40:14.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:14 smithi196 bash[18523]: cephadm 2024-03-30T04:40:12.576255+0000 mgr.x (mgr.24650) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:40:15.760 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:15 smithi194 bash[23637]: cluster 2024-03-30T04:40:14.353741+0000 mgr.x (mgr.24650) 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-03-30T04:40:15.760 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:15 smithi194 bash[18557]: cluster 2024-03-30T04:40:14.353741+0000 mgr.x (mgr.24650) 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-03-30T04:40:15.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:15 smithi196 bash[18523]: cluster 2024-03-30T04:40:14.353741+0000 mgr.x (mgr.24650) 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-03-30T04:40:16.081 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:15 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:15.963Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000871311s 2024-03-30T04:40:17.567 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[18557]: cluster 2024-03-30T04:40:16.354521+0000 mgr.x (mgr.24650) 55 : 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-03-30T04:40:17.567 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[18557]: audit 2024-03-30T04:40:16.364069+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:17.567 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[18557]: audit 2024-03-30T04:40:16.377567+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:17.567 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[18557]: cephadm 2024-03-30T04:40:16.402290+0000 mgr.x (mgr.24650) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:17.568 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[23637]: cluster 2024-03-30T04:40:16.354521+0000 mgr.x (mgr.24650) 55 : 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-03-30T04:40:17.568 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[23637]: audit 2024-03-30T04:40:16.364069+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:17.568 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[23637]: audit 2024-03-30T04:40:16.377567+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:17.568 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:17 smithi194 bash[23637]: cephadm 2024-03-30T04:40:16.402290+0000 mgr.x (mgr.24650) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:17.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:17 smithi196 bash[18523]: cluster 2024-03-30T04:40:16.354521+0000 mgr.x (mgr.24650) 55 : 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-03-30T04:40:17.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:17 smithi196 bash[18523]: audit 2024-03-30T04:40:16.364069+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:17.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:17 smithi196 bash[18523]: audit 2024-03-30T04:40:16.377567+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:17.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:17 smithi196 bash[18523]: cephadm 2024-03-30T04:40:16.402290+0000 mgr.x (mgr.24650) 56 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:18.358 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:18 smithi194 bash[18813]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:40:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:18.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:18 smithi196 bash[18523]: cephadm 2024-03-30T04:40:16.692915+0000 mgr.x (mgr.24650) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:40:18.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:18 smithi196 bash[18523]: audit 2024-03-30T04:40:18.162715+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.194:0/3948101336' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:18.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:18 smithi194 bash[18557]: cephadm 2024-03-30T04:40:16.692915+0000 mgr.x (mgr.24650) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:40:18.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:18 smithi194 bash[18557]: audit 2024-03-30T04:40:18.162715+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.194:0/3948101336' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:18.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:18 smithi194 bash[23637]: cephadm 2024-03-30T04:40:16.692915+0000 mgr.x (mgr.24650) 57 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:40:18.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:18 smithi194 bash[23637]: audit 2024-03-30T04:40:18.162715+0000 mon.a (mon.0) 886 : audit [DBG] from='client.? 172.21.15.194:0/3948101336' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:19.476 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:40:19.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:19 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:40:19] "GET /metrics HTTP/1.1" 200 38162 "" "Prometheus/2.33.4" 2024-03-30T04:40:19.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:19 smithi196 bash[18523]: cluster 2024-03-30T04:40:18.355542+0000 mgr.x (mgr.24650) 58 : cluster [DBG] pgmap v24: 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-03-30T04:40:19.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:19 smithi196 bash[18523]: audit 2024-03-30T04:40:18.536728+0000 mon.c (mon.1) 52 : audit [INF] from='client.? 172.21.15.194:0/1698294554' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]: dispatch 2024-03-30T04:40:19.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:19 smithi196 bash[18523]: audit 2024-03-30T04:40:18.537274+0000 mon.a (mon.0) 887 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]: dispatch 2024-03-30T04:40:19.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:19 smithi194 bash[18557]: cluster 2024-03-30T04:40:18.355542+0000 mgr.x (mgr.24650) 58 : cluster [DBG] pgmap v24: 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-03-30T04:40:19.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:19 smithi194 bash[18557]: audit 2024-03-30T04:40:18.536728+0000 mon.c (mon.1) 52 : audit [INF] from='client.? 172.21.15.194:0/1698294554' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]: dispatch 2024-03-30T04:40:19.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:19 smithi194 bash[18557]: audit 2024-03-30T04:40:18.537274+0000 mon.a (mon.0) 887 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]: dispatch 2024-03-30T04:40:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:19 smithi194 bash[23637]: cluster 2024-03-30T04:40:18.355542+0000 mgr.x (mgr.24650) 58 : cluster [DBG] pgmap v24: 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-03-30T04:40:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:19 smithi194 bash[23637]: audit 2024-03-30T04:40:18.536728+0000 mon.c (mon.1) 52 : audit [INF] from='client.? 172.21.15.194:0/1698294554' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]: dispatch 2024-03-30T04:40:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:19 smithi194 bash[23637]: audit 2024-03-30T04:40:18.537274+0000 mon.a (mon.0) 887 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]: dispatch 2024-03-30T04:40:20.164 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:40:20.164 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 starting - - - - 2024-03-30T04:40:20.164 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (6m) 30s ago 6m 43.2M - 8.3.5 dad864ee21e9 6080323ade8f 2024-03-30T04:40:20.164 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 starting - - - - 2024-03-30T04:40:20.164 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283 running (57s) 30s ago 12m 480M - 19.0.0-2493-gd82c9aa1 3714003597ec 03d39383f611 2024-03-30T04:40:20.164 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:9283 running (14m) 30s ago 14m 398M - 17.2.0 e1d6a67b021e a8ebf1cf873c 2024-03-30T04:40:20.164 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (14m) 30s ago 14m 52.8M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (13m) 30s ago 13m 46.6M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (13m) 30s ago 13m 42.3M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 starting - - - - 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (7m) 30s ago 7m 11.7M - 1.3.1 1dbe0e931976 bd0ad1a85488 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (12m) 30s ago 12m 53.4M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (11m) 30s ago 11m 56.0M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (11m) 30s ago 11m 50.4M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (10m) 30s ago 10m 54.1M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (10m) 30s ago 10m 57.3M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (9m) 30s ago 9m 52.2M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (8m) 30s ago 8m 50.0M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (8m) 30s ago 8m 54.0M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (6m) 30s ago 7m 57.1M - 2.33.4 514e6a882f6e 5f01361a0a04 2024-03-30T04:40:20.165 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (5m) 30s ago 5m 85.4M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:40:20.166 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (5m) 30s ago 5m 85.5M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:40:20.166 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (5m) 30s ago 5m 85.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:40:20.166 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (5m) 30s ago 5m 85.8M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:20.622 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:40:20.623 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:40:20.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:20 smithi196 bash[18523]: audit 2024-03-30T04:40:19.375083+0000 mon.a (mon.0) 888 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]': finished 2024-03-30T04:40:20.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:20 smithi196 bash[18523]: cluster 2024-03-30T04:40:19.375443+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:40:20.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:20 smithi196 bash[18523]: audit 2024-03-30T04:40:19.470804+0000 mgr.x (mgr.24650) 59 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:20.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:20 smithi196 bash[18523]: audit 2024-03-30T04:40:19.750914+0000 mon.c (mon.1) 53 : audit [INF] from='client.? 172.21.15.194:0/2962117814' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]: dispatch 2024-03-30T04:40:20.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:20 smithi196 bash[18523]: audit 2024-03-30T04:40:19.751817+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]: dispatch 2024-03-30T04:40:20.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[23637]: audit 2024-03-30T04:40:19.375083+0000 mon.a (mon.0) 888 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]': finished 2024-03-30T04:40:20.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[23637]: cluster 2024-03-30T04:40:19.375443+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:40:20.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[23637]: audit 2024-03-30T04:40:19.470804+0000 mgr.x (mgr.24650) 59 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:20.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[23637]: audit 2024-03-30T04:40:19.750914+0000 mon.c (mon.1) 53 : audit [INF] from='client.? 172.21.15.194:0/2962117814' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]: dispatch 2024-03-30T04:40:20.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[23637]: audit 2024-03-30T04:40:19.751817+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]: dispatch 2024-03-30T04:40:20.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[18557]: audit 2024-03-30T04:40:19.375083+0000 mon.a (mon.0) 888 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2674509442"}]': finished 2024-03-30T04:40:20.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[18557]: cluster 2024-03-30T04:40:19.375443+0000 mon.a (mon.0) 889 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:40:20.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[18557]: audit 2024-03-30T04:40:19.470804+0000 mgr.x (mgr.24650) 59 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:20.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[18557]: audit 2024-03-30T04:40:19.750914+0000 mon.c (mon.1) 53 : audit [INF] from='client.? 172.21.15.194:0/2962117814' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]: dispatch 2024-03-30T04:40:20.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:20 smithi194 bash[18557]: audit 2024-03-30T04:40:19.751817+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]: dispatch 2024-03-30T04:40:20.967 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "1/23 daemons upgraded", 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "", 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:40:20.968 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:40:21.391 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:40:21.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: audit 2024-03-30T04:40:19.819328+0000 mgr.x (mgr.24650) 60 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:21.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: audit 2024-03-30T04:40:20.155655+0000 mgr.x (mgr.24650) 61 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:21.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: cluster 2024-03-30T04:40:20.355966+0000 mgr.x (mgr.24650) 62 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-30T04:40:21.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: audit 2024-03-30T04:40:20.395078+0000 mon.a (mon.0) 891 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]': finished 2024-03-30T04:40:21.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: cluster 2024-03-30T04:40:20.395294+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:40:21.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: audit 2024-03-30T04:40:20.629877+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.194:0/1072647316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:21.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: audit 2024-03-30T04:40:20.767461+0000 mon.c (mon.1) 54 : audit [INF] from='client.? 172.21.15.194:0/1330482757' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]: dispatch 2024-03-30T04:40:21.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:21 smithi196 bash[18523]: audit 2024-03-30T04:40:20.767996+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]: dispatch 2024-03-30T04:40:21.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: audit 2024-03-30T04:40:19.819328+0000 mgr.x (mgr.24650) 60 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:21.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: audit 2024-03-30T04:40:20.155655+0000 mgr.x (mgr.24650) 61 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: cluster 2024-03-30T04:40:20.355966+0000 mgr.x (mgr.24650) 62 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: audit 2024-03-30T04:40:20.395078+0000 mon.a (mon.0) 891 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]': finished 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: cluster 2024-03-30T04:40:20.395294+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: audit 2024-03-30T04:40:20.629877+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.194:0/1072647316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: audit 2024-03-30T04:40:20.767461+0000 mon.c (mon.1) 54 : audit [INF] from='client.? 172.21.15.194:0/1330482757' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]: dispatch 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[18557]: audit 2024-03-30T04:40:20.767996+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]: dispatch 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: audit 2024-03-30T04:40:19.819328+0000 mgr.x (mgr.24650) 60 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: audit 2024-03-30T04:40:20.155655+0000 mgr.x (mgr.24650) 61 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: cluster 2024-03-30T04:40:20.355966+0000 mgr.x (mgr.24650) 62 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: audit 2024-03-30T04:40:20.395078+0000 mon.a (mon.0) 891 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/4154740081"}]': finished 2024-03-30T04:40:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: cluster 2024-03-30T04:40:20.395294+0000 mon.a (mon.0) 892 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:40:21.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: audit 2024-03-30T04:40:20.629877+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.194:0/1072647316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:21.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: audit 2024-03-30T04:40:20.767461+0000 mon.c (mon.1) 54 : audit [INF] from='client.? 172.21.15.194:0/1330482757' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]: dispatch 2024-03-30T04:40:21.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:21 smithi194 bash[23637]: audit 2024-03-30T04:40:20.767996+0000 mon.a (mon.0) 894 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]: dispatch 2024-03-30T04:40:22.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:22 smithi196 bash[34439]: ts=2024-03-30T04:40:22.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.196:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.194:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:22.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:22 smithi196 bash[18523]: audit 2024-03-30T04:40:20.975766+0000 mgr.x (mgr.24650) 63 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:22.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:22 smithi196 bash[18523]: audit 2024-03-30T04:40:21.397424+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]': finished 2024-03-30T04:40:22.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:22 smithi196 bash[18523]: cluster 2024-03-30T04:40:21.397670+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:40:22.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:22 smithi196 bash[18523]: audit 2024-03-30T04:40:21.398247+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.194:0/2160618018' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:22.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:22 smithi196 bash[18523]: audit 2024-03-30T04:40:21.469362+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:22.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:22 smithi196 bash[18523]: audit 2024-03-30T04:40:21.738535+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.194:0/1929778639' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3752182811"}]: dispatch 2024-03-30T04:40:22.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[18557]: audit 2024-03-30T04:40:20.975766+0000 mgr.x (mgr.24650) 63 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:22.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[18557]: audit 2024-03-30T04:40:21.397424+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]': finished 2024-03-30T04:40:22.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[18557]: cluster 2024-03-30T04:40:21.397670+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:40:22.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[18557]: audit 2024-03-30T04:40:21.398247+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.194:0/2160618018' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:22.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[18557]: audit 2024-03-30T04:40:21.469362+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:22.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[18557]: audit 2024-03-30T04:40:21.738535+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.194:0/1929778639' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3752182811"}]: dispatch 2024-03-30T04:40:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[23637]: audit 2024-03-30T04:40:20.975766+0000 mgr.x (mgr.24650) 63 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[23637]: audit 2024-03-30T04:40:21.397424+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/787393860"}]': finished 2024-03-30T04:40:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[23637]: cluster 2024-03-30T04:40:21.397670+0000 mon.a (mon.0) 896 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:40:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[23637]: audit 2024-03-30T04:40:21.398247+0000 mon.c (mon.1) 55 : audit [DBG] from='client.? 172.21.15.194:0/2160618018' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[23637]: audit 2024-03-30T04:40:21.469362+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:22 smithi194 bash[23637]: audit 2024-03-30T04:40:21.738535+0000 mon.a (mon.0) 897 : audit [INF] from='client.? 172.21.15.194:0/1929778639' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3752182811"}]: dispatch 2024-03-30T04:40:23.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:23 smithi196 bash[18523]: cluster 2024-03-30T04:40:22.357174+0000 mgr.x (mgr.24650) 64 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-30T04:40:23.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:23 smithi196 bash[18523]: audit 2024-03-30T04:40:22.409450+0000 mon.a (mon.0) 898 : audit [INF] from='client.? 172.21.15.194:0/1929778639' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3752182811"}]': finished 2024-03-30T04:40:23.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:23 smithi196 bash[18523]: cluster 2024-03-30T04:40:22.409636+0000 mon.a (mon.0) 899 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:40:23.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:23 smithi196 bash[18523]: audit 2024-03-30T04:40:22.792764+0000 mon.c (mon.1) 56 : audit [INF] from='client.? 172.21.15.194:0/2901759787' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]: dispatch 2024-03-30T04:40:23.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:23 smithi196 bash[18523]: audit 2024-03-30T04:40:22.793697+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]: dispatch 2024-03-30T04:40:23.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[23637]: cluster 2024-03-30T04:40:22.357174+0000 mgr.x (mgr.24650) 64 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-30T04:40:23.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[23637]: audit 2024-03-30T04:40:22.409450+0000 mon.a (mon.0) 898 : audit [INF] from='client.? 172.21.15.194:0/1929778639' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3752182811"}]': finished 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[23637]: cluster 2024-03-30T04:40:22.409636+0000 mon.a (mon.0) 899 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[23637]: audit 2024-03-30T04:40:22.792764+0000 mon.c (mon.1) 56 : audit [INF] from='client.? 172.21.15.194:0/2901759787' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]: dispatch 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[23637]: audit 2024-03-30T04:40:22.793697+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]: dispatch 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[18557]: cluster 2024-03-30T04:40:22.357174+0000 mgr.x (mgr.24650) 64 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[18557]: audit 2024-03-30T04:40:22.409450+0000 mon.a (mon.0) 898 : audit [INF] from='client.? 172.21.15.194:0/1929778639' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3752182811"}]': finished 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[18557]: cluster 2024-03-30T04:40:22.409636+0000 mon.a (mon.0) 899 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[18557]: audit 2024-03-30T04:40:22.792764+0000 mon.c (mon.1) 56 : audit [INF] from='client.? 172.21.15.194:0/2901759787' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]: dispatch 2024-03-30T04:40:23.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[18557]: audit 2024-03-30T04:40:22.793697+0000 mon.a (mon.0) 900 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]: dispatch 2024-03-30T04:40:24.331 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:23 smithi194 bash[51581]: level=info ts=2024-03-30T04:40:23.966Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003564343s 2024-03-30T04:40:24.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:24 smithi196 bash[18523]: audit 2024-03-30T04:40:23.433618+0000 mon.a (mon.0) 901 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]': finished 2024-03-30T04:40:24.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:24 smithi196 bash[18523]: cluster 2024-03-30T04:40:23.433807+0000 mon.a (mon.0) 902 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:40:24.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:24 smithi196 bash[18523]: audit 2024-03-30T04:40:23.809766+0000 mon.c (mon.1) 57 : audit [INF] from='client.? 172.21.15.194:0/3016408039' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]: dispatch 2024-03-30T04:40:24.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:24 smithi196 bash[18523]: audit 2024-03-30T04:40:23.810640+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]: dispatch 2024-03-30T04:40:24.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[18557]: audit 2024-03-30T04:40:23.433618+0000 mon.a (mon.0) 901 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]': finished 2024-03-30T04:40:24.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[18557]: cluster 2024-03-30T04:40:23.433807+0000 mon.a (mon.0) 902 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:40:24.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[18557]: audit 2024-03-30T04:40:23.809766+0000 mon.c (mon.1) 57 : audit [INF] from='client.? 172.21.15.194:0/3016408039' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]: dispatch 2024-03-30T04:40:24.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[18557]: audit 2024-03-30T04:40:23.810640+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]: dispatch 2024-03-30T04:40:24.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[23637]: audit 2024-03-30T04:40:23.433618+0000 mon.a (mon.0) 901 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2602951638"}]': finished 2024-03-30T04:40:24.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[23637]: cluster 2024-03-30T04:40:23.433807+0000 mon.a (mon.0) 902 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:40:24.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[23637]: audit 2024-03-30T04:40:23.809766+0000 mon.c (mon.1) 57 : audit [INF] from='client.? 172.21.15.194:0/3016408039' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]: dispatch 2024-03-30T04:40:24.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:24 smithi194 bash[23637]: audit 2024-03-30T04:40:23.810640+0000 mon.a (mon.0) 903 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]: dispatch 2024-03-30T04:40:25.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:25 smithi196 bash[18523]: cluster 2024-03-30T04:40:24.357915+0000 mgr.x (mgr.24650) 65 : cluster [DBG] pgmap v32: 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-03-30T04:40:25.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:25 smithi196 bash[18523]: audit 2024-03-30T04:40:24.455391+0000 mon.a (mon.0) 904 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]': finished 2024-03-30T04:40:25.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:25 smithi196 bash[18523]: cluster 2024-03-30T04:40:24.455572+0000 mon.a (mon.0) 905 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:40:25.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:25 smithi196 bash[18523]: audit 2024-03-30T04:40:24.839755+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.194:0/4046079723' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/179570437"}]: dispatch 2024-03-30T04:40:25.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[18557]: cluster 2024-03-30T04:40:24.357915+0000 mgr.x (mgr.24650) 65 : cluster [DBG] pgmap v32: 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-03-30T04:40:25.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[18557]: audit 2024-03-30T04:40:24.455391+0000 mon.a (mon.0) 904 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]': finished 2024-03-30T04:40:25.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[18557]: cluster 2024-03-30T04:40:24.455572+0000 mon.a (mon.0) 905 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:40:25.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[18557]: audit 2024-03-30T04:40:24.839755+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.194:0/4046079723' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/179570437"}]: dispatch 2024-03-30T04:40:25.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[23637]: cluster 2024-03-30T04:40:24.357915+0000 mgr.x (mgr.24650) 65 : cluster [DBG] pgmap v32: 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-03-30T04:40:25.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[23637]: audit 2024-03-30T04:40:24.455391+0000 mon.a (mon.0) 904 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/787393860"}]': finished 2024-03-30T04:40:25.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[23637]: cluster 2024-03-30T04:40:24.455572+0000 mon.a (mon.0) 905 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:40:25.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:25 smithi194 bash[23637]: audit 2024-03-30T04:40:24.839755+0000 mon.a (mon.0) 906 : audit [INF] from='client.? 172.21.15.194:0/4046079723' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/179570437"}]: dispatch 2024-03-30T04:40:26.749 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:26 smithi196 bash[18523]: audit 2024-03-30T04:40:25.448689+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.194:0/4046079723' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/179570437"}]': finished 2024-03-30T04:40:26.749 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:26 smithi196 bash[18523]: cluster 2024-03-30T04:40:25.449058+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:40:26.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:26 smithi194 bash[18557]: audit 2024-03-30T04:40:25.448689+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.194:0/4046079723' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/179570437"}]': finished 2024-03-30T04:40:26.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:26 smithi194 bash[18557]: cluster 2024-03-30T04:40:25.449058+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:40:26.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:26 smithi194 bash[23637]: audit 2024-03-30T04:40:25.448689+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.194:0/4046079723' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/179570437"}]': finished 2024-03-30T04:40:26.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:26 smithi194 bash[23637]: cluster 2024-03-30T04:40:25.449058+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:40:27.739 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[18523]: cluster 2024-03-30T04:40:26.358682+0000 mgr.x (mgr.24650) 66 : cluster [DBG] pgmap v35: 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-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 systemd[1]: Stopping Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[39841]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.710Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:40:27.740 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.711Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:40:27.741 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.711Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:40:27.741 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:27 smithi196 bash[34439]: ts=2024-03-30T04:40:27.711Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:40:27.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:27 smithi194 bash[23637]: cluster 2024-03-30T04:40:26.358682+0000 mgr.x (mgr.24650) 66 : cluster [DBG] pgmap v35: 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-03-30T04:40:27.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:27 smithi194 bash[18557]: cluster 2024-03-30T04:40:26.358682+0000 mgr.x (mgr.24650) 66 : cluster [DBG] pgmap v35: 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-03-30T04:40:28.553 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:28 smithi196 bash[39850]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:40:28.553 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:28 smithi196 bash[39884]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:40:28.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:28 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:40:28.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:28 smithi196 systemd[1]: Stopped Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:28.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:28 smithi196 systemd[1]: Started Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:29.305 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:29 smithi196 systemd[1]: Stopping Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:29.305 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39937]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter.b 2024-03-30T04:40:29.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[18557]: audit 2024-03-30T04:40:27.853282+0000 mgr.x (mgr.24650) 67 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:29.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[18557]: cluster 2024-03-30T04:40:28.359733+0000 mgr.x (mgr.24650) 68 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s 2024-03-30T04:40:29.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[18557]: audit 2024-03-30T04:40:28.617069+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:29.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[18557]: audit 2024-03-30T04:40:28.630417+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[23637]: audit 2024-03-30T04:40:27.853282+0000 mgr.x (mgr.24650) 67 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[23637]: cluster 2024-03-30T04:40:28.359733+0000 mgr.x (mgr.24650) 68 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s 2024-03-30T04:40:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[23637]: audit 2024-03-30T04:40:28.617069+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:29 smithi194 bash[23637]: audit 2024-03-30T04:40:28.630417+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:29.644 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[18523]: audit 2024-03-30T04:40:27.853282+0000 mgr.x (mgr.24650) 67 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:29.644 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[18523]: cluster 2024-03-30T04:40:28.359733+0000 mgr.x (mgr.24650) 68 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s 2024-03-30T04:40:29.644 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[18523]: audit 2024-03-30T04:40:28.617069+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:29.645 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[18523]: audit 2024-03-30T04:40:28.630417+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:30.286 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39946]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:40:30.286 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[40034]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter.b 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.957Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.957Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.957Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.957Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi196 (none))" 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.957Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.957Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.959Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.959Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.960Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.963Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:40:30.287 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.963Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.421µs 2024-03-30T04:40:30.288 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:29 smithi196 bash[39915]: ts=2024-03-30T04:40:29.963Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:40:30.288 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.154Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-03-30T04:40:30.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:30 smithi194 bash[18557]: cephadm 2024-03-30T04:40:28.649972+0000 mgr.x (mgr.24650) 69 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:40:30.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:30 smithi194 bash[18557]: cephadm 2024-03-30T04:40:28.650473+0000 mgr.x (mgr.24650) 70 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi196 2024-03-30T04:40:30.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:30 smithi194 bash[23637]: cephadm 2024-03-30T04:40:28.649972+0000 mgr.x (mgr.24650) 69 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:40:30.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:30 smithi194 bash[23637]: cephadm 2024-03-30T04:40:28.650473+0000 mgr.x (mgr.24650) 70 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi196 2024-03-30T04:40:30.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[18523]: cephadm 2024-03-30T04:40:28.649972+0000 mgr.x (mgr.24650) 69 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:40:30.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[18523]: cephadm 2024-03-30T04:40:28.650473+0000 mgr.x (mgr.24650) 70 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi196 2024-03-30T04:40:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.397Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-03-30T04:40:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.398Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-03-30T04:40:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.398Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=36.476µs wal_replay_duration=434.569556ms total_replay_duration=434.622732ms 2024-03-30T04:40:30.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.401Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:40:30.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.401Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:40:30.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.401Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:40:30.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.429Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=28.020306ms db_storage=904ns remote_storage=1.557µs web_handler=656ns query_engine=772ns scrape=312.738µs scrape_sd=134.056µs notify=16.548µs notify_sd=11.578µs rules=27.072342ms 2024-03-30T04:40:30.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:30 smithi196 bash[39915]: ts=2024-03-30T04:40:30.429Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:40:30.697 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:30 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:30.697 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:30 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:40:30.697 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:30 smithi196 systemd[1]: Stopped Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:30.697 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:30 smithi196 systemd[1]: Started Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:31.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: audit 2024-03-30T04:40:30.358343+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: cluster 2024-03-30T04:40:30.360107+0000 mgr.x (mgr.24650) 71 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2024-03-30T04:40:31.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: audit 2024-03-30T04:40:30.369460+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: cephadm 2024-03-30T04:40:30.417911+0000 mgr.x (mgr.24650) 72 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:40:31.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: cephadm 2024-03-30T04:40:30.429887+0000 mgr.x (mgr.24650) 73 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:40:31.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: audit 2024-03-30T04:40:30.460543+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: audit 2024-03-30T04:40:30.468469+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: audit 2024-03-30T04:40:30.474237+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:40:31.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: audit 2024-03-30T04:40:30.475089+0000 mgr.x (mgr.24650) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:40:31.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[18523]: cephadm 2024-03-30T04:40:30.480694+0000 mgr.x (mgr.24650) 75 : cephadm [INF] Reconfiguring daemon grafana.a on smithi196 2024-03-30T04:40:31.698 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.594Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.594Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.595Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.595Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:40:31.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:40:31.700 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:40:31.701 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:40:31.702 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:40:31.702 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:40:31.702 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:40:31.702 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:40:31.702 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:40:31.702 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:40:31 smithi196 bash[40063]: ts=2024-03-30T04:40:31.596Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:40:31.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: audit 2024-03-30T04:40:30.358343+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: cluster 2024-03-30T04:40:30.360107+0000 mgr.x (mgr.24650) 71 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: audit 2024-03-30T04:40:30.369460+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: cephadm 2024-03-30T04:40:30.417911+0000 mgr.x (mgr.24650) 72 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: cephadm 2024-03-30T04:40:30.429887+0000 mgr.x (mgr.24650) 73 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: audit 2024-03-30T04:40:30.460543+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: audit 2024-03-30T04:40:30.468469+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: audit 2024-03-30T04:40:30.474237+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: audit 2024-03-30T04:40:30.475089+0000 mgr.x (mgr.24650) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[18557]: cephadm 2024-03-30T04:40:30.480694+0000 mgr.x (mgr.24650) 75 : cephadm [INF] Reconfiguring daemon grafana.a on smithi196 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: audit 2024-03-30T04:40:30.358343+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: cluster 2024-03-30T04:40:30.360107+0000 mgr.x (mgr.24650) 71 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s 2024-03-30T04:40:31.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: audit 2024-03-30T04:40:30.369460+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: cephadm 2024-03-30T04:40:30.417911+0000 mgr.x (mgr.24650) 72 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:40:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: cephadm 2024-03-30T04:40:30.429887+0000 mgr.x (mgr.24650) 73 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:40:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: audit 2024-03-30T04:40:30.460543+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: audit 2024-03-30T04:40:30.468469+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: audit 2024-03-30T04:40:30.474237+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:40:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: audit 2024-03-30T04:40:30.475089+0000 mgr.x (mgr.24650) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:40:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:31 smithi194 bash[23637]: cephadm 2024-03-30T04:40:30.480694+0000 mgr.x (mgr.24650) 75 : cephadm [INF] Reconfiguring daemon grafana.a on smithi196 2024-03-30T04:40:33.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:33 smithi196 bash[18523]: cluster 2024-03-30T04:40:32.360907+0000 mgr.x (mgr.24650) 76 : 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-03-30T04:40:33.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:33 smithi194 bash[18557]: cluster 2024-03-30T04:40:32.360907+0000 mgr.x (mgr.24650) 76 : 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-03-30T04:40:33.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:33 smithi194 bash[23637]: cluster 2024-03-30T04:40:32.360907+0000 mgr.x (mgr.24650) 76 : 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-03-30T04:40:35.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:35 smithi196 bash[18523]: cluster 2024-03-30T04:40:34.361325+0000 mgr.x (mgr.24650) 77 : cluster [DBG] pgmap v39: 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-03-30T04:40:35.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:35 smithi194 bash[18557]: cluster 2024-03-30T04:40:34.361325+0000 mgr.x (mgr.24650) 77 : cluster [DBG] pgmap v39: 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-03-30T04:40:35.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:35 smithi194 bash[23637]: cluster 2024-03-30T04:40:34.361325+0000 mgr.x (mgr.24650) 77 : cluster [DBG] pgmap v39: 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-03-30T04:40:37.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:37 smithi196 bash[18523]: cluster 2024-03-30T04:40:36.361730+0000 mgr.x (mgr.24650) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-30T04:40:37.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:37 smithi196 bash[18523]: audit 2024-03-30T04:40:36.473571+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:37.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:37 smithi194 bash[18557]: cluster 2024-03-30T04:40:36.361730+0000 mgr.x (mgr.24650) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-30T04:40:37.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:37 smithi194 bash[18557]: audit 2024-03-30T04:40:36.473571+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:37.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:37 smithi194 bash[23637]: cluster 2024-03-30T04:40:36.361730+0000 mgr.x (mgr.24650) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-30T04:40:37.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:37 smithi194 bash[23637]: audit 2024-03-30T04:40:36.473571+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:39.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:39 smithi194 bash[18557]: audit 2024-03-30T04:40:37.861085+0000 mgr.x (mgr.24650) 79 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:39.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:39 smithi194 bash[18557]: cluster 2024-03-30T04:40:38.363424+0000 mgr.x (mgr.24650) 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-03-30T04:40:39.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:39 smithi194 bash[23637]: audit 2024-03-30T04:40:37.861085+0000 mgr.x (mgr.24650) 79 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:39.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:39 smithi194 bash[23637]: cluster 2024-03-30T04:40:38.363424+0000 mgr.x (mgr.24650) 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-03-30T04:40:39.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:39 smithi196 bash[18523]: audit 2024-03-30T04:40:37.861085+0000 mgr.x (mgr.24650) 79 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:39.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:39 smithi196 bash[18523]: cluster 2024-03-30T04:40:38.363424+0000 mgr.x (mgr.24650) 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-03-30T04:40:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:41 smithi196 bash[18523]: cluster 2024-03-30T04:40:40.364066+0000 mgr.x (mgr.24650) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:40:41.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:41 smithi194 bash[18557]: cluster 2024-03-30T04:40:40.364066+0000 mgr.x (mgr.24650) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:40:41.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:41 smithi194 bash[23637]: cluster 2024-03-30T04:40:40.364066+0000 mgr.x (mgr.24650) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:40:43.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:42 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:40:42] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.33.4" 2024-03-30T04:40:43.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:42 smithi196 systemd[1]: Stopping Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:43.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:42 smithi196 bash[40332]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-grafana.a 2024-03-30T04:40:43.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:42 smithi196 bash[33823]: t=2024-03-30T04:40:42+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-03-30T04:40:43.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[33823]: t=2024-03-30T04:40:43+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2024-03-30T04:40:43.616 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[18523]: cluster 2024-03-30T04:40:42.365040+0000 mgr.x (mgr.24650) 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-03-30T04:40:43.617 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[39915]: ts=2024-03-30T04:40:43.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:43.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:43 smithi194 bash[23637]: cluster 2024-03-30T04:40:42.365040+0000 mgr.x (mgr.24650) 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-03-30T04:40:43.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:43 smithi194 bash[18557]: cluster 2024-03-30T04:40:42.365040+0000 mgr.x (mgr.24650) 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-03-30T04:40:43.911 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[40342]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:40:43.911 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[40376]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-grafana.a 2024-03-30T04:40:43.911 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:43 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Deactivated successfully. 2024-03-30T04:40:43.912 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:43 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:43.912 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:43 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:44.162 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[37946]: [30/Mar/2024:04:40:43] ENGINE Bus STOPPING 2024-03-30T04:40:44.162 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[37946]: [30/Mar/2024:04:40:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[37946]: [30/Mar/2024:04:40:43] ENGINE Bus STOPPED 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:43 smithi196 bash[37946]: [30/Mar/2024:04:40:43] ENGINE Bus STARTING 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Serving on http://:::9283 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STARTED 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STOPPING 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STOPPED 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STARTING 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Serving on http://:::9283 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STARTED 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STOPPING 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:40:44.163 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STOPPED 2024-03-30T04:40:44.164 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STARTING 2024-03-30T04:40:44.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Serving on http://:::9283 2024-03-30T04:40:44.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[37946]: [30/Mar/2024:04:40:44] ENGINE Bus STARTED 2024-03-30T04:40:45.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:45 smithi196 bash[40404]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:45.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:45 smithi196 bash[40404]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.878519+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.890389+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.905957+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.906461+0000 mgr.x (mgr.24650) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.907530+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi194.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.907886+0000 mgr.x (mgr.24650) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi194.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.919200+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.926083+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.926695+0000 mgr.x (mgr.24650) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.944392+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: cephadm 2024-03-30T04:40:43.946548+0000 mgr.x (mgr.24650) 86 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.946814+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:45.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.947292+0000 mgr.x (mgr.24650) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.949470+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.950046+0000 mgr.x (mgr.24650) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.956545+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.961444+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.961882+0000 mgr.x (mgr.24650) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.962976+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.963377+0000 mgr.x (mgr.24650) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.973207+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.981547+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.982143+0000 mgr.x (mgr.24650) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.986117+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi196.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.986520+0000 mgr.x (mgr.24650) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi196.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:43.996942+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: audit 2024-03-30T04:40:44.011202+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:45.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: cephadm 2024-03-30T04:40:44.012379+0000 mgr.x (mgr.24650) 93 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:45.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: cephadm 2024-03-30T04:40:44.012911+0000 mgr.x (mgr.24650) 94 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:45.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:44 smithi196 bash[18523]: cluster 2024-03-30T04:40:44.365746+0000 mgr.x (mgr.24650) 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-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.878519+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.890389+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.905957+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.906461+0000 mgr.x (mgr.24650) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.907530+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi194.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.907886+0000 mgr.x (mgr.24650) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi194.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.919200+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.926083+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:45.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.926695+0000 mgr.x (mgr.24650) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.944392+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: cephadm 2024-03-30T04:40:43.946548+0000 mgr.x (mgr.24650) 86 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.946814+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.947292+0000 mgr.x (mgr.24650) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.949470+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.950046+0000 mgr.x (mgr.24650) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.956545+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.961444+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.961882+0000 mgr.x (mgr.24650) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.962976+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.878519+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.890389+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.905957+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.906461+0000 mgr.x (mgr.24650) 83 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.907530+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi194.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.907886+0000 mgr.x (mgr.24650) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi194.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.919200+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.926083+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.926695+0000 mgr.x (mgr.24650) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.944392+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: cephadm 2024-03-30T04:40:43.946548+0000 mgr.x (mgr.24650) 86 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.946814+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:45.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.947292+0000 mgr.x (mgr.24650) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.949470+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.950046+0000 mgr.x (mgr.24650) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.956545+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.961444+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.961882+0000 mgr.x (mgr.24650) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.962976+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.963377+0000 mgr.x (mgr.24650) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.973207+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.981547+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:40:45.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.982143+0000 mgr.x (mgr.24650) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.986117+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi196.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.986520+0000 mgr.x (mgr.24650) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi196.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:43.996942+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: audit 2024-03-30T04:40:44.011202+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: cephadm 2024-03-30T04:40:44.012379+0000 mgr.x (mgr.24650) 93 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: cephadm 2024-03-30T04:40:44.012911+0000 mgr.x (mgr.24650) 94 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[18557]: cluster 2024-03-30T04:40:44.365746+0000 mgr.x (mgr.24650) 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-03-30T04:40:45.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.963377+0000 mgr.x (mgr.24650) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.973207+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.981547+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.982143+0000 mgr.x (mgr.24650) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:40:45.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.986117+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi196.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:40:45.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.986520+0000 mgr.x (mgr.24650) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi196.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:40:45.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:43.996942+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:45.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: audit 2024-03-30T04:40:44.011202+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:45.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: cephadm 2024-03-30T04:40:44.012379+0000 mgr.x (mgr.24650) 93 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:45.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: cephadm 2024-03-30T04:40:44.012911+0000 mgr.x (mgr.24650) 94 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:40:45.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:44 smithi194 bash[23637]: cluster 2024-03-30T04:40:44.365746+0000 mgr.x (mgr.24650) 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-03-30T04:40:46.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:45 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:40:46.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:45 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: cephadm 2024-03-30T04:40:46.332510+0000 mgr.x (mgr.24650) 96 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: audit 2024-03-30T04:40:46.341995+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: audit 2024-03-30T04:40:46.345508+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: audit 2024-03-30T04:40:46.345552+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: audit 2024-03-30T04:40:46.348291+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: audit 2024-03-30T04:40:46.350260+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: cephadm 2024-03-30T04:40:46.352303+0000 mgr.x (mgr.24650) 97 : cephadm [INF] Deploying daemon mgr.y on smithi194 2024-03-30T04:40:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[18557]: cluster 2024-03-30T04:40:46.366435+0000 mgr.x (mgr.24650) 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-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: cephadm 2024-03-30T04:40:46.332510+0000 mgr.x (mgr.24650) 96 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: audit 2024-03-30T04:40:46.341995+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: audit 2024-03-30T04:40:46.345508+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: audit 2024-03-30T04:40:46.345552+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: audit 2024-03-30T04:40:46.348291+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: audit 2024-03-30T04:40:46.350260+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: cephadm 2024-03-30T04:40:46.352303+0000 mgr.x (mgr.24650) 97 : cephadm [INF] Deploying daemon mgr.y on smithi194 2024-03-30T04:40:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:47 smithi194 bash[23637]: cluster 2024-03-30T04:40:46.366435+0000 mgr.x (mgr.24650) 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-03-30T04:40:47.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: cephadm 2024-03-30T04:40:46.332510+0000 mgr.x (mgr.24650) 96 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:40:47.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: audit 2024-03-30T04:40:46.341995+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:47.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: audit 2024-03-30T04:40:46.345508+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:47.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: audit 2024-03-30T04:40:46.345552+0000 mon.b (mon.2) 192 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:47.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: audit 2024-03-30T04:40:46.348291+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:47.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: audit 2024-03-30T04:40:46.350260+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:47.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: cephadm 2024-03-30T04:40:46.352303+0000 mgr.x (mgr.24650) 97 : cephadm [INF] Deploying daemon mgr.y on smithi194 2024-03-30T04:40:47.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:47 smithi196 bash[18523]: cluster 2024-03-30T04:40:46.366435+0000 mgr.x (mgr.24650) 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-03-30T04:40:48.690 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.691 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.692 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.692 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.692 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.692 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.693 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.693 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:48.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:48 smithi196 bash[39915]: ts=2024-03-30T04:40: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:49.031 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:48 smithi194 systemd[1]: Stopping Ceph mgr.y for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:49.563 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:49 smithi194 bash[23637]: audit 2024-03-30T04:40:47.869108+0000 mgr.x (mgr.24650) 99 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:49.563 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:49 smithi194 bash[23637]: cluster 2024-03-30T04:40:48.368074+0000 mgr.x (mgr.24650) 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-03-30T04:40:49.563 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:49 smithi194 bash[18557]: audit 2024-03-30T04:40:47.869108+0000 mgr.x (mgr.24650) 99 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:49.563 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:49 smithi194 bash[18557]: cluster 2024-03-30T04:40:48.368074+0000 mgr.x (mgr.24650) 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-03-30T04:40:49.563 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:49 smithi194 bash[52569]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:40:49.563 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:49.564 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:49 smithi194 bash[52630]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:40:49.564 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Failed with result 'exit-code'. 2024-03-30T04:40:49.564 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: Stopped Ceph mgr.y for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:49.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:49 smithi196 bash[18523]: audit 2024-03-30T04:40:47.869108+0000 mgr.x (mgr.24650) 99 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:49.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:49 smithi196 bash[18523]: cluster 2024-03-30T04:40:48.368074+0000 mgr.x (mgr.24650) 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-03-30T04:40:49.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: Started Ceph mgr.y for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:49.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.832 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.832 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.832 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.832 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:49.833 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:40:49 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:51.077 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[52688]: debug 2024-03-30T04:40:50.933+0000 7fa4f537f700 1 -- 172.21.15.194:0/2635047620 <== mon.1 v2:172.21.15.194:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c8b75345a0 con 0x55c8b82b4800 2024-03-30T04:40:51.077 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[23637]: audit 2024-03-30T04:40:49.861705+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:51.077 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[23637]: audit 2024-03-30T04:40:49.874758+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:51.077 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[23637]: audit 2024-03-30T04:40:49.927730+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:51.077 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[23637]: cluster 2024-03-30T04:40:50.368783+0000 mgr.x (mgr.24650) 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-03-30T04:40:51.077 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[18557]: audit 2024-03-30T04:40:49.861705+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:51.078 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[18557]: audit 2024-03-30T04:40:49.874758+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:51.078 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[18557]: audit 2024-03-30T04:40:49.927730+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:51.078 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:50 smithi194 bash[18557]: cluster 2024-03-30T04:40:50.368783+0000 mgr.x (mgr.24650) 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-03-30T04:40:51.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:50 smithi196 bash[18523]: audit 2024-03-30T04:40:49.861705+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:51.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:50 smithi196 bash[18523]: audit 2024-03-30T04:40:49.874758+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:51.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:50 smithi196 bash[18523]: audit 2024-03-30T04:40:49.927730+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:51.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:50 smithi196 bash[18523]: cluster 2024-03-30T04:40:50.368783+0000 mgr.x (mgr.24650) 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-03-30T04:40:51.795 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:40:52.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:51 smithi196 bash[18523]: audit 2024-03-30T04:40:51.473753+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:52.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:51 smithi194 bash[52688]: debug 2024-03-30T04:40:51.081+0000 7fa4ff58e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:40:52.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:51 smithi194 bash[23637]: audit 2024-03-30T04:40:51.473753+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:52.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:51 smithi194 bash[18557]: audit 2024-03-30T04:40:51.473753+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:52.599 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:40:52.599 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 starting - - - - 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 starting - - - - 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 starting - - - - 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283 running (90s) 62s ago 13m 480M - 19.0.0-2493-gd82c9aa1 3714003597ec 03d39383f611 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 starting - - - - 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (15m) 62s ago 15m 52.8M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (13m) 62s ago 13m 46.6M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (13m) 62s ago 13m 42.3M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 starting - - - - 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 starting - - - - 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (12m) 62s ago 12m 53.4M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (12m) 62s ago 12m 56.0M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (11m) 62s ago 11m 50.4M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (11m) 62s ago 11m 54.1M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:40:52.600 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (10m) 62s ago 10m 57.3M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (10m) 62s ago 10m 52.2M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (9m) 62s ago 9m 50.0M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (8m) 62s ago 8m 54.0M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 starting - - - - 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (6m) 62s ago 6m 85.4M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (5m) 62s ago 5m 85.5M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (5m) 62s ago 5m 85.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:40:52.601 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (5m) 62s ago 5m 85.8M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:40:53.015 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:40:53.015 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:40:53.015 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:40:53.016 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:53.017 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:40:53.017 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:40:53.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[52688]: debug 2024-03-30T04:40:52.737+0000 7fa4ff58e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:40:53.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[52688]: debug 2024-03-30T04:40:52.837+0000 7fa4ff58e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:40:53.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[18557]: audit 2024-03-30T04:40:51.789878+0000 mgr.x (mgr.24650) 102 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:53.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[18557]: audit 2024-03-30T04:40:52.212257+0000 mgr.x (mgr.24650) 103 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:53.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[18557]: cluster 2024-03-30T04:40:52.370330+0000 mgr.x (mgr.24650) 104 : 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-03-30T04:40:53.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[23637]: audit 2024-03-30T04:40:51.789878+0000 mgr.x (mgr.24650) 102 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:53.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[23637]: audit 2024-03-30T04:40:52.212257+0000 mgr.x (mgr.24650) 103 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:53.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:52 smithi194 bash[23637]: cluster 2024-03-30T04:40:52.370330+0000 mgr.x (mgr.24650) 104 : 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-03-30T04:40:53.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:40:52 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:40:52] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2024-03-30T04:40:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:52 smithi196 bash[18523]: audit 2024-03-30T04:40:51.789878+0000 mgr.x (mgr.24650) 102 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:52 smithi196 bash[18523]: audit 2024-03-30T04:40:52.212257+0000 mgr.x (mgr.24650) 103 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:52 smithi196 bash[18523]: cluster 2024-03-30T04:40:52.370330+0000 mgr.x (mgr.24650) 104 : 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-03-30T04:40:53.361 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:40:53.361 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:40:53.361 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:40:53.361 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:40:53.361 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:40:53.361 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "", 2024-03-30T04:40:53.361 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading mgr daemons", 2024-03-30T04:40:53.362 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:40:53.362 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:40:53.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[52688]: debug 2024-03-30T04:40:53.101+0000 7fa4ff58e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:40:53.781 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:40:53.880 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:53 smithi196 bash[39915]: ts=2024-03-30T04:40:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:54.144 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[18557]: audit 2024-03-30T04:40:52.565025+0000 mgr.x (mgr.24650) 105 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:54.144 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[18557]: audit 2024-03-30T04:40:53.023619+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.194:0/2823092357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.144 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[18557]: audit 2024-03-30T04:40:53.369167+0000 mgr.x (mgr.24650) 106 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:54.144 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[18557]: audit 2024-03-30T04:40:53.789667+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.194:0/2237097133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:54.144 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[52688]: debug 2024-03-30T04:40:53.929+0000 7fa4ff58e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:54.144 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:54 smithi194 bash[52688]: debug 2024-03-30T04:40:54.041+0000 7fa4ff58e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:40:54.145 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[23637]: audit 2024-03-30T04:40:52.565025+0000 mgr.x (mgr.24650) 105 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:54.145 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[23637]: audit 2024-03-30T04:40:53.023619+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.194:0/2823092357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.145 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[23637]: audit 2024-03-30T04:40:53.369167+0000 mgr.x (mgr.24650) 106 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:54.145 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:53 smithi194 bash[23637]: audit 2024-03-30T04:40:53.789667+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.194:0/2237097133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:54.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:53 smithi196 bash[18523]: audit 2024-03-30T04:40:52.565025+0000 mgr.x (mgr.24650) 105 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:54.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:53 smithi196 bash[18523]: audit 2024-03-30T04:40:53.023619+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.194:0/2823092357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:54.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:53 smithi196 bash[18523]: audit 2024-03-30T04:40:53.369167+0000 mgr.x (mgr.24650) 106 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:54.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:53 smithi196 bash[18523]: audit 2024-03-30T04:40:53.789667+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.194:0/2237097133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:54.512 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:54 smithi194 bash[52688]: debug 2024-03-30T04:40:54.149+0000 7fa4ff58e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:40:54.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:54 smithi194 bash[52688]: debug 2024-03-30T04:40:54.517+0000 7fa4ff58e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:40:54.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:54 smithi194 bash[52688]: debug 2024-03-30T04:40:54.633+0000 7fa4ff58e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:40:54.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:54 smithi194 bash[52688]: debug 2024-03-30T04:40:54.737+0000 7fa4ff58e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:40:55.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:54 smithi196 bash[18523]: cluster 2024-03-30T04:40:54.371047+0000 mgr.x (mgr.24650) 107 : 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-03-30T04:40:55.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:55 smithi194 bash[52688]: debug 2024-03-30T04:40:55.113+0000 7fa4ff58e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:40:55.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:54 smithi194 bash[18557]: cluster 2024-03-30T04:40:54.371047+0000 mgr.x (mgr.24650) 107 : 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-03-30T04:40:55.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:54 smithi194 bash[23637]: cluster 2024-03-30T04:40:54.371047+0000 mgr.x (mgr.24650) 107 : 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-03-30T04:40:55.649 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:55 smithi194 bash[52688]: debug 2024-03-30T04:40:55.365+0000 7fa4ff58e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:40:56.075 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:55 smithi194 bash[52688]: debug 2024-03-30T04:40:55.653+0000 7fa4ff58e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:40:56.075 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:55 smithi194 bash[52688]: debug 2024-03-30T04:40:55.785+0000 7fa4ff58e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:40:56.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[52688]: debug 2024-03-30T04:40:56.077+0000 7fa4ff58e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:40:56.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:55 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 1. 2024-03-30T04:40:56.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:55 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:56.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:55 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:56.772 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[52688]: debug 2024-03-30T04:40:56.521+0000 7fa4ff58e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:56.772 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[52688]: debug 2024-03-30T04:40:56.777+0000 7fa4ff58e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:56.772 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[23637]: audit 2024-03-30T04:40:55.772621+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.772 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[23637]: audit 2024-03-30T04:40:55.779096+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.773 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[23637]: audit 2024-03-30T04:40:56.030557+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.773 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[23637]: audit 2024-03-30T04:40:56.037958+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.773 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[23637]: cluster 2024-03-30T04:40:56.371726+0000 mgr.x (mgr.24650) 108 : 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-03-30T04:40:56.773 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[18557]: audit 2024-03-30T04:40:55.772621+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.773 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[18557]: audit 2024-03-30T04:40:55.779096+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.773 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[18557]: audit 2024-03-30T04:40:56.030557+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.773 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[18557]: audit 2024-03-30T04:40:56.037958+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:56.773 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[18557]: cluster 2024-03-30T04:40:56.371726+0000 mgr.x (mgr.24650) 108 : 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-03-30T04:40:57.017 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:56 smithi196 bash[18523]: audit 2024-03-30T04:40:55.772621+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:57.017 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:56 smithi196 bash[18523]: audit 2024-03-30T04:40:55.779096+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:57.017 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:56 smithi196 bash[18523]: audit 2024-03-30T04:40:56.030557+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:57.017 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:56 smithi196 bash[18523]: audit 2024-03-30T04:40:56.037958+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:57.017 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:56 smithi196 bash[18523]: cluster 2024-03-30T04:40:56.371726+0000 mgr.x (mgr.24650) 108 : 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-03-30T04:40:57.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:56 smithi194 bash[52688]: debug 2024-03-30T04:40:56.905+0000 7fa4ff58e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:40:57.355 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:57 smithi196 bash[40921]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:57.355 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:57 smithi196 bash[40921]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:40:57.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:57 smithi194 bash[52688]: debug 2024-03-30T04:40:57.177+0000 7fa4ff58e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:58.077 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:57 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:40:58.077 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:40:57 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:58.215 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[23637]: audit 2024-03-30T04:40:57.085678+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:58.215 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[23637]: audit 2024-03-30T04:40:57.094491+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:58.215 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[18557]: audit 2024-03-30T04:40:57.085678+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:58.215 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[18557]: audit 2024-03-30T04:40:57.094491+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:58.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:58 smithi196 bash[18523]: audit 2024-03-30T04:40:57.085678+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:58.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:58 smithi196 bash[18523]: audit 2024-03-30T04:40:57.094491+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:40:58.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[52688]: debug 2024-03-30T04:40:58.217+0000 7fa4ff58e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:40:58.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[52688]: debug 2024-03-30T04:40:58.337+0000 7fa4ff58e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:40:58.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:40:58 smithi196 bash[39915]: ts=2024-03-30T04:40: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:59.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[52688]: debug 2024-03-30T04:40:58.649+0000 7fa4ff58e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:40:59.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:58 smithi194 bash[52688]: debug 2024-03-30T04:40:58.769+0000 7fa4ff58e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:40:59.485 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[52688]: debug 2024-03-30T04:40:59.229+0000 7fa4ff58e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:40:59.485 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[52688]: debug 2024-03-30T04:40:59.357+0000 7fa4ff58e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:40:59.485 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[52688]: [30/Mar/2024:04:40:59] ENGINE Bus STARTING 2024-03-30T04:40:59.486 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[18557]: audit 2024-03-30T04:40:57.877100+0000 mgr.x (mgr.24650) 109 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:59.486 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[18557]: cluster 2024-03-30T04:40:58.373336+0000 mgr.x (mgr.24650) 110 : 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-03-30T04:40:59.486 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[23637]: audit 2024-03-30T04:40:57.877100+0000 mgr.x (mgr.24650) 109 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:59.486 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[23637]: cluster 2024-03-30T04:40:58.373336+0000 mgr.x (mgr.24650) 110 : 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-03-30T04:40:59.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:59 smithi196 bash[18523]: audit 2024-03-30T04:40:57.877100+0000 mgr.x (mgr.24650) 109 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:59.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:40:59 smithi196 bash[18523]: cluster 2024-03-30T04:40:58.373336+0000 mgr.x (mgr.24650) 110 : 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-03-30T04:40:59.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[52688]: CherryPy Checker: 2024-03-30T04:40:59.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[52688]: The Application mounted at '' has an empty config. 2024-03-30T04:40:59.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[52688]: [30/Mar/2024:04:40:59] ENGINE Serving on http://:::9283 2024-03-30T04:40:59.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:40:59 smithi194 bash[52688]: [30/Mar/2024:04:40:59] ENGINE Bus STARTED 2024-03-30T04:41:00.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[18557]: cluster 2024-03-30T04:40:59.382789+0000 mon.a (mon.0) 934 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:41:00.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[18557]: cluster 2024-03-30T04:40:59.382936+0000 mon.a (mon.0) 935 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:41:00.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[18557]: audit 2024-03-30T04:40:59.387444+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:41:00.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[18557]: audit 2024-03-30T04:40:59.388178+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[18557]: audit 2024-03-30T04:40:59.391112+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[18557]: audit 2024-03-30T04:40:59.392787+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[23637]: cluster 2024-03-30T04:40:59.382789+0000 mon.a (mon.0) 934 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[23637]: cluster 2024-03-30T04:40:59.382936+0000 mon.a (mon.0) 935 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[23637]: audit 2024-03-30T04:40:59.387444+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[23637]: audit 2024-03-30T04:40:59.388178+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[23637]: audit 2024-03-30T04:40:59.391112+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:41:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:00 smithi194 bash[23637]: audit 2024-03-30T04:40:59.392787+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:00.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:00 smithi196 bash[18523]: cluster 2024-03-30T04:40:59.382789+0000 mon.a (mon.0) 934 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:41:00.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:00 smithi196 bash[18523]: cluster 2024-03-30T04:40:59.382936+0000 mon.a (mon.0) 935 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:41:00.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:00 smithi196 bash[18523]: audit 2024-03-30T04:40:59.387444+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:41:00.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:00 smithi196 bash[18523]: audit 2024-03-30T04:40:59.388178+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:00.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:00 smithi196 bash[18523]: audit 2024-03-30T04:40:59.391112+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:41:00.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:00 smithi196 bash[18523]: audit 2024-03-30T04:40:59.392787+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.? 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:01 smithi196 bash[18523]: cluster 2024-03-30T04:41:00.340765+0000 mon.a (mon.0) 940 : cluster [DBG] mgrmap e27: x(active, since 85s), standbys: y 2024-03-30T04:41:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:01 smithi196 bash[18523]: cluster 2024-03-30T04:41:00.374051+0000 mgr.x (mgr.24650) 111 : 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-03-30T04:41:01.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:01 smithi194 bash[18557]: cluster 2024-03-30T04:41:00.340765+0000 mon.a (mon.0) 940 : cluster [DBG] mgrmap e27: x(active, since 85s), standbys: y 2024-03-30T04:41:01.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:01 smithi194 bash[18557]: cluster 2024-03-30T04:41:00.374051+0000 mgr.x (mgr.24650) 111 : 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-03-30T04:41:01.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:01 smithi194 bash[23637]: cluster 2024-03-30T04:41:00.340765+0000 mon.a (mon.0) 940 : cluster [DBG] mgrmap e27: x(active, since 85s), standbys: y 2024-03-30T04:41:01.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:01 smithi194 bash[23637]: cluster 2024-03-30T04:41:00.374051+0000 mgr.x (mgr.24650) 111 : 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-03-30T04:41:03.426 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:02 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:41:02] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2024-03-30T04:41:03.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:03 smithi196 bash[18523]: cluster 2024-03-30T04:41:02.375601+0000 mgr.x (mgr.24650) 112 : 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-03-30T04:41:03.700 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:03 smithi196 bash[39915]: ts=2024-03-30T04:41:03.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:03.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:03 smithi194 bash[18557]: cluster 2024-03-30T04:41:02.375601+0000 mgr.x (mgr.24650) 112 : 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-03-30T04:41:03.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:03 smithi194 bash[23637]: cluster 2024-03-30T04:41:02.375601+0000 mgr.x (mgr.24650) 112 : 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-03-30T04:41:05.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:05 smithi196 bash[18523]: cluster 2024-03-30T04:41:04.376344+0000 mgr.x (mgr.24650) 113 : 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-03-30T04:41:05.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:05 smithi194 bash[23637]: cluster 2024-03-30T04:41:04.376344+0000 mgr.x (mgr.24650) 113 : 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-03-30T04:41:05.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:05 smithi194 bash[18557]: cluster 2024-03-30T04:41:04.376344+0000 mgr.x (mgr.24650) 113 : 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-03-30T04:41:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: cluster 2024-03-30T04:41:06.377044+0000 mgr.x (mgr.24650) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:06.474530+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:06.901177+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:06.917415+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:06.921852+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:06.923768+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:06.935518+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:07.036881+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:07.048812+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: audit 2024-03-30T04:41:07.048935+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:07.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[18523]: cluster 2024-03-30T04:41:07.058675+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:41:07.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: cluster 2024-03-30T04:41:06.377044+0000 mgr.x (mgr.24650) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:07.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:06.474530+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:07.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:06.901177+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:06.917415+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:06.921852+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:06.923768+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:06.935518+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:07.036881+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:07.048812+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: audit 2024-03-30T04:41:07.048935+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[18557]: cluster 2024-03-30T04:41:07.058675+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: cluster 2024-03-30T04:41:06.377044+0000 mgr.x (mgr.24650) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:07.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:06.474530+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:06.901177+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:06.917415+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:06.921852+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:06.923768+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:06.935518+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24650 ' entity='mgr.x' 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:07.036881+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:07.048812+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.24650 172.21.15.196:0/1363137256' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: audit 2024-03-30T04:41:07.048935+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:07.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[23637]: cluster 2024-03-30T04:41:07.058675+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:41:08.162 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[52688]: [30/Mar/2024:04:41:07] ENGINE Bus STOPPING 2024-03-30T04:41:08.162 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[52688]: [30/Mar/2024:04:41:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:41:08.162 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:41:07 smithi194 bash[52688]: [30/Mar/2024:04:41:07] ENGINE Bus STOPPED 2024-03-30T04:41:08.162 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[52688]: [30/Mar/2024:04:41:08] ENGINE Bus STARTING 2024-03-30T04:41:08.192 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:07 smithi196 bash[37946]: debug 2024-03-30T04:41:07.946+0000 7fa152b72700 -1 mgr handle_mgr_map I was active but no longer am 2024-03-30T04:41:08.192 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[37946]: ignoring --setuser ceph since I am not root 2024-03-30T04:41:08.192 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[37946]: ignoring --setgroup ceph since I am not root 2024-03-30T04:41:08.192 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[37946]: debug 2024-03-30T04:41:08.010+0000 7f3d4fda4700 1 -- 172.21.15.196:0/1780552082 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557762fd05a0 con 0x557763d4e800 2024-03-30T04:41:08.192 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[37946]: debug 2024-03-30T04:41:08.158+0000 7f3d59b95200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:08.192 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:07 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 2. 2024-03-30T04:41:08.192 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:07 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:08.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:07 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:08.437 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[52688]: [30/Mar/2024:04:41:08] ENGINE Serving on http://:::9283 2024-03-30T04:41:08.438 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[52688]: [30/Mar/2024:04:41:08] ENGINE Bus STARTED 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: cluster 2024-03-30T04:41:06.927463+0000 mgr.x (mgr.24650) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: cephadm 2024-03-30T04:41:07.039754+0000 mgr.x (mgr.24650) 116 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: cephadm 2024-03-30T04:41:07.041129+0000 mgr.x (mgr.24650) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: cephadm 2024-03-30T04:41:07.048318+0000 mgr.x (mgr.24650) 118 : cephadm [INF] Failing over to other MGR 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: cluster 2024-03-30T04:41:07.913700+0000 mon.a (mon.0) 946 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.946609+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: cluster 2024-03-30T04:41:07.946815+0000 mon.a (mon.0) 948 : cluster [DBG] mgrmap e28: y(active, starting, since 0.896297s) 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.950549+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.950990+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.951490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:08.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.952437+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.952785+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.953204+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.953554+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.953908+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.954337+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.954699+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.955117+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.955467+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:41:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.955864+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.956149+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:07.956783+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: cluster 2024-03-30T04:41:07.999329+0000 mon.a (mon.0) 949 : cluster [INF] Manager daemon y is now available 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:08.045124+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:08.080472+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:08.083992+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:08.085779+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:08.086176+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:08.117802+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[18523]: audit 2024-03-30T04:41:08.118220+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:08.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:08 smithi196 bash[39915]: ts=2024-03-30T04:41: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: cluster 2024-03-30T04:41:06.927463+0000 mgr.x (mgr.24650) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: cephadm 2024-03-30T04:41:07.039754+0000 mgr.x (mgr.24650) 116 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: cephadm 2024-03-30T04:41:07.041129+0000 mgr.x (mgr.24650) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: cephadm 2024-03-30T04:41:07.048318+0000 mgr.x (mgr.24650) 118 : cephadm [INF] Failing over to other MGR 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: cluster 2024-03-30T04:41:07.913700+0000 mon.a (mon.0) 946 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.946609+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: cluster 2024-03-30T04:41:07.946815+0000 mon.a (mon.0) 948 : cluster [DBG] mgrmap e28: y(active, starting, since 0.896297s) 2024-03-30T04:41:08.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.950549+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.950990+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.951490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.952437+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.952785+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.953204+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.953554+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.953908+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.954337+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.954699+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.955117+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.955467+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:41:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.955864+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: cluster 2024-03-30T04:41:06.927463+0000 mgr.x (mgr.24650) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 970 B/s rd, 0 op/s 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: cephadm 2024-03-30T04:41:07.039754+0000 mgr.x (mgr.24650) 116 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: cephadm 2024-03-30T04:41:07.041129+0000 mgr.x (mgr.24650) 117 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: cephadm 2024-03-30T04:41:07.048318+0000 mgr.x (mgr.24650) 118 : cephadm [INF] Failing over to other MGR 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: cluster 2024-03-30T04:41:07.913700+0000 mon.a (mon.0) 946 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.946609+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24650 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: cluster 2024-03-30T04:41:07.946815+0000 mon.a (mon.0) 948 : cluster [DBG] mgrmap e28: y(active, starting, since 0.896297s) 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.950549+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.950990+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.951490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.952437+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.952785+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.953204+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.953554+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.953908+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.954337+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.954699+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.955117+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.955467+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.955864+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.956149+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:07.956783+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: cluster 2024-03-30T04:41:07.999329+0000 mon.a (mon.0) 949 : cluster [INF] Manager daemon y is now available 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:08.045124+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:08.080472+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:08.083992+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:08.085779+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:08.086176+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:08.117802+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[18557]: audit 2024-03-30T04:41:08.118220+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.956149+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:07.956783+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: cluster 2024-03-30T04:41:07.999329+0000 mon.a (mon.0) 949 : cluster [INF] Manager daemon y is now available 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:08.045124+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:08.080472+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:08.083992+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:08.085779+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:08.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:08.086176+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:08.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:08.117802+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:08.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:08 smithi194 bash[23637]: audit 2024-03-30T04:41:08.118220+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:09.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[41032]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:09.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[41032]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:10.130 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:09 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:10.130 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:09 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:10.131 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[37946]: debug 2024-03-30T04:41:09.774+0000 7f3d59b95200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:10.131 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[37946]: debug 2024-03-30T04:41:09.874+0000 7f3d59b95200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:10.131 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[18523]: cephadm 2024-03-30T04:41:08.525532+0000 mgr.y (mgr.15282) 1 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Bus STARTING 2024-03-30T04:41:10.131 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[18523]: cephadm 2024-03-30T04:41:08.627682+0000 mgr.y (mgr.15282) 2 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Serving on http://172.21.15.194:8765 2024-03-30T04:41:10.131 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[18523]: cephadm 2024-03-30T04:41:08.745046+0000 mgr.y (mgr.15282) 3 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:41:10.131 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[18523]: cephadm 2024-03-30T04:41:08.745417+0000 mgr.y (mgr.15282) 4 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Bus STARTED 2024-03-30T04:41:10.131 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:09 smithi196 bash[18523]: cluster 2024-03-30T04:41:08.954140+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e29: y(active, since 1.90362s) 2024-03-30T04:41:10.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[18557]: cephadm 2024-03-30T04:41:08.525532+0000 mgr.y (mgr.15282) 1 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Bus STARTING 2024-03-30T04:41:10.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[18557]: cephadm 2024-03-30T04:41:08.627682+0000 mgr.y (mgr.15282) 2 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Serving on http://172.21.15.194:8765 2024-03-30T04:41:10.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[18557]: cephadm 2024-03-30T04:41:08.745046+0000 mgr.y (mgr.15282) 3 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:41:10.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[18557]: cephadm 2024-03-30T04:41:08.745417+0000 mgr.y (mgr.15282) 4 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Bus STARTED 2024-03-30T04:41:10.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[18557]: cluster 2024-03-30T04:41:08.954140+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e29: y(active, since 1.90362s) 2024-03-30T04:41:10.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[23637]: cephadm 2024-03-30T04:41:08.525532+0000 mgr.y (mgr.15282) 1 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Bus STARTING 2024-03-30T04:41:10.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[23637]: cephadm 2024-03-30T04:41:08.627682+0000 mgr.y (mgr.15282) 2 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Serving on http://172.21.15.194:8765 2024-03-30T04:41:10.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[23637]: cephadm 2024-03-30T04:41:08.745046+0000 mgr.y (mgr.15282) 3 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:41:10.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[23637]: cephadm 2024-03-30T04:41:08.745417+0000 mgr.y (mgr.15282) 4 : cephadm [INF] [30/Mar/2024:04:41:08] ENGINE Bus STARTED 2024-03-30T04:41:10.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:09 smithi194 bash[23637]: cluster 2024-03-30T04:41:08.954140+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e29: y(active, since 1.90362s) 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:10 smithi196 bash[37946]: debug 2024-03-30T04:41:10.134+0000 7f3d59b95200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:10 smithi196 bash[37946]: debug 2024-03-30T04:41:10.942+0000 7f3d59b95200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:11 smithi196 bash[37946]: debug 2024-03-30T04:41:11.062+0000 7f3d59b95200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:11 smithi196 bash[37946]: debug 2024-03-30T04:41:11.170+0000 7f3d59b95200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:10 smithi196 bash[18523]: cluster 2024-03-30T04:41:08.983793+0000 mgr.y (mgr.15282) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:10 smithi196 bash[18523]: cluster 2024-03-30T04:41:09.942446+0000 mon.a (mon.0) 954 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:10 smithi196 bash[18523]: cluster 2024-03-30T04:41:09.942514+0000 mon.a (mon.0) 955 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:10 smithi196 bash[18523]: cluster 2024-03-30T04:41:09.954629+0000 mgr.y (mgr.15282) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:10 smithi196 bash[18523]: cluster 2024-03-30T04:41:09.961641+0000 mon.a (mon.0) 956 : cluster [DBG] mgrmap e30: y(active, since 2s) 2024-03-30T04:41:11.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[18557]: cluster 2024-03-30T04:41:08.983793+0000 mgr.y (mgr.15282) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:11.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[18557]: cluster 2024-03-30T04:41:09.942446+0000 mon.a (mon.0) 954 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:41:11.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[18557]: cluster 2024-03-30T04:41:09.942514+0000 mon.a (mon.0) 955 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:11.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[18557]: cluster 2024-03-30T04:41:09.954629+0000 mgr.y (mgr.15282) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:11.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[18557]: cluster 2024-03-30T04:41:09.961641+0000 mon.a (mon.0) 956 : cluster [DBG] mgrmap e30: y(active, since 2s) 2024-03-30T04:41:11.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[23637]: cluster 2024-03-30T04:41:08.983793+0000 mgr.y (mgr.15282) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:11.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[23637]: cluster 2024-03-30T04:41:09.942446+0000 mon.a (mon.0) 954 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:41:11.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[23637]: cluster 2024-03-30T04:41:09.942514+0000 mon.a (mon.0) 955 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:11.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[23637]: cluster 2024-03-30T04:41:09.954629+0000 mgr.y (mgr.15282) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:11.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:10 smithi194 bash[23637]: cluster 2024-03-30T04:41:09.961641+0000 mon.a (mon.0) 956 : cluster [DBG] mgrmap e30: y(active, since 2s) 2024-03-30T04:41:11.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:11 smithi196 bash[37946]: debug 2024-03-30T04:41:11.530+0000 7f3d59b95200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:11.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:11 smithi196 bash[37946]: debug 2024-03-30T04:41:11.646+0000 7f3d59b95200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:11.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:11 smithi196 bash[37946]: debug 2024-03-30T04:41:11.749+0000 7f3d59b95200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:12.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:12 smithi196 bash[37946]: debug 2024-03-30T04:41:12.117+0000 7f3d59b95200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:12.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:12 smithi196 bash[37946]: debug 2024-03-30T04:41:12.361+0000 7f3d59b95200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:12.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:12 smithi196 bash[37946]: debug 2024-03-30T04:41:12.629+0000 7f3d59b95200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:12.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:12 smithi196 bash[37946]: debug 2024-03-30T04:41:12.745+0000 7f3d59b95200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:13.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:12 smithi194 bash[18557]: cluster 2024-03-30T04:41:11.955258+0000 mgr.y (mgr.15282) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:12 smithi194 bash[18557]: cluster 2024-03-30T04:41:11.976953+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e31: y(active, since 4s) 2024-03-30T04:41:13.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:12 smithi194 bash[23637]: cluster 2024-03-30T04:41:11.955258+0000 mgr.y (mgr.15282) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:12 smithi194 bash[23637]: cluster 2024-03-30T04:41:11.976953+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e31: y(active, since 4s) 2024-03-30T04:41:13.441 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:13 smithi196 bash[37946]: debug 2024-03-30T04:41:13.025+0000 7f3d59b95200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:13.442 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:12 smithi196 bash[18523]: cluster 2024-03-30T04:41:11.955258+0000 mgr.y (mgr.15282) 7 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:13.442 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:12 smithi196 bash[18523]: cluster 2024-03-30T04:41:11.976953+0000 mon.a (mon.0) 957 : cluster [DBG] mgrmap e31: y(active, since 4s) 2024-03-30T04:41:13.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:13 smithi196 bash[37946]: debug 2024-03-30T04:41:13.445+0000 7f3d59b95200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:13.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:13 smithi196 bash[39915]: ts=2024-03-30T04:41:13.504Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:14.112 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:13 smithi196 bash[37946]: debug 2024-03-30T04:41:13.709+0000 7f3d59b95200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:14.112 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:13 smithi196 bash[37946]: debug 2024-03-30T04:41:13.833+0000 7f3d59b95200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:14.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:14 smithi196 bash[37946]: debug 2024-03-30T04:41:14.117+0000 7f3d59b95200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:15.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[37946]: debug 2024-03-30T04:41:15.189+0000 7f3d59b95200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:15.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[37946]: debug 2024-03-30T04:41:15.313+0000 7f3d59b95200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:15.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[18523]: cluster 2024-03-30T04:41:13.955661+0000 mgr.y (mgr.15282) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[18523]: audit 2024-03-30T04:41:14.288634+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[18523]: audit 2024-03-30T04:41:14.295371+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[18523]: audit 2024-03-30T04:41:14.497675+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[18523]: audit 2024-03-30T04:41:14.507888+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[18557]: cluster 2024-03-30T04:41:13.955661+0000 mgr.y (mgr.15282) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[18557]: audit 2024-03-30T04:41:14.288634+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[18557]: audit 2024-03-30T04:41:14.295371+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[18557]: audit 2024-03-30T04:41:14.497675+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[18557]: audit 2024-03-30T04:41:14.507888+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[23637]: cluster 2024-03-30T04:41:13.955661+0000 mgr.y (mgr.15282) 8 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[23637]: audit 2024-03-30T04:41:14.288634+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[23637]: audit 2024-03-30T04:41:14.295371+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[23637]: audit 2024-03-30T04:41:14.497675+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:15 smithi194 bash[23637]: audit 2024-03-30T04:41:14.507888+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:15.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[37946]: debug 2024-03-30T04:41:15.629+0000 7f3d59b95200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:15.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:15 smithi196 bash[37946]: debug 2024-03-30T04:41:15.749+0000 7f3d59b95200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:16.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[37946]: debug 2024-03-30T04:41:16.213+0000 7f3d59b95200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:16.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[37946]: debug 2024-03-30T04:41:16.337+0000 7f3d59b95200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:16.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[37946]: [30/Mar/2024:04:41:16] ENGINE Bus STARTING 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[37946]: CherryPy Checker: 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[37946]: The Application mounted at '' has an empty config. 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[37946]: [30/Mar/2024:04:41:16] ENGINE Serving on http://:::9283 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[37946]: [30/Mar/2024:04:41:16] ENGINE Bus STARTED 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:15.410788+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:15.427938+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:15.622179+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:15.631834+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: cluster 2024-03-30T04:41:16.343649+0000 mon.a (mon.0) 966 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:16.347536+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:16.348358+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:16.697 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:16.351383+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:16.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:16 smithi196 bash[18523]: audit 2024-03-30T04:41:16.351836+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:16.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:15.410788+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:15.427938+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:15.622179+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:15.631834+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: cluster 2024-03-30T04:41:16.343649+0000 mon.a (mon.0) 966 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:16.347536+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:16.348358+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:16.351383+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[18557]: audit 2024-03-30T04:41:16.351836+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:15.410788+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:15.427938+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:15.622179+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:15.631834+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: cluster 2024-03-30T04:41:16.343649+0000 mon.a (mon.0) 966 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:16.347536+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:16.348358+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:16.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:16.351383+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:16.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:16 smithi194 bash[23637]: audit 2024-03-30T04:41:16.351836+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.? 172.21.15.196:0/2251838479' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:17.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:17 smithi196 bash[18523]: cluster 2024-03-30T04:41:15.956665+0000 mgr.y (mgr.15282) 9 : 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-03-30T04:41:17.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:17 smithi196 bash[18523]: cluster 2024-03-30T04:41:16.658288+0000 mon.a (mon.0) 967 : cluster [DBG] mgrmap e32: y(active, since 9s), standbys: x 2024-03-30T04:41:17.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:17 smithi196 bash[18523]: audit 2024-03-30T04:41:16.664841+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:41:18.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:17 smithi194 bash[18557]: cluster 2024-03-30T04:41:15.956665+0000 mgr.y (mgr.15282) 9 : 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-03-30T04:41:18.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:17 smithi194 bash[18557]: cluster 2024-03-30T04:41:16.658288+0000 mon.a (mon.0) 967 : cluster [DBG] mgrmap e32: y(active, since 9s), standbys: x 2024-03-30T04:41:18.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:17 smithi194 bash[18557]: audit 2024-03-30T04:41:16.664841+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:41:18.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:17 smithi194 bash[23637]: cluster 2024-03-30T04:41:15.956665+0000 mgr.y (mgr.15282) 9 : 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-03-30T04:41:18.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:17 smithi194 bash[23637]: cluster 2024-03-30T04:41:16.658288+0000 mon.a (mon.0) 967 : cluster [DBG] mgrmap e32: y(active, since 9s), standbys: x 2024-03-30T04:41:18.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:17 smithi194 bash[23637]: audit 2024-03-30T04:41:16.664841+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:41:18.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:18 smithi196 bash[18523]: audit 2024-03-30T04:41:17.888023+0000 mgr.y (mgr.15282) 10 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:19.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:18 smithi194 bash[18557]: audit 2024-03-30T04:41:17.888023+0000 mgr.y (mgr.15282) 10 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:19.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:18 smithi194 bash[23637]: audit 2024-03-30T04:41:17.888023+0000 mgr.y (mgr.15282) 10 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:19 smithi196 bash[18523]: cluster 2024-03-30T04:41:17.957364+0000 mgr.y (mgr.15282) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:41:20.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:19 smithi194 bash[18557]: cluster 2024-03-30T04:41:17.957364+0000 mgr.y (mgr.15282) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:41:20.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:19 smithi194 bash[23637]: cluster 2024-03-30T04:41:17.957364+0000 mgr.y (mgr.15282) 11 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:41:20.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:20 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 3. 2024-03-30T04:41:20.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:20 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:20.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:20 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:21.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:21 smithi196 bash[41665]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:21.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:21 smithi196 bash[41665]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:21.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:21 smithi196 bash[18523]: cluster 2024-03-30T04:41:19.959012+0000 mgr.y (mgr.15282) 12 : 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-03-30T04:41:21.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:21 smithi194 bash[23637]: cluster 2024-03-30T04:41:19.959012+0000 mgr.y (mgr.15282) 12 : 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-03-30T04:41:21.951 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:21 smithi194 bash[18557]: cluster 2024-03-30T04:41:19.959012+0000 mgr.y (mgr.15282) 12 : 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-03-30T04:41:22.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:21 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:22.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:21 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:23.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:22 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:41:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:41:23.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:23 smithi196 bash[39915]: ts=2024-03-30T04:41:23.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:23.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:23 smithi196 bash[18523]: cluster 2024-03-30T04:41:21.959810+0000 mgr.y (mgr.15282) 13 : 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-03-30T04:41:23.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:23 smithi196 bash[18523]: audit 2024-03-30T04:41:23.083787+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:23.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:23 smithi196 bash[18523]: audit 2024-03-30T04:41:23.086352+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:24.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:23 smithi194 bash[18557]: cluster 2024-03-30T04:41:21.959810+0000 mgr.y (mgr.15282) 13 : 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-03-30T04:41:24.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:23 smithi194 bash[18557]: audit 2024-03-30T04:41:23.083787+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:24.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:23 smithi194 bash[18557]: audit 2024-03-30T04:41:23.086352+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:24.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:23 smithi194 bash[23637]: cluster 2024-03-30T04:41:21.959810+0000 mgr.y (mgr.15282) 13 : 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-03-30T04:41:24.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:23 smithi194 bash[23637]: audit 2024-03-30T04:41:23.083787+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:24.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:23 smithi194 bash[23637]: audit 2024-03-30T04:41:23.086352+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:24.170 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (72s) 10s ago 8m 14.1M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 unknown 10s ago 7m - - 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (68s) 10s ago 6m 41.8M - 3.5 e1d6a67b021e ea249f918afa 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283 running (2m) 10s ago 13m 198M - 19.0.0-2493-gd82c9aa1 3714003597ec 03d39383f611 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (35s) 10s ago 15m 470M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (15m) 10s ago 15m 58.2M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (14m) 10s ago 14m 51.0M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (14m) 10s ago 14m 47.9M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (81s) 10s ago 8m 8628k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (54s) 10s ago 8m 9039k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:41:24.914 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (13m) 10s ago 13m 54.4M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (12m) 10s ago 12m 56.9M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (12m) 10s ago 12m 51.7M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (11m) 10s ago 11m 55.5M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (11m) 10s ago 11m 58.9M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (10m) 10s ago 10m 53.5M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (9m) 10s ago 10m 50.5M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (9m) 10s ago 9m 55.3M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (56s) 10s ago 8m 51.3M - 2.33.4 514e6a882f6e 1689a903f0f7 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (6m) 10s ago 6m 86.1M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (6m) 10s ago 6m 86.1M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (6m) 10s ago 6m 85.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:41:24.915 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (6m) 10s ago 6m 86.4M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:41:25.324 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:41:25.325 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:41:25.326 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:25.326 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:41:25.326 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-30T04:41:25.326 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:25.326 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:41:25.326 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "2/23 daemons upgraded", 2024-03-30T04:41:25.752 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "", 2024-03-30T04:41:25.753 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:41:25.753 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:41:25.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: cluster 2024-03-30T04:41:23.960385+0000 mgr.y (mgr.15282) 14 : 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-03-30T04:41:25.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:24.164511+0000 mgr.y (mgr.15282) 15 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:25.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:24.520394+0000 mgr.y (mgr.15282) 16 : audit [DBG] from='client.25294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:25.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:24.874634+0000 mgr.y (mgr.15282) 17 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:25.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:25.332882+0000 mon.c (mon.1) 79 : audit [DBG] from='client.? 172.21.15.194:0/2265327127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:25.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:25.432160+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:25.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:25.447019+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:25.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:25.452228+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:25.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:25 smithi196 bash[18523]: audit 2024-03-30T04:41:25.453938+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: cluster 2024-03-30T04:41:23.960385+0000 mgr.y (mgr.15282) 14 : 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-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:24.164511+0000 mgr.y (mgr.15282) 15 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:24.520394+0000 mgr.y (mgr.15282) 16 : audit [DBG] from='client.25294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:24.874634+0000 mgr.y (mgr.15282) 17 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:25.332882+0000 mon.c (mon.1) 79 : audit [DBG] from='client.? 172.21.15.194:0/2265327127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:25.432160+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:25.447019+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:25.452228+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[18557]: audit 2024-03-30T04:41:25.453938+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: cluster 2024-03-30T04:41:23.960385+0000 mgr.y (mgr.15282) 14 : 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-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:24.164511+0000 mgr.y (mgr.15282) 15 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:24.520394+0000 mgr.y (mgr.15282) 16 : audit [DBG] from='client.25294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:24.874634+0000 mgr.y (mgr.15282) 17 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:25.332882+0000 mon.c (mon.1) 79 : audit [DBG] from='client.? 172.21.15.194:0/2265327127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:25.432160+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:25.447019+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:25.452228+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:25 smithi194 bash[23637]: audit 2024-03-30T04:41:25.453938+0000 mon.c (mon.1) 81 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:26.192 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:41:26.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.456191+0000 mgr.y (mgr.15282) 18 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.456487+0000 mgr.y (mgr.15282) 19 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.620345+0000 mgr.y (mgr.15282) 20 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.621118+0000 mgr.y (mgr.15282) 21 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:25.760169+0000 mgr.y (mgr.15282) 22 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.785188+0000 mgr.y (mgr.15282) 23 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.786165+0000 mgr.y (mgr.15282) 24 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.124152+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.128892+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.140470+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.146891+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.157998+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.200730+0000 mon.c (mon.1) 82 : audit [DBG] from='client.? 172.21.15.194:0/3612857872' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:26.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.487261+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:26.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.487737+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:26.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:26 smithi196 bash[18523]: audit 2024-03-30T04:41:26.499240+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:27.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.456191+0000 mgr.y (mgr.15282) 18 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:41:27.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.456487+0000 mgr.y (mgr.15282) 19 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.620345+0000 mgr.y (mgr.15282) 20 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.621118+0000 mgr.y (mgr.15282) 21 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:25.760169+0000 mgr.y (mgr.15282) 22 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.785188+0000 mgr.y (mgr.15282) 23 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.786165+0000 mgr.y (mgr.15282) 24 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.124152+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.128892+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.140470+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.146891+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.157998+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.200730+0000 mon.c (mon.1) 82 : audit [DBG] from='client.? 172.21.15.194:0/3612857872' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:27.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.487261+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.487737+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[18557]: audit 2024-03-30T04:41:26.499240+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.456191+0000 mgr.y (mgr.15282) 18 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.456487+0000 mgr.y (mgr.15282) 19 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.620345+0000 mgr.y (mgr.15282) 20 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.621118+0000 mgr.y (mgr.15282) 21 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:25.760169+0000 mgr.y (mgr.15282) 22 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.785188+0000 mgr.y (mgr.15282) 23 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.786165+0000 mgr.y (mgr.15282) 24 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.124152+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.128892+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.140470+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.146891+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.157998+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:27.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.200730+0000 mon.c (mon.1) 82 : audit [DBG] from='client.? 172.21.15.194:0/3612857872' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:27.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.487261+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:27.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.487737+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:27.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:26 smithi194 bash[23637]: audit 2024-03-30T04:41:26.499240+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:27 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.949652+0000 mgr.y (mgr.15282) 25 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:27 smithi196 bash[18523]: cephadm 2024-03-30T04:41:25.950967+0000 mgr.y (mgr.15282) 26 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:27 smithi196 bash[18523]: cluster 2024-03-30T04:41:25.961282+0000 mgr.y (mgr.15282) 27 : 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-03-30T04:41:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:27 smithi196 bash[18523]: cluster 2024-03-30T04:41:26.151192+0000 mgr.y (mgr.15282) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2024-03-30T04:41:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:27 smithi196 bash[18523]: cephadm 2024-03-30T04:41:26.486812+0000 mgr.y (mgr.15282) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi194.xswpne (dependencies changed)... 2024-03-30T04:41:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:27 smithi196 bash[18523]: cephadm 2024-03-30T04:41:26.500496+0000 mgr.y (mgr.15282) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:41:27.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:27 smithi196 bash[18523]: cluster 2024-03-30T04:41:26.668469+0000 mon.a (mon.0) 977 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:27.952 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.949652+0000 mgr.y (mgr.15282) 25 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:27.952 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[18557]: cephadm 2024-03-30T04:41:25.950967+0000 mgr.y (mgr.15282) 26 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:27.952 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[18557]: cluster 2024-03-30T04:41:25.961282+0000 mgr.y (mgr.15282) 27 : 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-03-30T04:41:27.952 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[18557]: cluster 2024-03-30T04:41:26.151192+0000 mgr.y (mgr.15282) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2024-03-30T04:41:27.952 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[18557]: cephadm 2024-03-30T04:41:26.486812+0000 mgr.y (mgr.15282) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi194.xswpne (dependencies changed)... 2024-03-30T04:41:27.952 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[18557]: cephadm 2024-03-30T04:41:26.500496+0000 mgr.y (mgr.15282) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:41:27.952 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[18557]: cluster 2024-03-30T04:41:26.668469+0000 mon.a (mon.0) 977 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.949652+0000 mgr.y (mgr.15282) 25 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[23637]: cephadm 2024-03-30T04:41:25.950967+0000 mgr.y (mgr.15282) 26 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[23637]: cluster 2024-03-30T04:41:25.961282+0000 mgr.y (mgr.15282) 27 : 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-03-30T04:41:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[23637]: cluster 2024-03-30T04:41:26.151192+0000 mgr.y (mgr.15282) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2024-03-30T04:41:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[23637]: cephadm 2024-03-30T04:41:26.486812+0000 mgr.y (mgr.15282) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi194.xswpne (dependencies changed)... 2024-03-30T04:41:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[23637]: cephadm 2024-03-30T04:41:26.500496+0000 mgr.y (mgr.15282) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:41:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:27 smithi194 bash[23637]: cluster 2024-03-30T04:41:26.668469+0000 mon.a (mon.0) 977 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:28.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:28 smithi196 bash[18523]: audit 2024-03-30T04:41:27.896182+0000 mgr.y (mgr.15282) 31 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:29.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:28 smithi194 bash[23637]: audit 2024-03-30T04:41:27.896182+0000 mgr.y (mgr.15282) 31 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:29.066 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:28 smithi194 bash[18557]: audit 2024-03-30T04:41:27.896182+0000 mgr.y (mgr.15282) 31 : audit [DBG] from='client.25126 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:29.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:29 smithi196 bash[18523]: cluster 2024-03-30T04:41:28.151939+0000 mgr.y (mgr.15282) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2024-03-30T04:41:30.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:29 smithi194 bash[18557]: cluster 2024-03-30T04:41:28.151939+0000 mgr.y (mgr.15282) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2024-03-30T04:41:30.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:29 smithi194 bash[23637]: cluster 2024-03-30T04:41:28.151939+0000 mgr.y (mgr.15282) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 0 op/s 2024-03-30T04:41:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:30 smithi196 bash[39915]: ts=2024-03-30T04:41:30.406Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.196:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.196:8765: connect: connection refused" 2024-03-30T04:41:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:30 smithi196 bash[39915]: ts=2024-03-30T04:41:30.408Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.196:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.196:8765: connect: connection refused" 2024-03-30T04:41:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:30 smithi196 bash[39915]: ts=2024-03-30T04:41:30.410Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.196:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.196:8765: connect: connection refused" 2024-03-30T04:41:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:30 smithi196 bash[39915]: ts=2024-03-30T04:41:30.411Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.196:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.196:8765: connect: connection refused" 2024-03-30T04:41:30.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:30 smithi196 bash[39915]: ts=2024-03-30T04:41:30.416Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.196:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.196:8765: connect: connection refused" 2024-03-30T04:41:31.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:31 smithi196 bash[18523]: cluster 2024-03-30T04:41:30.153674+0000 mgr.y (mgr.15282) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 1 op/s 2024-03-30T04:41:31.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:31 smithi196 bash[18523]: audit 2024-03-30T04:41:30.232738+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:31.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:31 smithi196 bash[18523]: audit 2024-03-30T04:41:30.240594+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:31.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:31 smithi196 bash[18523]: cephadm 2024-03-30T04:41:30.274424+0000 mgr.y (mgr.15282) 34 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:41:31.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:31 smithi196 bash[18523]: cephadm 2024-03-30T04:41:30.554875+0000 mgr.y (mgr.15282) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:41:31.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[23637]: cluster 2024-03-30T04:41:30.153674+0000 mgr.y (mgr.15282) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 1 op/s 2024-03-30T04:41:31.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[23637]: audit 2024-03-30T04:41:30.232738+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:31.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[23637]: audit 2024-03-30T04:41:30.240594+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:31.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[23637]: cephadm 2024-03-30T04:41:30.274424+0000 mgr.y (mgr.15282) 34 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:41:31.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[23637]: cephadm 2024-03-30T04:41:30.554875+0000 mgr.y (mgr.15282) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:41:31.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[18557]: cluster 2024-03-30T04:41:30.153674+0000 mgr.y (mgr.15282) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 1 op/s 2024-03-30T04:41:31.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[18557]: audit 2024-03-30T04:41:30.232738+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:31.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[18557]: audit 2024-03-30T04:41:30.240594+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:31.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[18557]: cephadm 2024-03-30T04:41:30.274424+0000 mgr.y (mgr.15282) 34 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:41:31.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:31 smithi194 bash[18557]: cephadm 2024-03-30T04:41:30.554875+0000 mgr.y (mgr.15282) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi196 2024-03-30T04:41:32.471 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:32 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 4. 2024-03-30T04:41:32.471 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:32 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:32.471 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:32 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:33.301 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:32 smithi196 bash[37946]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:41:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:41:33.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:33 smithi194 bash[23637]: cluster 2024-03-30T04:41:32.154200+0000 mgr.y (mgr.15282) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 1 op/s 2024-03-30T04:41:33.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:33 smithi194 bash[23637]: audit 2024-03-30T04:41:32.465070+0000 mon.c (mon.1) 85 : audit [DBG] from='client.? 172.21.15.194:0/3044715021' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:41:33.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:33 smithi194 bash[18557]: cluster 2024-03-30T04:41:32.154200+0000 mgr.y (mgr.15282) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 1 op/s 2024-03-30T04:41:33.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:33 smithi194 bash[18557]: audit 2024-03-30T04:41:32.465070+0000 mon.c (mon.1) 85 : audit [DBG] from='client.? 172.21.15.194:0/3044715021' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:41:33.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:33 smithi196 bash[18523]: cluster 2024-03-30T04:41:32.154200+0000 mgr.y (mgr.15282) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1004 B/s rd, 1 op/s 2024-03-30T04:41:33.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:33 smithi196 bash[18523]: audit 2024-03-30T04:41:32.465070+0000 mon.c (mon.1) 85 : audit [DBG] from='client.? 172.21.15.194:0/3044715021' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:41:33.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:33 smithi196 bash[39915]: ts=2024-03-30T04:41:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:34.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:34 smithi196 bash[41872]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:34.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:34 smithi196 bash[41872]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:35.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:35 smithi194 bash[18557]: cluster 2024-03-30T04:41:34.155804+0000 mgr.y (mgr.15282) 37 : cluster [DBG] pgmap v17: 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-03-30T04:41:35.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:35 smithi194 bash[23637]: cluster 2024-03-30T04:41:34.155804+0000 mgr.y (mgr.15282) 37 : cluster [DBG] pgmap v17: 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-03-30T04:41:35.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:35 smithi196 bash[18523]: cluster 2024-03-30T04:41:34.155804+0000 mgr.y (mgr.15282) 37 : cluster [DBG] pgmap v17: 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-03-30T04:41:36.114 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:35 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:36.114 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:35 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:36.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 systemd[1]: Stopping Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:36.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[42058]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:41:36.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.775Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:41:36.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.775Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:41:36.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.775Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.775Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.775Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.775Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.776Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.776Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.776Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.776Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.776Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:41:36.947 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:36 smithi196 bash[39915]: ts=2024-03-30T04:41:36.776Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:41:37.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:37 smithi194 bash[23637]: cluster 2024-03-30T04:41:36.156508+0000 mgr.y (mgr.15282) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 703 B/s rd, 0 op/s 2024-03-30T04:41:37.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:37 smithi194 bash[18557]: cluster 2024-03-30T04:41:36.156508+0000 mgr.y (mgr.15282) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 703 B/s rd, 0 op/s 2024-03-30T04:41:37.587 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:37 smithi196 bash[18523]: cluster 2024-03-30T04:41:36.156508+0000 mgr.y (mgr.15282) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 703 B/s rd, 0 op/s 2024-03-30T04:41:37.587 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:37 smithi196 bash[42067]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:41:37.587 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:37 smithi196 bash[42101]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:41:37.587 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:37 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:41:37.587 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:37 smithi196 systemd[1]: Stopped Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:37.587 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:37 smithi196 systemd[1]: Started Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:38.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.601677+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:38.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.615356+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:38.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.656436+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:38.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.657950+0000 mgr.y (mgr.15282) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.679399+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: cephadm 2024-03-30T04:41:37.684205+0000 mgr.y (mgr.15282) 40 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.684799+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.685864+0000 mgr.y (mgr.15282) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.690126+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.691487+0000 mgr.y (mgr.15282) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.701555+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.713290+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.714282+0000 mgr.y (mgr.15282) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:37.732054+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:38.086611+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:38.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:38 smithi196 bash[18523]: audit 2024-03-30T04:41:38.089126+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:39.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.601677+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.615356+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.656436+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.657950+0000 mgr.y (mgr.15282) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.679399+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: cephadm 2024-03-30T04:41:37.684205+0000 mgr.y (mgr.15282) 40 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.684799+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.685864+0000 mgr.y (mgr.15282) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.690126+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.691487+0000 mgr.y (mgr.15282) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.701555+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.713290+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:39.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.714282+0000 mgr.y (mgr.15282) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:37.732054+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:38.086611+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[23637]: audit 2024-03-30T04:41:38.089126+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.601677+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.615356+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.656436+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.657950+0000 mgr.y (mgr.15282) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.679399+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: cephadm 2024-03-30T04:41:37.684205+0000 mgr.y (mgr.15282) 40 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.684799+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:39.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.685864+0000 mgr.y (mgr.15282) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.690126+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.691487+0000 mgr.y (mgr.15282) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.701555+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.713290+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.714282+0000 mgr.y (mgr.15282) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:37.732054+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:38.086611+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:39.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:38 smithi194 bash[18557]: audit 2024-03-30T04:41:38.089126+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.284Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.284Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.285Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.285Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi196 (none))" 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.285Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.285Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.286Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.287Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:41:39.413 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.287Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:41:39.414 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.290Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:41:39.414 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.291Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.794µs 2024-03-30T04:41:39.414 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.291Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:41:39.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[18523]: cluster 2024-03-30T04:41:38.157229+0000 mgr.y (mgr.15282) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-03-30T04:41:39.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.467Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-03-30T04:41:40.010 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.744Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-03-30T04:41:40.011 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.940Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-03-30T04:41:40.011 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.941Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-03-30T04:41:40.011 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.941Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=46.049µs wal_replay_duration=650.017825ms total_replay_duration=650.092308ms 2024-03-30T04:41:40.011 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.950Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:41:40.011 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.950Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:41:40.011 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:39 smithi196 bash[42131]: ts=2024-03-30T04:41:39.950Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:41:40.011 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:40 smithi196 bash[42131]: ts=2024-03-30T04:41:40.018Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=68.428691ms db_storage=1.604µs remote_storage=2.55µs web_handler=637ns query_engine=1.516µs scrape=585.443µs scrape_sd=270.726µs notify=29.732µs notify_sd=25.683µs rules=66.514938ms 2024-03-30T04:41:40.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:39 smithi194 bash[23637]: cluster 2024-03-30T04:41:38.157229+0000 mgr.y (mgr.15282) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-03-30T04:41:40.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:39 smithi194 bash[18557]: cluster 2024-03-30T04:41:38.157229+0000 mgr.y (mgr.15282) 44 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-03-30T04:41:40.446 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:40 smithi196 bash[42131]: ts=2024-03-30T04:41:40.018Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:41:40.913 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:40 smithi196 bash[18523]: audit 2024-03-30T04:41:40.468528+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:40.913 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:40 smithi196 bash[18523]: audit 2024-03-30T04:41:40.469395+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:40.913 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:40 smithi196 bash[18523]: audit 2024-03-30T04:41:40.471958+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:40.913 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:40 smithi196 bash[18523]: audit 2024-03-30T04:41:40.473976+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[18557]: audit 2024-03-30T04:41:40.468528+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:41.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[18557]: audit 2024-03-30T04:41:40.469395+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:41.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[18557]: audit 2024-03-30T04:41:40.471958+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:41.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[18557]: audit 2024-03-30T04:41:40.473976+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[23637]: audit 2024-03-30T04:41:40.468528+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:41.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[23637]: audit 2024-03-30T04:41:40.469395+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:41.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[23637]: audit 2024-03-30T04:41:40.471958+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:41.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:40 smithi194 bash[23637]: audit 2024-03-30T04:41:40.473976+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.890 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:41 smithi196 bash[18523]: cluster 2024-03-30T04:41:40.158959+0000 mgr.y (mgr.15282) 45 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:41:41.890 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:41 smithi196 bash[18523]: cephadm 2024-03-30T04:41:40.467627+0000 mgr.y (mgr.15282) 46 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:41.890 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:41 smithi196 bash[18523]: cephadm 2024-03-30T04:41:40.476021+0000 mgr.y (mgr.15282) 47 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:41:42.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:41 smithi194 bash[18557]: cluster 2024-03-30T04:41:40.158959+0000 mgr.y (mgr.15282) 45 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:41:42.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:41 smithi194 bash[18557]: cephadm 2024-03-30T04:41:40.467627+0000 mgr.y (mgr.15282) 46 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:42.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:41 smithi194 bash[18557]: cephadm 2024-03-30T04:41:40.476021+0000 mgr.y (mgr.15282) 47 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:41:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:41 smithi194 bash[23637]: cluster 2024-03-30T04:41:40.158959+0000 mgr.y (mgr.15282) 45 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:41:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:41 smithi194 bash[23637]: cephadm 2024-03-30T04:41:40.467627+0000 mgr.y (mgr.15282) 46 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:41:42.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:41 smithi194 bash[23637]: cephadm 2024-03-30T04:41:40.476021+0000 mgr.y (mgr.15282) 47 : cephadm [INF] Deploying daemon mgr.x on smithi196 2024-03-30T04:41:42.938 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.938 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.938 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.939 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.939 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.939 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.940 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.940 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:42.940 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:43.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:42 smithi196 systemd[1]: Stopping Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:43.612 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:43 smithi196 bash[42131]: ts=2024-03-30T04:41:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:43.862 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:43 smithi196 bash[42409]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:41:43.862 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:43 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:41:43.862 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:43 smithi196 bash[42470]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:41:43.862 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:43 smithi196 bash[18523]: audit 2024-03-30T04:41:42.141440+0000 mgr.y (mgr.15282) 48 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:43.862 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:43 smithi196 bash[18523]: cluster 2024-03-30T04:41:42.159656+0000 mgr.y (mgr.15282) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-03-30T04:41:44.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:43 smithi194 bash[18557]: audit 2024-03-30T04:41:42.141440+0000 mgr.y (mgr.15282) 48 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:44.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:43 smithi194 bash[18557]: cluster 2024-03-30T04:41:42.159656+0000 mgr.y (mgr.15282) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-03-30T04:41:44.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:43 smithi194 bash[23637]: audit 2024-03-30T04:41:42.141440+0000 mgr.y (mgr.15282) 48 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:44.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:43 smithi194 bash[23637]: cluster 2024-03-30T04:41:42.159656+0000 mgr.y (mgr.15282) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-03-30T04:41:44.113 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.114 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.114 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.114 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.115 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:43 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:41:44.115 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:43 smithi196 systemd[1]: Stopped Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:44.115 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.115 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.115 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.116 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.116 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:44.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:44 smithi196 systemd[1]: Started Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:45.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:45 smithi196 bash[42527]: debug 2024-03-30T04:41:45.377+0000 7fa815981700 1 -- 172.21.15.196:0/20242765 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5646ab8d85a0 con 0x5646ac658c00 2024-03-30T04:41:45.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:45 smithi196 bash[18523]: cluster 2024-03-30T04:41:44.161262+0000 mgr.y (mgr.15282) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:41:45.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:45 smithi196 bash[18523]: audit 2024-03-30T04:41:44.171293+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:45.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:45 smithi196 bash[18523]: audit 2024-03-30T04:41:44.186765+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:45.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:45 smithi196 bash[18523]: audit 2024-03-30T04:41:44.200659+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:45.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[18557]: cluster 2024-03-30T04:41:44.161262+0000 mgr.y (mgr.15282) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:41:45.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[18557]: audit 2024-03-30T04:41:44.171293+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:45.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[18557]: audit 2024-03-30T04:41:44.186765+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:45.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[18557]: audit 2024-03-30T04:41:44.200659+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[23637]: cluster 2024-03-30T04:41:44.161262+0000 mgr.y (mgr.15282) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:41:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[23637]: audit 2024-03-30T04:41:44.171293+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[23637]: audit 2024-03-30T04:41:44.186765+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:45 smithi194 bash[23637]: audit 2024-03-30T04:41:44.200659+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:45.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:45 smithi196 bash[42527]: debug 2024-03-30T04:41:45.525+0000 7fa81fb90200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:46.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:45 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 5. 2024-03-30T04:41:46.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:45 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:46.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:45 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:47.268 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:47 smithi196 bash[42527]: debug 2024-03-30T04:41:47.169+0000 7fa81fb90200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:47.268 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:47 smithi196 bash[18523]: cluster 2024-03-30T04:41:46.162160+0000 mgr.y (mgr.15282) 51 : 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-03-30T04:41:47.268 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:47 smithi196 bash[42648]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:47.269 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:47 smithi196 bash[42648]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:47.523 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:47 smithi196 bash[42527]: debug 2024-03-30T04:41:47.273+0000 7fa81fb90200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:47 smithi194 bash[18557]: cluster 2024-03-30T04:41:46.162160+0000 mgr.y (mgr.15282) 51 : 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-03-30T04:41:47.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:47 smithi194 bash[23637]: cluster 2024-03-30T04:41:46.162160+0000 mgr.y (mgr.15282) 51 : 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-03-30T04:41:47.842 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:47 smithi196 bash[42527]: debug 2024-03-30T04:41:47.525+0000 7fa81fb90200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:48.195 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:47 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:48.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:47 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:48.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:48 smithi196 bash[42527]: debug 2024-03-30T04:41:48.341+0000 7fa81fb90200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:48.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:48 smithi196 bash[42527]: debug 2024-03-30T04:41:48.453+0000 7fa81fb90200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:48.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:48 smithi196 bash[42527]: debug 2024-03-30T04:41:48.557+0000 7fa81fb90200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:49.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:48 smithi196 bash[42527]: debug 2024-03-30T04:41:48.921+0000 7fa81fb90200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:49.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:49 smithi196 bash[42527]: debug 2024-03-30T04:41:49.037+0000 7fa81fb90200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:49.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:49 smithi196 bash[42527]: debug 2024-03-30T04:41:49.141+0000 7fa81fb90200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:49.580 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:49 smithi194 bash[18557]: cluster 2024-03-30T04:41:48.162889+0000 mgr.y (mgr.15282) 52 : 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-03-30T04:41:49.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:49 smithi194 bash[23637]: cluster 2024-03-30T04:41:48.162889+0000 mgr.y (mgr.15282) 52 : 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-03-30T04:41:49.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:49 smithi196 bash[18523]: cluster 2024-03-30T04:41:48.162889+0000 mgr.y (mgr.15282) 52 : 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-03-30T04:41:49.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:49 smithi196 bash[42527]: debug 2024-03-30T04:41:49.533+0000 7fa81fb90200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:50.076 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:49 smithi196 bash[42527]: debug 2024-03-30T04:41:49.793+0000 7fa81fb90200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:50.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:50 smithi196 bash[42527]: debug 2024-03-30T04:41:50.081+0000 7fa81fb90200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:50.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:50 smithi196 bash[42527]: debug 2024-03-30T04:41:50.201+0000 7fa81fb90200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:50.927 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:50 smithi196 bash[42527]: debug 2024-03-30T04:41:50.497+0000 7fa81fb90200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:51.181 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:50 smithi196 bash[42527]: debug 2024-03-30T04:41:50.929+0000 7fa81fb90200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:51.182 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[18523]: audit 2024-03-30T04:41:50.046328+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.182 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[18523]: audit 2024-03-30T04:41:50.052915+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.182 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[18523]: cluster 2024-03-30T04:41:50.163712+0000 mgr.y (mgr.15282) 53 : 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-03-30T04:41:51.182 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[18523]: audit 2024-03-30T04:41:50.352160+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.182 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[18523]: audit 2024-03-30T04:41:50.362717+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[18557]: audit 2024-03-30T04:41:50.046328+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[18557]: audit 2024-03-30T04:41:50.052915+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[18557]: cluster 2024-03-30T04:41:50.163712+0000 mgr.y (mgr.15282) 53 : 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-03-30T04:41:51.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[18557]: audit 2024-03-30T04:41:50.352160+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[18557]: audit 2024-03-30T04:41:50.362717+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[23637]: audit 2024-03-30T04:41:50.046328+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[23637]: audit 2024-03-30T04:41:50.052915+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[23637]: cluster 2024-03-30T04:41:50.163712+0000 mgr.y (mgr.15282) 53 : 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-03-30T04:41:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[23637]: audit 2024-03-30T04:41:50.352160+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:51 smithi194 bash[23637]: audit 2024-03-30T04:41:50.362717+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:51.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[42527]: debug 2024-03-30T04:41:51.185+0000 7fa81fb90200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:51.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[42527]: debug 2024-03-30T04:41:51.317+0000 7fa81fb90200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:51.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:51 smithi196 bash[42527]: debug 2024-03-30T04:41:51.577+0000 7fa81fb90200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:52.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:52 smithi196 bash[18523]: audit 2024-03-30T04:41:51.102702+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:52.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:52 smithi196 bash[18523]: audit 2024-03-30T04:41:51.116969+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:52.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:52 smithi194 bash[18557]: audit 2024-03-30T04:41:51.102702+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:52.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:52 smithi194 bash[18557]: audit 2024-03-30T04:41:51.116969+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:52.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:52 smithi194 bash[23637]: audit 2024-03-30T04:41:51.102702+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:52.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:52 smithi194 bash[23637]: audit 2024-03-30T04:41:51.116969+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:41:52.945 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:52 smithi196 bash[42527]: debug 2024-03-30T04:41:52.613+0000 7fa81fb90200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:52.946 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:52 smithi196 bash[42527]: debug 2024-03-30T04:41:52.733+0000 7fa81fb90200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:53.445 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: debug 2024-03-30T04:41:53.037+0000 7fa81fb90200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:53.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: debug 2024-03-30T04:41:53.157+0000 7fa81fb90200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:53.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[18523]: audit 2024-03-30T04:41:52.152301+0000 mgr.y (mgr.15282) 54 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:53.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[18523]: cluster 2024-03-30T04:41:52.164358+0000 mgr.y (mgr.15282) 55 : 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-03-30T04:41:53.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[18523]: audit 2024-03-30T04:41:53.078294+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:53.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:53 smithi194 bash[23637]: audit 2024-03-30T04:41:52.152301+0000 mgr.y (mgr.15282) 54 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:53.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:53 smithi194 bash[23637]: cluster 2024-03-30T04:41:52.164358+0000 mgr.y (mgr.15282) 55 : 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-03-30T04:41:53.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:53 smithi194 bash[23637]: audit 2024-03-30T04:41:53.078294+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:53.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:53 smithi194 bash[18557]: audit 2024-03-30T04:41:52.152301+0000 mgr.y (mgr.15282) 54 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:53.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:53 smithi194 bash[18557]: cluster 2024-03-30T04:41:52.164358+0000 mgr.y (mgr.15282) 55 : 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-03-30T04:41:53.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:53 smithi194 bash[18557]: audit 2024-03-30T04:41:53.078294+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:53.772 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: debug 2024-03-30T04:41:53.625+0000 7fa81fb90200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:53.772 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: debug 2024-03-30T04:41:53.749+0000 7fa81fb90200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:53.772 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42131]: ts=2024-03-30T04:41:53.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:54.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: [30/Mar/2024:04:41:53] ENGINE Bus STARTING 2024-03-30T04:41:54.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: CherryPy Checker: 2024-03-30T04:41:54.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: The Application mounted at '' has an empty config. 2024-03-30T04:41:54.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: [30/Mar/2024:04:41:53] ENGINE Serving on http://:::9283 2024-03-30T04:41:54.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:41:53 smithi196 bash[42527]: [30/Mar/2024:04:41:53] ENGINE Bus STARTED 2024-03-30T04:41:54.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:41:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:41:53] "GET /metrics HTTP/1.1" 200 38245 "" "Prometheus/2.33.4" 2024-03-30T04:41:54.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:54 smithi196 bash[18523]: cluster 2024-03-30T04:41:53.776091+0000 mon.a (mon.0) 994 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:54.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:54 smithi196 bash[18523]: cluster 2024-03-30T04:41:53.776293+0000 mon.a (mon.0) 995 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:54.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:54 smithi196 bash[18523]: audit 2024-03-30T04:41:53.780315+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:54.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:54 smithi196 bash[18523]: audit 2024-03-30T04:41:53.781944+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:54.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:54 smithi196 bash[18523]: audit 2024-03-30T04:41:53.786180+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:54.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:54 smithi196 bash[18523]: audit 2024-03-30T04:41:53.787113+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:54.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[18557]: cluster 2024-03-30T04:41:53.776091+0000 mon.a (mon.0) 994 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:54.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[18557]: cluster 2024-03-30T04:41:53.776293+0000 mon.a (mon.0) 995 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:54.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[18557]: audit 2024-03-30T04:41:53.780315+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:54.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[18557]: audit 2024-03-30T04:41:53.781944+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:54.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[18557]: audit 2024-03-30T04:41:53.786180+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:54.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[18557]: audit 2024-03-30T04:41:53.787113+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:54.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[23637]: cluster 2024-03-30T04:41:53.776091+0000 mon.a (mon.0) 994 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:54.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[23637]: cluster 2024-03-30T04:41:53.776293+0000 mon.a (mon.0) 995 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:54.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[23637]: audit 2024-03-30T04:41:53.780315+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:54.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[23637]: audit 2024-03-30T04:41:53.781944+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:54.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[23637]: audit 2024-03-30T04:41:53.786180+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:54.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:54 smithi194 bash[23637]: audit 2024-03-30T04:41:53.787113+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.? 172.21.15.196:0/3036305926' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:55.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:55 smithi196 bash[18523]: cluster 2024-03-30T04:41:54.166023+0000 mgr.y (mgr.15282) 56 : 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-03-30T04:41:55.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:55 smithi196 bash[18523]: cluster 2024-03-30T04:41:54.373048+0000 mon.a (mon.0) 996 : cluster [DBG] mgrmap e33: y(active, since 47s), standbys: x 2024-03-30T04:41:55.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:55 smithi194 bash[18557]: cluster 2024-03-30T04:41:54.166023+0000 mgr.y (mgr.15282) 56 : 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-03-30T04:41:55.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:55 smithi194 bash[18557]: cluster 2024-03-30T04:41:54.373048+0000 mon.a (mon.0) 996 : cluster [DBG] mgrmap e33: y(active, since 47s), standbys: x 2024-03-30T04:41:55.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:55 smithi194 bash[23637]: cluster 2024-03-30T04:41:54.166023+0000 mgr.y (mgr.15282) 56 : 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-03-30T04:41:55.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:55 smithi194 bash[23637]: cluster 2024-03-30T04:41:54.373048+0000 mon.a (mon.0) 996 : cluster [DBG] mgrmap e33: y(active, since 47s), standbys: x 2024-03-30T04:41:56.578 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:41:57.306 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (104s) 6s ago 8m 14.1M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 unknown 7s ago 8m - - 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (26s) 6s ago 6m 41.0M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (13s) 7s ago 14m 110M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (67s) 6s ago 16m 484M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (16m) 6s ago 16m 59.7M 2048M 17.2.0 e1d6a67b021e 8ecb1f45e6e0 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (14m) 7s ago 14m 53.5M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (14m) 6s ago 14m 50.2M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (113s) 6s ago 9m 8911k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (86s) 7s ago 9m 8567k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (13m) 6s ago 13m 54.6M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (13m) 6s ago 13m 57.2M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:41:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (12m) 6s ago 12m 52.0M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (12m) 6s ago 12m 55.8M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (11m) 7s ago 11m 59.2M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (11m) 7s ago 11m 53.7M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (10m) 7s ago 10m 50.8M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (9m) 7s ago 9m 54.5M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (19s) 7s ago 9m 48.8M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (7m) 6s ago 7m 86.2M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (7m) 7s ago 7m 86.5M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (6m) 6s ago 6m 86.1M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:41:57.308 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (6m) 7s ago 6m 86.8M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:41:57.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:57 smithi196 bash[18523]: cluster 2024-03-30T04:41:56.166796+0000 mgr.y (mgr.15282) 57 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:57.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:57 smithi196 bash[18523]: audit 2024-03-30T04:41:56.573611+0000 mgr.y (mgr.15282) 58 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:57 smithi196 bash[18523]: audit 2024-03-30T04:41:56.926885+0000 mgr.y (mgr.15282) 59 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:41:57.730 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: "mds": {}, 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:41:57.731 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:41:57.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:57 smithi194 bash[18557]: cluster 2024-03-30T04:41:56.166796+0000 mgr.y (mgr.15282) 57 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:57.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:57 smithi194 bash[18557]: audit 2024-03-30T04:41:56.573611+0000 mgr.y (mgr.15282) 58 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:57 smithi194 bash[18557]: audit 2024-03-30T04:41:56.926885+0000 mgr.y (mgr.15282) 59 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:57 smithi194 bash[23637]: cluster 2024-03-30T04:41:56.166796+0000 mgr.y (mgr.15282) 57 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:57.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:57 smithi194 bash[23637]: audit 2024-03-30T04:41:56.573611+0000 mgr.y (mgr.15282) 58 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:57 smithi194 bash[23637]: audit 2024-03-30T04:41:56.926885+0000 mgr.y (mgr.15282) 59 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:41:58.079 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "2/23 daemons upgraded", 2024-03-30T04:41:58.080 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading mgr daemons", 2024-03-30T04:41:58.080 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:41:58.080 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:41:58.362 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:57 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 6. 2024-03-30T04:41:58.362 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:57 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:58.363 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:57 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:58.519 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:41:58.519 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:41:58.519 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:41:58.651 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:58 smithi196 bash[18523]: audit 2024-03-30T04:41:57.283242+0000 mgr.y (mgr.15282) 60 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:58.652 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:58 smithi196 bash[18523]: audit 2024-03-30T04:41:57.737970+0000 mon.a (mon.0) 997 : audit [DBG] from='client.? 172.21.15.194:0/2228137671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:58.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:58 smithi194 bash[23637]: audit 2024-03-30T04:41:57.283242+0000 mgr.y (mgr.15282) 60 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:58.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:58 smithi194 bash[23637]: audit 2024-03-30T04:41:57.737970+0000 mon.a (mon.0) 997 : audit [DBG] from='client.? 172.21.15.194:0/2228137671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:58.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:58 smithi194 bash[18557]: audit 2024-03-30T04:41:57.283242+0000 mgr.y (mgr.15282) 60 : audit [DBG] from='client.25363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:58.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:58 smithi194 bash[18557]: audit 2024-03-30T04:41:57.737970+0000 mon.a (mon.0) 997 : audit [DBG] from='client.? 172.21.15.194:0/2228137671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:58.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:41:58 smithi196 bash[42131]: ts=2024-03-30T04:41:58.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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:59.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:59 smithi196 bash[43331]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:59.592 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:41:59 smithi196 bash[43331]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:59.593 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:59 smithi196 bash[18523]: audit 2024-03-30T04:41:58.086824+0000 mgr.y (mgr.15282) 61 : audit [DBG] from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:59.593 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:59 smithi196 bash[18523]: cluster 2024-03-30T04:41:58.167534+0000 mgr.y (mgr.15282) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:59.593 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:41:59 smithi196 bash[18523]: audit 2024-03-30T04:41:58.527543+0000 mon.a (mon.0) 998 : audit [DBG] from='client.? 172.21.15.194:0/3873679096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:59.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:59 smithi194 bash[23637]: audit 2024-03-30T04:41:58.086824+0000 mgr.y (mgr.15282) 61 : audit [DBG] from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:59.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:59 smithi194 bash[23637]: cluster 2024-03-30T04:41:58.167534+0000 mgr.y (mgr.15282) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:59.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:41:59 smithi194 bash[23637]: audit 2024-03-30T04:41:58.527543+0000 mon.a (mon.0) 998 : audit [DBG] from='client.? 172.21.15.194:0/3873679096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:59.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:59 smithi194 bash[18557]: audit 2024-03-30T04:41:58.086824+0000 mgr.y (mgr.15282) 61 : audit [DBG] from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:59.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:59 smithi194 bash[18557]: cluster 2024-03-30T04:41:58.167534+0000 mgr.y (mgr.15282) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:59.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:41:59 smithi194 bash[18557]: audit 2024-03-30T04:41:58.527543+0000 mon.a (mon.0) 998 : audit [DBG] from='client.? 172.21.15.194:0/3873679096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:00.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:00 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:00.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:00 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:01.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:01 smithi196 bash[18523]: cluster 2024-03-30T04:42:00.168360+0000 mgr.y (mgr.15282) 63 : cluster [DBG] pgmap v30: 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-03-30T04:42:01.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:01 smithi194 bash[18557]: cluster 2024-03-30T04:42:00.168360+0000 mgr.y (mgr.15282) 63 : cluster [DBG] pgmap v30: 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-03-30T04:42:01.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:01 smithi194 bash[23637]: cluster 2024-03-30T04:42:00.168360+0000 mgr.y (mgr.15282) 63 : cluster [DBG] pgmap v30: 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-03-30T04:42:02.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.581834+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.595987+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.599507+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.601969+0000 mon.c (mon.1) 98 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: cluster 2024-03-30T04:42:01.605572+0000 mgr.y (mgr.15282) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 894 B/s rd, 0 op/s 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: cluster 2024-03-30T04:42:01.606308+0000 mgr.y (mgr.15282) 65 : cluster [DBG] pgmap v32: 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-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.615871+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.747019+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.752471+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: cephadm 2024-03-30T04:42:01.754049+0000 mgr.y (mgr.15282) 66 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.760936+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.763046+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.763490+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.768467+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.770692+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.771292+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.776065+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.779311+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: audit 2024-03-30T04:42:01.780792+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[18557]: cephadm 2024-03-30T04:42:01.781914+0000 mgr.y (mgr.15282) 67 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.581834+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.595987+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.599507+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.601969+0000 mon.c (mon.1) 98 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: cluster 2024-03-30T04:42:01.605572+0000 mgr.y (mgr.15282) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 894 B/s rd, 0 op/s 2024-03-30T04:42:02.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: cluster 2024-03-30T04:42:01.606308+0000 mgr.y (mgr.15282) 65 : cluster [DBG] pgmap v32: 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-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.615871+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.747019+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.752471+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: cephadm 2024-03-30T04:42:01.754049+0000 mgr.y (mgr.15282) 66 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.760936+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.763046+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.763490+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.768467+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.770692+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.771292+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.776065+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.779311+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: audit 2024-03-30T04:42:01.780792+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:42:02.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:02 smithi194 bash[23637]: cephadm 2024-03-30T04:42:01.781914+0000 mgr.y (mgr.15282) 67 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:42:02.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.581834+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.595987+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.599507+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.601969+0000 mon.c (mon.1) 98 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: cluster 2024-03-30T04:42:01.605572+0000 mgr.y (mgr.15282) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 894 B/s rd, 0 op/s 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: cluster 2024-03-30T04:42:01.606308+0000 mgr.y (mgr.15282) 65 : cluster [DBG] pgmap v32: 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-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.615871+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.747019+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.752471+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: cephadm 2024-03-30T04:42:01.754049+0000 mgr.y (mgr.15282) 66 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.760936+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.763046+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.763490+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.768467+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.770692+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:02.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.771292+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:02.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.776065+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15282 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:42:02.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.779311+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:02.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: audit 2024-03-30T04:42:01.780792+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:42:02.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:02 smithi196 bash[18523]: cephadm 2024-03-30T04:42:01.781914+0000 mgr.y (mgr.15282) 67 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:42:03.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:03 smithi194 bash[23637]: audit 2024-03-30T04:42:02.163310+0000 mgr.y (mgr.15282) 68 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:03.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:03 smithi194 bash[18557]: audit 2024-03-30T04:42:02.163310+0000 mgr.y (mgr.15282) 68 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:03.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:03 smithi196 bash[18523]: audit 2024-03-30T04:42:02.163310+0000 mgr.y (mgr.15282) 68 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:03.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:03 smithi196 bash[42131]: ts=2024-03-30T04:42:03.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:04.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:42:03] "GET /metrics HTTP/1.1" 200 38245 "" "Prometheus/2.33.4" 2024-03-30T04:42:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:04 smithi196 bash[18523]: cluster 2024-03-30T04:42:03.607041+0000 mgr.y (mgr.15282) 69 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 542 B/s rd, 0 op/s 2024-03-30T04:42:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:04 smithi196 bash[18523]: audit 2024-03-30T04:42:04.166245+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:04 smithi196 bash[18523]: audit 2024-03-30T04:42:04.168755+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:04 smithi196 bash[18523]: audit 2024-03-30T04:42:04.170230+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:04 smithi196 bash[18523]: audit 2024-03-30T04:42:04.171650+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[23637]: cluster 2024-03-30T04:42:03.607041+0000 mgr.y (mgr.15282) 69 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 542 B/s rd, 0 op/s 2024-03-30T04:42:05.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[23637]: audit 2024-03-30T04:42:04.166245+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[23637]: audit 2024-03-30T04:42:04.168755+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[23637]: audit 2024-03-30T04:42:04.170230+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[23637]: audit 2024-03-30T04:42:04.171650+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[18557]: cluster 2024-03-30T04:42:03.607041+0000 mgr.y (mgr.15282) 69 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 542 B/s rd, 0 op/s 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[18557]: audit 2024-03-30T04:42:04.166245+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15282 ' entity='mgr.y' 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[18557]: audit 2024-03-30T04:42:04.168755+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[18557]: audit 2024-03-30T04:42:04.170230+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:04 smithi194 bash[18557]: audit 2024-03-30T04:42:04.171650+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:05.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:05 smithi194 bash[18557]: cephadm 2024-03-30T04:42:04.152446+0000 mgr.y (mgr.15282) 70 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:42:05.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:05 smithi194 bash[18557]: cephadm 2024-03-30T04:42:04.173528+0000 mgr.y (mgr.15282) 71 : cephadm [INF] Deploying daemon mon.a on smithi194 2024-03-30T04:42:05.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:05 smithi194 bash[23637]: cephadm 2024-03-30T04:42:04.152446+0000 mgr.y (mgr.15282) 70 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:42:05.839 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:05 smithi194 bash[23637]: cephadm 2024-03-30T04:42:04.173528+0000 mgr.y (mgr.15282) 71 : cephadm [INF] Deploying daemon mon.a on smithi194 2024-03-30T04:42:05.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:05 smithi196 bash[18523]: cephadm 2024-03-30T04:42:04.152446+0000 mgr.y (mgr.15282) 70 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:42:05.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:05 smithi196 bash[18523]: cephadm 2024-03-30T04:42:04.173528+0000 mgr.y (mgr.15282) 71 : cephadm [INF] Deploying daemon mon.a on smithi194 2024-03-30T04:42:06.794 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:06 smithi194 bash[18557]: cluster 2024-03-30T04:42:05.608059+0000 mgr.y (mgr.15282) 72 : cluster [DBG] pgmap v34: 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-03-30T04:42:06.794 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.794 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.795 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:06 smithi194 bash[23637]: cluster 2024-03-30T04:42:05.608059+0000 mgr.y (mgr.15282) 72 : cluster [DBG] pgmap v34: 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-03-30T04:42:06.795 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.795 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.795 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.796 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.796 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.796 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.796 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:06.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:06 smithi196 bash[18523]: cluster 2024-03-30T04:42:05.608059+0000 mgr.y (mgr.15282) 72 : cluster [DBG] pgmap v34: 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-03-30T04:42:07.044 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:06 smithi194 systemd[1]: Stopping Ceph mon.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:07.044 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:06 smithi194 bash[18557]: debug 2024-03-30T04:42:06.916+0000 7fc5b2bd3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:42:07.045 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:06 smithi194 bash[18557]: debug 2024-03-30T04:42:06.916+0000 7fc5b2bd3700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-30T04:42:07.982 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:07 smithi194 bash[55804]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:42:07.982 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:07 smithi194 bash[55864]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:42:07.982 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:07 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-03-30T04:42:07.982 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:07 smithi194 systemd[1]: Stopped Ceph mon.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:08.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.332 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:42:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:42:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:42:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.333 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:42:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:08 smithi194 systemd[1]: Started Ceph mon.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:08.334 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:42:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.334 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:42:07 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:08.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:08 smithi196 bash[42131]: ts=2024-03-30T04:42: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:09.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.192+0000 7fdccaf0ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.192+0000 7fdccaf0ac80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.192+0000 7fdccaf0ac80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 0 load: jerasure load: lrc 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Git sha 0 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: DB SUMMARY 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: DB Session ID: 90JUN7390VGN9GL601HM 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1140 Bytes 2024-03-30T04:42:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000033.sst 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000031.log size: 462688 ; 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.env: 0x5558dd7dbc60 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.info_log: 0x5558df83bb20 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:42:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:42:09.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:42:09.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:42:09.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:42:09.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:42:09.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:42:09.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:42:09.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.wal_dir: 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:42:09.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.write_buffer_manager: 0x5558df80c820 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:42:09.586 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.row_cache: None 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:42:09.587 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:42:09.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:42:09.589 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:42:09.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:42:09.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:42:09.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:42:09.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:42:09.590 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.merge_operator: 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:42:09.591 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5558df83bd00) 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: cache_index_and_filter_blocks: 1 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: pin_top_level_index_and_filter: 1 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: index_type: 0 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: data_block_index_type: 0 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: index_shortening: 1 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: checksum: 4 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: no_block_cache: 0 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_cache: 0x5558df83d090 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_cache_name: BinnedLRUCache 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_cache_options: 2024-03-30T04:42:09.592 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: capacity : 536870912 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: num_shard_bits : 4 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: strict_capacity_limit : 0 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: high_pri_pool_ratio: 0.000 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_cache_compressed: (nil) 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: persistent_cache: (nil) 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_size: 4096 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_size_deviation: 10 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_restart_interval: 16 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: index_block_restart_interval: 1 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: metadata_block_size: 4096 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: partition_filters: 0 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: use_delta_encoding: 1 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: filter_policy: bloomfilter 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: whole_key_filtering: 1 2024-03-30T04:42:09.593 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: verify_compression: 0 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: read_amp_bytes_per_bit: 0 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: format_version: 5 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: enable_index_compression: 1 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: block_align: 0 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: max_auto_readahead_size: 262144 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: prepopulate_block_cache: 0 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: initial_auto_readahead_size: 8192 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:42:09.594 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:09.595 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:42:09.596 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:42:09.597 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:42:09.598 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:42:09.599 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdcc0673700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 33.sst 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:09.600 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 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 16407, log_number is 31,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 31 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4e12fb16-e718-4bfe-a23c-48f5c21bedea 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773729203248, "job": 1, "event": "recovery_started", "wal_files": [31]} 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.196+0000 7fdccaf0ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #31 mode 2 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.200+0000 7fdccaf0ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773729205897, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 36, "file_size": 459286, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 16408, "largest_seqno": 16654, "table_properties": {"data_size": 457231, "index_size": 631, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3406, "raw_average_key_size": 25, "raw_value_size": 454375, "raw_average_value_size": 3442, "num_data_blocks": 27, "num_entries": 132, "num_filter_entries": 132, "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": "[CompactOnDeletionCollector]", "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": 1711773729, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4e12fb16-e718-4bfe-a23c-48f5c21bedea", "db_session_id": "90JUN7390VGN9GL601HM", "orig_file_number": 36, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.200+0000 7fdccaf0ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773729206025, "job": 1, "event": "recovery_finished"} 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.200+0000 7fdccaf0ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 38 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.200+0000 7fdccaf0ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.200+0000 7fdccaf0ac80 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-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.200+0000 7fdccaf0ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5558df930000 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.200+0000 7fdccaf0ac80 4 rocksdb: DB pointer 0x5558df91a000 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdcb9665700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdcb9665700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: ** DB Stats ** 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:09.601 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: ** Compaction Stats [default] ** 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: L0 1/0 448.52 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: L6 1/0 11.20 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Sum 2/0 11.64 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:42:09.602 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: ** Compaction Stats [default] ** 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 272.2 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Cumulative compaction: 0.00 GB write, 80.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Interval compaction: 0.00 GB write, 80.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Block cache BinnedLRUCache@0x5558df83d090#7 capacity: 512.00 MB usage: 1.14 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-30T04:42:09.603 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: Block cache entry stats(count,size,portion): FilterBlock(1,0.44 KB,8.34465e-05%) IndexBlock(1,0.70 KB,0.00013411%) Misc(1,0.00 KB,0%) 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] at bind addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 1 mon.a@-1(???) e3 preinit fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 0 mon.a@-1(???).mds e1 new map 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 0 mon.a@-1(???).mds e1 print_map 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: e1 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: legacy client fscid: -1 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: No filesystems configured 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 0 mon.a@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:09.604 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:09.605 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 0 mon.a@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:09.605 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:09 smithi194 bash[55920]: debug 2024-03-30T04:42:09.204+0000 7fdccaf0ac80 1 mon.a@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2024-03-30T04:42:10.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:10 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 7. 2024-03-30T04:42:10.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:10 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:10.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:10 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:11.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[52688]: ignoring --setuser ceph since I am not root 2024-03-30T04:42:11.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[52688]: ignoring --setgroup ceph since I am not root 2024-03-30T04:42:11.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[52688]: debug 2024-03-30T04:42:10.784+0000 7fb1ff70a700 1 -- 172.21.15.194:0/3367864939 <== mon.0 v2:172.21.15.194:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x559dda55e5a0 con 0x559ddb2dc800 2024-03-30T04:42:11.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[52688]: debug 2024-03-30T04:42:10.928+0000 7fb2094fb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:07.608828+0000 mgr.y (mgr.15282) 73 : cluster [DBG] pgmap v35: 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-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: audit 2024-03-30T04:42:08.084682+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:09.421498+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:09.610758+0000 mgr.y (mgr.15282) 74 : cluster [DBG] pgmap v36: 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-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.653503+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664705+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664746+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664771+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664792+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664819+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664838+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664858+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:42:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664880+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.664903+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.684858+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.684945+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.687498+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e33: y(active, since 63s), standbys: x 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.688689+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.688755+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.688789+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: audit 2024-03-30T04:42:10.711959+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15282 ' entity='' 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[55920]: cluster 2024-03-30T04:42:10.714293+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:07.608828+0000 mgr.y (mgr.15282) 73 : cluster [DBG] pgmap v35: 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-03-30T04:42:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: audit 2024-03-30T04:42:08.084682+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:09.421498+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:09.610758+0000 mgr.y (mgr.15282) 74 : cluster [DBG] pgmap v36: 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-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.653503+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664705+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664746+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664771+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664792+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664819+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664838+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664858+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664880+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.664903+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.684858+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.684945+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.687498+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e33: y(active, since 63s), standbys: x 2024-03-30T04:42:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.688689+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:11.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.688755+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:11.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.688789+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:42:11.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: audit 2024-03-30T04:42:10.711959+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15282 ' entity='' 2024-03-30T04:42:11.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:10 smithi194 bash[23637]: cluster 2024-03-30T04:42:10.714293+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2024-03-30T04:42:11.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[42527]: ignoring --setuser ceph since I am not root 2024-03-30T04:42:11.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[42527]: ignoring --setgroup ceph since I am not root 2024-03-30T04:42:11.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[42527]: debug 2024-03-30T04:42:10.788+0000 7fdf7d9c2700 1 -- 172.21.15.196:0/1831447837 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x559dd45c25a0 con 0x559dd5340c00 2024-03-30T04:42:11.197 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[42527]: debug 2024-03-30T04:42:10.936+0000 7fdf877b3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:42:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:07.608828+0000 mgr.y (mgr.15282) 73 : cluster [DBG] pgmap v35: 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-03-30T04:42:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: audit 2024-03-30T04:42:08.084682+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.15282 172.21.15.194:0/710561486' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:09.421498+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:09.610758+0000 mgr.y (mgr.15282) 74 : cluster [DBG] pgmap v36: 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-03-30T04:42:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.653503+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664705+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664746+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664771+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664792+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664819+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664838+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664858+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:42:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664880+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:42:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.664903+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:42:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.684858+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:42:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.684945+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:42:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.687498+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e33: y(active, since 63s), standbys: x 2024-03-30T04:42:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.688689+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.688755+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.688789+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:42:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: audit 2024-03-30T04:42:10.711959+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15282 ' entity='' 2024-03-30T04:42:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:10 smithi196 bash[18523]: cluster 2024-03-30T04:42:10.714293+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2024-03-30T04:42:11.549 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:11 smithi196 bash[43544]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:11.550 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:11 smithi196 bash[43544]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:12.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:12 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:12.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:12 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:12.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:12 smithi194 bash[55920]: cluster 2024-03-30T04:42:11.716839+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e35: y(active, since 64s), standbys: x 2024-03-30T04:42:12.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:12 smithi194 bash[23637]: cluster 2024-03-30T04:42:11.716839+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e35: y(active, since 64s), standbys: x 2024-03-30T04:42:12.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:12 smithi194 bash[52688]: debug 2024-03-30T04:42:12.528+0000 7fb2094fb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:42:12.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:12 smithi194 bash[52688]: debug 2024-03-30T04:42:12.628+0000 7fb2094fb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:42:12.903 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:12 smithi196 bash[18523]: cluster 2024-03-30T04:42:11.716839+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e35: y(active, since 64s), standbys: x 2024-03-30T04:42:12.903 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:12 smithi196 bash[42527]: debug 2024-03-30T04:42:12.552+0000 7fdf877b3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:42:12.903 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:12 smithi196 bash[42527]: debug 2024-03-30T04:42:12.652+0000 7fdf877b3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:42:13.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:12 smithi196 bash[42527]: debug 2024-03-30T04:42:12.904+0000 7fdf877b3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:42:13.330 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:12 smithi194 bash[52688]: debug 2024-03-30T04:42:12.880+0000 7fb2094fb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:42:13.814 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:13 smithi196 bash[42131]: ts=2024-03-30T04:42:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:13.814 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:13 smithi196 bash[42527]: debug 2024-03-30T04:42:13.704+0000 7fdf877b3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:14.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:13 smithi194 bash[52688]: debug 2024-03-30T04:42:13.676+0000 7fb2094fb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:14.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:13 smithi194 bash[52688]: debug 2024-03-30T04:42:13.788+0000 7fb2094fb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:42:14.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:13 smithi194 bash[52688]: debug 2024-03-30T04:42:13.896+0000 7fb2094fb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:42:14.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:13 smithi196 bash[42527]: debug 2024-03-30T04:42:13.816+0000 7fdf877b3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:42:14.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:13 smithi196 bash[42527]: debug 2024-03-30T04:42:13.924+0000 7fdf877b3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:42:14.580 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:14 smithi194 bash[52688]: debug 2024-03-30T04:42:14.256+0000 7fb2094fb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:42:14.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:14 smithi194 bash[52688]: debug 2024-03-30T04:42:14.372+0000 7fb2094fb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:42:14.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:14 smithi194 bash[52688]: debug 2024-03-30T04:42:14.476+0000 7fb2094fb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:42:14.695 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:14 smithi196 bash[42527]: debug 2024-03-30T04:42:14.284+0000 7fdf877b3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:42:14.695 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:14 smithi196 bash[42527]: debug 2024-03-30T04:42:14.400+0000 7fdf877b3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:42:14.695 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:14 smithi196 bash[42527]: debug 2024-03-30T04:42:14.508+0000 7fdf877b3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:42:15.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:14 smithi196 bash[42527]: debug 2024-03-30T04:42:14.872+0000 7fdf877b3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:42:15.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:15 smithi196 bash[42527]: debug 2024-03-30T04:42:15.116+0000 7fdf877b3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:42:15.330 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:14 smithi194 bash[52688]: debug 2024-03-30T04:42:14.844+0000 7fb2094fb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:42:15.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:15 smithi194 bash[52688]: debug 2024-03-30T04:42:15.088+0000 7fb2094fb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:42:15.695 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:15 smithi196 bash[42527]: debug 2024-03-30T04:42:15.380+0000 7fdf877b3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:42:15.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:15 smithi196 bash[42527]: debug 2024-03-30T04:42:15.500+0000 7fdf877b3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:42:15.744 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:15 smithi194 bash[52688]: debug 2024-03-30T04:42:15.352+0000 7fb2094fb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:42:15.745 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:15 smithi194 bash[52688]: debug 2024-03-30T04:42:15.468+0000 7fb2094fb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:42:16.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:15 smithi194 bash[52688]: debug 2024-03-30T04:42:15.748+0000 7fb2094fb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:42:16.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:15 smithi196 bash[42527]: debug 2024-03-30T04:42:15.788+0000 7fdf877b3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:42:16.538 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:16 smithi194 bash[52688]: debug 2024-03-30T04:42:16.172+0000 7fb2094fb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:16.539 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:16 smithi194 bash[52688]: debug 2024-03-30T04:42:16.416+0000 7fb2094fb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:16.577 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:16 smithi196 bash[42527]: debug 2024-03-30T04:42:16.212+0000 7fdf877b3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:16.577 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:16 smithi196 bash[42527]: debug 2024-03-30T04:42:16.456+0000 7fdf877b3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:16.796 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:16 smithi194 bash[52688]: debug 2024-03-30T04:42:16.540+0000 7fb2094fb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:42:16.831 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:16 smithi196 bash[42527]: debug 2024-03-30T04:42:16.580+0000 7fdf877b3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:42:17.080 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:16 smithi194 bash[52688]: debug 2024-03-30T04:42:16.800+0000 7fb2094fb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:17.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:16 smithi196 bash[42527]: debug 2024-03-30T04:42:16.832+0000 7fdf877b3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:18.080 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:17 smithi194 bash[52688]: debug 2024-03-30T04:42:17.824+0000 7fb2094fb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:42:18.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:17 smithi194 bash[52688]: debug 2024-03-30T04:42:17.940+0000 7fb2094fb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:42:18.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:17 smithi196 bash[42527]: debug 2024-03-30T04:42:17.860+0000 7fdf877b3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:42:18.196 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:17 smithi196 bash[42527]: debug 2024-03-30T04:42:17.980+0000 7fdf877b3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:42:18.580 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:18 smithi194 bash[52688]: debug 2024-03-30T04:42:18.244+0000 7fb2094fb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:42:18.580 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:18 smithi194 bash[52688]: debug 2024-03-30T04:42:18.360+0000 7fb2094fb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:42:18.695 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:18 smithi196 bash[42527]: debug 2024-03-30T04:42:18.280+0000 7fdf877b3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:42:18.696 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:18 smithi196 bash[42527]: debug 2024-03-30T04:42:18.400+0000 7fdf877b3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:42:19.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:18 smithi194 bash[52688]: debug 2024-03-30T04:42:18.828+0000 7fb2094fb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:42:19.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:18 smithi194 bash[52688]: debug 2024-03-30T04:42:18.952+0000 7fb2094fb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:42:19.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: cluster 2024-03-30T04:42:18.979265+0000 mon.a (mon.0) 21 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:19.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: cluster 2024-03-30T04:42:18.979982+0000 mon.a (mon.0) 22 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:19.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: cluster 2024-03-30T04:42:18.990574+0000 mon.a (mon.0) 23 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:19.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: cluster 2024-03-30T04:42:18.990849+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e36: y(active, starting, since 0.011048s), standbys: x 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.007957+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.008138+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.008235+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.011022+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.011147+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.011736+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.011904+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.012062+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.012215+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.012366+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.012530+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.012731+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.013009+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.013394+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.013508+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: cluster 2024-03-30T04:42:18.979265+0000 mon.a (mon.0) 21 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: cluster 2024-03-30T04:42:18.979982+0000 mon.a (mon.0) 22 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: cluster 2024-03-30T04:42:18.990574+0000 mon.a (mon.0) 23 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: cluster 2024-03-30T04:42:18.990849+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e36: y(active, starting, since 0.011048s), standbys: x 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.007957+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.008138+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.008235+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.011022+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.011147+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.011736+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.011904+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.012062+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.012215+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.012366+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.012530+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.012731+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.013009+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.013394+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:19.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.013508+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.014256+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: cluster 2024-03-30T04:42:19.022121+0000 mon.a (mon.0) 41 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: cluster 2024-03-30T04:42:19.022209+0000 mon.a (mon.0) 42 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.027959+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[55920]: audit 2024-03-30T04:42:19.031408+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.014256+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: cluster 2024-03-30T04:42:19.022121+0000 mon.a (mon.0) 41 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: cluster 2024-03-30T04:42:19.022209+0000 mon.a (mon.0) 42 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.027959+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:19.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[23637]: audit 2024-03-30T04:42:19.031408+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:19.122 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:18 smithi196 bash[42527]: debug 2024-03-30T04:42:18.868+0000 7fdf877b3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:42:19.122 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[42527]: debug 2024-03-30T04:42:18.996+0000 7fdf877b3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:42:19.123 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[42527]: [30/Mar/2024:04:42:19] ENGINE Bus STARTING 2024-03-30T04:42:19.123 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: cluster 2024-03-30T04:42:18.979265+0000 mon.a (mon.0) 21 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:19.123 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: cluster 2024-03-30T04:42:18.979982+0000 mon.a (mon.0) 22 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:19.123 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: cluster 2024-03-30T04:42:18.990574+0000 mon.a (mon.0) 23 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:19.123 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: cluster 2024-03-30T04:42:18.990849+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e36: y(active, starting, since 0.011048s), standbys: x 2024-03-30T04:42:19.123 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.007957+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.008138+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.008235+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.011022+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.011147+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.011736+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.011904+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.012062+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.012215+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.012366+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:19.124 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.012530+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.012731+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.013009+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.013394+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.013508+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.014256+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: cluster 2024-03-30T04:42:19.022121+0000 mon.a (mon.0) 41 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: cluster 2024-03-30T04:42:19.022209+0000 mon.a (mon.0) 42 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.027959+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:19.125 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[18523]: audit 2024-03-30T04:42:19.031408+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:19.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[42527]: CherryPy Checker: 2024-03-30T04:42:19.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[42527]: The Application mounted at '' has an empty config. 2024-03-30T04:42:19.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[42527]: [30/Mar/2024:04:42:19] ENGINE Serving on http://:::9283 2024-03-30T04:42:19.446 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:42:19 smithi196 bash[42527]: [30/Mar/2024:04:42:19] ENGINE Bus STARTED 2024-03-30T04:42:19.580 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[52688]: [30/Mar/2024:04:42:19] ENGINE Bus STARTING 2024-03-30T04:42:19.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[52688]: CherryPy Checker: 2024-03-30T04:42:19.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[52688]: The Application mounted at '' has an empty config. 2024-03-30T04:42:19.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[52688]: [30/Mar/2024:04:42:19] ENGINE Serving on http://:::9283 2024-03-30T04:42:19.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:19 smithi194 bash[52688]: [30/Mar/2024:04:42:19] ENGINE Bus STARTED 2024-03-30T04:42:20.330 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[52688]: debug 2024-03-30T04:42:20.016+0000 7fb1c7c5b700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: audit 2024-03-30T04:42:19.033734+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: cluster 2024-03-30T04:42:19.041749+0000 mon.a (mon.0) 43 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: audit 2024-03-30T04:42:19.042681+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: audit 2024-03-30T04:42:19.087054+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: audit 2024-03-30T04:42:19.116152+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: audit 2024-03-30T04:42:19.122525+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: audit 2024-03-30T04:42:19.169410+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: cephadm 2024-03-30T04:42:19.620672+0000 mgr.y (mgr.25390) 1 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Bus STARTING 2024-03-30T04:42:20.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: cephadm 2024-03-30T04:42:19.736956+0000 mgr.y (mgr.25390) 2 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[23637]: cluster 2024-03-30T04:42:20.003224+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e37: y(active, since 1.02339s), standbys: x 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: audit 2024-03-30T04:42:19.033734+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: cluster 2024-03-30T04:42:19.041749+0000 mon.a (mon.0) 43 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: audit 2024-03-30T04:42:19.042681+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: audit 2024-03-30T04:42:19.087054+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: audit 2024-03-30T04:42:19.116152+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: audit 2024-03-30T04:42:19.122525+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: audit 2024-03-30T04:42:19.169410+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: cephadm 2024-03-30T04:42:19.620672+0000 mgr.y (mgr.25390) 1 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Bus STARTING 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: cephadm 2024-03-30T04:42:19.736956+0000 mgr.y (mgr.25390) 2 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:42:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:20 smithi194 bash[55920]: cluster 2024-03-30T04:42:20.003224+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e37: y(active, since 1.02339s), standbys: x 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: audit 2024-03-30T04:42:19.033734+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: cluster 2024-03-30T04:42:19.041749+0000 mon.a (mon.0) 43 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: audit 2024-03-30T04:42:19.042681+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.? 172.21.15.196:0/3491168182' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: audit 2024-03-30T04:42:19.087054+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: audit 2024-03-30T04:42:19.116152+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: audit 2024-03-30T04:42:19.122525+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: audit 2024-03-30T04:42:19.169410+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: cephadm 2024-03-30T04:42:19.620672+0000 mgr.y (mgr.25390) 1 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Bus STARTING 2024-03-30T04:42:20.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: cephadm 2024-03-30T04:42:19.736956+0000 mgr.y (mgr.25390) 2 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Serving on https://172.21.15.194:7150 2024-03-30T04:42:20.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:20 smithi196 bash[18523]: cluster 2024-03-30T04:42:20.003224+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e37: y(active, since 1.02339s), standbys: x 2024-03-30T04:42:21.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[55920]: cephadm 2024-03-30T04:42:19.838379+0000 mgr.y (mgr.25390) 3 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Serving on http://172.21.15.194:8765 2024-03-30T04:42:21.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[55920]: cephadm 2024-03-30T04:42:19.838732+0000 mgr.y (mgr.25390) 4 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Bus STARTED 2024-03-30T04:42:21.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[55920]: audit 2024-03-30T04:42:20.026874+0000 mgr.y (mgr.25390) 5 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:21.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[55920]: cluster 2024-03-30T04:42:20.029090+0000 mgr.y (mgr.25390) 6 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[55920]: cluster 2024-03-30T04:42:20.993593+0000 mon.a (mon.0) 49 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:21.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[55920]: cluster 2024-03-30T04:42:20.993651+0000 mon.a (mon.0) 50 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:21.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[23637]: cephadm 2024-03-30T04:42:19.838379+0000 mgr.y (mgr.25390) 3 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Serving on http://172.21.15.194:8765 2024-03-30T04:42:21.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[23637]: cephadm 2024-03-30T04:42:19.838732+0000 mgr.y (mgr.25390) 4 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Bus STARTED 2024-03-30T04:42:21.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[23637]: audit 2024-03-30T04:42:20.026874+0000 mgr.y (mgr.25390) 5 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:21.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[23637]: cluster 2024-03-30T04:42:20.029090+0000 mgr.y (mgr.25390) 6 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[23637]: cluster 2024-03-30T04:42:20.993593+0000 mon.a (mon.0) 49 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:21.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:21 smithi194 bash[23637]: cluster 2024-03-30T04:42:20.993651+0000 mon.a (mon.0) 50 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:21.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:21 smithi196 bash[18523]: cephadm 2024-03-30T04:42:19.838379+0000 mgr.y (mgr.25390) 3 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Serving on http://172.21.15.194:8765 2024-03-30T04:42:21.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:21 smithi196 bash[18523]: cephadm 2024-03-30T04:42:19.838732+0000 mgr.y (mgr.25390) 4 : cephadm [INF] [30/Mar/2024:04:42:19] ENGINE Bus STARTED 2024-03-30T04:42:21.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:21 smithi196 bash[18523]: audit 2024-03-30T04:42:20.026874+0000 mgr.y (mgr.25390) 5 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:21.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:21 smithi196 bash[18523]: cluster 2024-03-30T04:42:20.029090+0000 mgr.y (mgr.25390) 6 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:21 smithi196 bash[18523]: cluster 2024-03-30T04:42:20.993593+0000 mon.a (mon.0) 49 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:21.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:21 smithi196 bash[18523]: cluster 2024-03-30T04:42:20.993651+0000 mon.a (mon.0) 50 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:22.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:22 smithi194 bash[55920]: cluster 2024-03-30T04:42:21.013884+0000 mgr.y (mgr.25390) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:22 smithi194 bash[55920]: cluster 2024-03-30T04:42:22.014659+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e38: y(active, since 3s), standbys: x 2024-03-30T04:42:22.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:22 smithi194 bash[23637]: cluster 2024-03-30T04:42:21.013884+0000 mgr.y (mgr.25390) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:22 smithi194 bash[23637]: cluster 2024-03-30T04:42:22.014659+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e38: y(active, since 3s), standbys: x 2024-03-30T04:42:22.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:22 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 8. 2024-03-30T04:42:22.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:22 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:22.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:22 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:22.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:22 smithi196 bash[18523]: cluster 2024-03-30T04:42:21.013884+0000 mgr.y (mgr.25390) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:22 smithi196 bash[18523]: cluster 2024-03-30T04:42:22.014659+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e38: y(active, since 3s), standbys: x 2024-03-30T04:42:23.622 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:23 smithi196 bash[42131]: ts=2024-03-30T04:42:23.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:23.623 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:23 smithi196 bash[43800]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:23.623 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:23 smithi196 bash[43800]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:24.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:42:23] "GET /metrics HTTP/1.1" 200 35458 "" "Prometheus/2.33.4" 2024-03-30T04:42:24.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:24 smithi194 bash[55920]: cluster 2024-03-30T04:42:23.014608+0000 mgr.y (mgr.25390) 8 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:24 smithi194 bash[55920]: cluster 2024-03-30T04:42:23.055953+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e39: y(active, since 4s), standbys: x 2024-03-30T04:42:24.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:24 smithi194 bash[23637]: cluster 2024-03-30T04:42:23.014608+0000 mgr.y (mgr.25390) 8 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:24 smithi194 bash[23637]: cluster 2024-03-30T04:42:23.055953+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e39: y(active, since 4s), standbys: x 2024-03-30T04:42:24.445 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:24 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:24.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:24 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:24.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:24 smithi196 bash[18523]: cluster 2024-03-30T04:42:23.014608+0000 mgr.y (mgr.25390) 8 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:24.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:24 smithi196 bash[18523]: cluster 2024-03-30T04:42:23.055953+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e39: y(active, since 4s), standbys: x 2024-03-30T04:42:26.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:26 smithi196 bash[18523]: cluster 2024-03-30T04:42:25.015220+0000 mgr.y (mgr.25390) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-30T04:42:26.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:26 smithi196 bash[18523]: audit 2024-03-30T04:42:25.382364+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:26 smithi196 bash[18523]: audit 2024-03-30T04:42:25.396150+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:26 smithi196 bash[18523]: audit 2024-03-30T04:42:25.476006+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:26 smithi196 bash[18523]: audit 2024-03-30T04:42:25.486342+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[23637]: cluster 2024-03-30T04:42:25.015220+0000 mgr.y (mgr.25390) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[23637]: audit 2024-03-30T04:42:25.382364+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[23637]: audit 2024-03-30T04:42:25.396150+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[23637]: audit 2024-03-30T04:42:25.476006+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[23637]: audit 2024-03-30T04:42:25.486342+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[55920]: cluster 2024-03-30T04:42:25.015220+0000 mgr.y (mgr.25390) 9 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[55920]: audit 2024-03-30T04:42:25.382364+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[55920]: audit 2024-03-30T04:42:25.396150+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[55920]: audit 2024-03-30T04:42:25.476006+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:26.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:26 smithi194 bash[55920]: audit 2024-03-30T04:42:25.486342+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[55920]: audit 2024-03-30T04:42:26.516361+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[55920]: audit 2024-03-30T04:42:26.524823+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[55920]: audit 2024-03-30T04:42:26.585397+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[55920]: audit 2024-03-30T04:42:26.595893+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[23637]: audit 2024-03-30T04:42:26.516361+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[23637]: audit 2024-03-30T04:42:26.524823+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[23637]: audit 2024-03-30T04:42:26.585397+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:27 smithi194 bash[23637]: audit 2024-03-30T04:42:26.595893+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:27 smithi196 bash[18523]: audit 2024-03-30T04:42:26.516361+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:27 smithi196 bash[18523]: audit 2024-03-30T04:42:26.524823+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:27 smithi196 bash[18523]: audit 2024-03-30T04:42:26.585397+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:27 smithi196 bash[18523]: audit 2024-03-30T04:42:26.595893+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:28.909 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:42:28.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:28 smithi196 bash[18523]: cluster 2024-03-30T04:42:27.016574+0000 mgr.y (mgr.25390) 10 : 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-03-30T04:42:28.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:28 smithi196 bash[42131]: ts=2024-03-30T04:42:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:29.080 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:28 smithi194 bash[23637]: cluster 2024-03-30T04:42:27.016574+0000 mgr.y (mgr.25390) 10 : 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-03-30T04:42:29.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:28 smithi194 bash[55920]: cluster 2024-03-30T04:42:27.016574+0000 mgr.y (mgr.25390) 10 : 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-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (2m) 4s ago 9m 14.1M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 unknown 4s ago 8m - - 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (59s) 4s ago 7m 42.2M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (45s) 4s ago 14m 435M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (99s) 4s ago 16m 472M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (21s) 4s ago 17m 34.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (15m) 4s ago 15m 48.6M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (15m) 4s ago 15m 46.4M 2048M 17.2.0 e1d6a67b021e 9d70a5514e63 2024-03-30T04:42:29.639 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (2m) 4s ago 9m 10.6M - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (119s) 4s ago 9m 8852k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (14m) 4s ago 14m 54.9M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (13m) 4s ago 13m 57.2M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (13m) 4s ago 13m 52.2M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (12m) 4s ago 12m 56.0M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (12m) 4s ago 12m 59.9M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (11m) 4s ago 11m 54.2M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (11m) 4s ago 11m 51.3M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (10m) 4s ago 10m 55.3M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (52s) 4s ago 9m 53.7M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (7m) 4s ago 7m 86.9M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (7m) 4s ago 7m 86.9M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (7m) 4s ago 7m 86.6M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:42:29.640 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (7m) 4s ago 7m 87.2M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:42:30.078 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:42:30.078 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:42:30.078 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-03-30T04:42:30.079 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:42:30.080 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:42:30.080 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:42:30.444 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:42:30.444 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:42:30.444 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:42:30.444 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:42:30.444 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:42:30.445 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:42:30.445 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:42:30.445 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "3/23 daemons upgraded", 2024-03-30T04:42:30.445 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "", 2024-03-30T04:42:30.445 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:42:30.445 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:42:30.891 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:42:30.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:30 smithi196 bash[18523]: audit 2024-03-30T04:42:28.902979+0000 mgr.y (mgr.25390) 11 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:30.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:30 smithi196 bash[18523]: cluster 2024-03-30T04:42:29.017106+0000 mgr.y (mgr.25390) 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-03-30T04:42:30.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:30 smithi196 bash[18523]: audit 2024-03-30T04:42:29.267507+0000 mgr.y (mgr.25390) 13 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:30.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:30 smithi196 bash[18523]: audit 2024-03-30T04:42:29.602670+0000 mgr.y (mgr.25390) 14 : audit [DBG] from='client.34149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:30.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:30 smithi196 bash[18523]: audit 2024-03-30T04:42:30.085879+0000 mon.a (mon.0) 61 : audit [DBG] from='client.? 172.21.15.194:0/1916195022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[55920]: audit 2024-03-30T04:42:28.902979+0000 mgr.y (mgr.25390) 11 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[55920]: cluster 2024-03-30T04:42:29.017106+0000 mgr.y (mgr.25390) 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-03-30T04:42:31.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[55920]: audit 2024-03-30T04:42:29.267507+0000 mgr.y (mgr.25390) 13 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[55920]: audit 2024-03-30T04:42:29.602670+0000 mgr.y (mgr.25390) 14 : audit [DBG] from='client.34149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[55920]: audit 2024-03-30T04:42:30.085879+0000 mon.a (mon.0) 61 : audit [DBG] from='client.? 172.21.15.194:0/1916195022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[23637]: audit 2024-03-30T04:42:28.902979+0000 mgr.y (mgr.25390) 11 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[23637]: cluster 2024-03-30T04:42:29.017106+0000 mgr.y (mgr.25390) 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-03-30T04:42:31.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[23637]: audit 2024-03-30T04:42:29.267507+0000 mgr.y (mgr.25390) 13 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[23637]: audit 2024-03-30T04:42:29.602670+0000 mgr.y (mgr.25390) 14 : audit [DBG] from='client.34149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:30 smithi194 bash[23637]: audit 2024-03-30T04:42:30.085879+0000 mon.a (mon.0) 61 : audit [DBG] from='client.? 172.21.15.194:0/1916195022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:31 smithi196 bash[18523]: audit 2024-03-30T04:42:30.036204+0000 mgr.y (mgr.25390) 15 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:31.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:31 smithi196 bash[18523]: audit 2024-03-30T04:42:30.452222+0000 mgr.y (mgr.25390) 16 : audit [DBG] from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:31 smithi196 bash[18523]: audit 2024-03-30T04:42:30.899378+0000 mon.c (mon.1) 109 : audit [DBG] from='client.? 172.21.15.194:0/3093543831' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:32.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:31 smithi194 bash[55920]: audit 2024-03-30T04:42:30.036204+0000 mgr.y (mgr.25390) 15 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:32.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:31 smithi194 bash[55920]: audit 2024-03-30T04:42:30.452222+0000 mgr.y (mgr.25390) 16 : audit [DBG] from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:32.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:31 smithi194 bash[55920]: audit 2024-03-30T04:42:30.899378+0000 mon.c (mon.1) 109 : audit [DBG] from='client.? 172.21.15.194:0/3093543831' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:32.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:31 smithi194 bash[23637]: audit 2024-03-30T04:42:30.036204+0000 mgr.y (mgr.25390) 15 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:32.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:31 smithi194 bash[23637]: audit 2024-03-30T04:42:30.452222+0000 mgr.y (mgr.25390) 16 : audit [DBG] from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:32.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:31 smithi194 bash[23637]: audit 2024-03-30T04:42:30.899378+0000 mon.c (mon.1) 109 : audit [DBG] from='client.? 172.21.15.194:0/3093543831' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:32.920 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:32 smithi196 bash[18523]: cluster 2024-03-30T04:42:31.018667+0000 mgr.y (mgr.25390) 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-03-30T04:42:33.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:32 smithi194 bash[23637]: cluster 2024-03-30T04:42:31.018667+0000 mgr.y (mgr.25390) 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-03-30T04:42:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:32 smithi194 bash[55920]: cluster 2024-03-30T04:42:31.018667+0000 mgr.y (mgr.25390) 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-03-30T04:42:33.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:33 smithi196 bash[42131]: ts=2024-03-30T04:42:33.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:34.330 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:42:33] "GET /metrics HTTP/1.1" 200 35458 "" "Prometheus/2.33.4" 2024-03-30T04:42:34.661 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:34 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 9. 2024-03-30T04:42:34.661 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:34 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:34.661 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:34 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:34.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:34 smithi196 bash[18523]: cluster 2024-03-30T04:42:33.019416+0000 mgr.y (mgr.25390) 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-03-30T04:42:34.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:34 smithi196 bash[18523]: audit 2024-03-30T04:42:34.124982+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:34.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:34 smithi196 bash[18523]: audit 2024-03-30T04:42:34.127411+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:34 smithi194 bash[55920]: cluster 2024-03-30T04:42:33.019416+0000 mgr.y (mgr.25390) 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-03-30T04:42:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:34 smithi194 bash[55920]: audit 2024-03-30T04:42:34.124982+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:34 smithi194 bash[55920]: audit 2024-03-30T04:42:34.127411+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:35.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:34 smithi194 bash[23637]: cluster 2024-03-30T04:42:33.019416+0000 mgr.y (mgr.25390) 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-03-30T04:42:35.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:34 smithi194 bash[23637]: audit 2024-03-30T04:42:34.124982+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:35.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:34 smithi194 bash[23637]: audit 2024-03-30T04:42:34.127411+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:35.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:35 smithi196 bash[44405]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:35.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:35 smithi196 bash[44405]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:36.445 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:36 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:36.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:36 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:36.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:36 smithi196 bash[18523]: cluster 2024-03-30T04:42:35.020861+0000 mgr.y (mgr.25390) 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-03-30T04:42:37.080 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:36 smithi194 bash[23637]: cluster 2024-03-30T04:42:35.020861+0000 mgr.y (mgr.25390) 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-03-30T04:42:37.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:36 smithi194 bash[55920]: cluster 2024-03-30T04:42:35.020861+0000 mgr.y (mgr.25390) 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-03-30T04:42:37.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:36.958936+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:36.971998+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:36.976059+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:37.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:36.977862+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:37.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:36.980570+0000 mgr.y (mgr.25390) 20 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:42:37.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:36.981008+0000 mgr.y (mgr.25390) 21 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:42:37.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cluster 2024-03-30T04:42:37.021626+0000 mgr.y (mgr.25390) 22 : cluster [DBG] pgmap v12: 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-03-30T04:42:37.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:37.248100+0000 mgr.y (mgr.25390) 23 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:37.249373+0000 mgr.y (mgr.25390) 24 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:37.414446+0000 mgr.y (mgr.25390) 25 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:37.414894+0000 mgr.y (mgr.25390) 26 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:37.579399+0000 mgr.y (mgr.25390) 27 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cephadm 2024-03-30T04:42:37.580063+0000 mgr.y (mgr.25390) 28 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.752835+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.759388+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.767376+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.776078+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: cluster 2024-03-30T04:42:37.778177+0000 mgr.y (mgr.25390) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.785264+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.883530+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.888951+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.892360+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[23637]: audit 2024-03-30T04:42:37.894227+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:36.958936+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:36.971998+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:36.976059+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:36.977862+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:36.980570+0000 mgr.y (mgr.25390) 20 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:36.981008+0000 mgr.y (mgr.25390) 21 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cluster 2024-03-30T04:42:37.021626+0000 mgr.y (mgr.25390) 22 : cluster [DBG] pgmap v12: 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-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:37.248100+0000 mgr.y (mgr.25390) 23 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:37.249373+0000 mgr.y (mgr.25390) 24 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:37.960 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:37.414446+0000 mgr.y (mgr.25390) 25 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:37.414894+0000 mgr.y (mgr.25390) 26 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:37.579399+0000 mgr.y (mgr.25390) 27 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cephadm 2024-03-30T04:42:37.580063+0000 mgr.y (mgr.25390) 28 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.752835+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.759388+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.767376+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.776078+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: cluster 2024-03-30T04:42:37.778177+0000 mgr.y (mgr.25390) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:37.961 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.785264+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.329 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.883530+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:38.329 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.888951+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:38.329 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.892360+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:38.329 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:37 smithi194 bash[55920]: audit 2024-03-30T04:42:37.894227+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:38.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:36.958936+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:36.971998+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:36.976059+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:38.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:36.977862+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:38.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:36.980570+0000 mgr.y (mgr.25390) 20 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:36.981008+0000 mgr.y (mgr.25390) 21 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cluster 2024-03-30T04:42:37.021626+0000 mgr.y (mgr.25390) 22 : cluster [DBG] pgmap v12: 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-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:37.248100+0000 mgr.y (mgr.25390) 23 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:37.249373+0000 mgr.y (mgr.25390) 24 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:37.414446+0000 mgr.y (mgr.25390) 25 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:37.414894+0000 mgr.y (mgr.25390) 26 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:37.579399+0000 mgr.y (mgr.25390) 27 : cephadm [INF] Updating smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cephadm 2024-03-30T04:42:37.580063+0000 mgr.y (mgr.25390) 28 : cephadm [INF] Updating smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.752835+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.759388+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.767376+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.776078+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: cluster 2024-03-30T04:42:37.778177+0000 mgr.y (mgr.25390) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:38.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.785264+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:38.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.883530+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:38.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.888951+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:38.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.892360+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:38.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:37 smithi196 bash[18523]: audit 2024-03-30T04:42:37.894227+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:38.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:38 smithi196 bash[42131]: ts=2024-03-30T04:42: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:39.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:38 smithi194 bash[23637]: cephadm 2024-03-30T04:42:37.895557+0000 mgr.y (mgr.25390) 30 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:39.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:38 smithi194 bash[23637]: cluster 2024-03-30T04:42:37.967059+0000 mon.a (mon.0) 77 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:39.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:38 smithi194 bash[55920]: cephadm 2024-03-30T04:42:37.895557+0000 mgr.y (mgr.25390) 30 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:39.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:38 smithi194 bash[55920]: cluster 2024-03-30T04:42:37.967059+0000 mon.a (mon.0) 77 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:39.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:38 smithi196 bash[18523]: cephadm 2024-03-30T04:42:37.895557+0000 mgr.y (mgr.25390) 30 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:39.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:38 smithi196 bash[18523]: cluster 2024-03-30T04:42:37.967059+0000 mon.a (mon.0) 77 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:40.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:39 smithi194 bash[55920]: cluster 2024-03-30T04:42:39.778999+0000 mgr.y (mgr.25390) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:40.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:39 smithi194 bash[23637]: cluster 2024-03-30T04:42:39.778999+0000 mgr.y (mgr.25390) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:40.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:39 smithi196 bash[18523]: cluster 2024-03-30T04:42:39.778999+0000 mgr.y (mgr.25390) 31 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:41 smithi196 bash[18523]: audit 2024-03-30T04:42:40.040311+0000 mgr.y (mgr.25390) 32 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:41 smithi196 bash[18523]: cephadm 2024-03-30T04:42:40.368741+0000 mgr.y (mgr.25390) 33 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:41 smithi196 bash[18523]: audit 2024-03-30T04:42:40.375865+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:41 smithi196 bash[18523]: audit 2024-03-30T04:42:40.379643+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:41 smithi196 bash[18523]: audit 2024-03-30T04:42:40.381070+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:41 smithi196 bash[18523]: audit 2024-03-30T04:42:40.382359+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:41.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:41 smithi196 bash[18523]: cephadm 2024-03-30T04:42:40.384335+0000 mgr.y (mgr.25390) 34 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-03-30T04:42:41.737 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[23637]: audit 2024-03-30T04:42:40.040311+0000 mgr.y (mgr.25390) 32 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:41.737 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[23637]: cephadm 2024-03-30T04:42:40.368741+0000 mgr.y (mgr.25390) 33 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:41.737 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[23637]: audit 2024-03-30T04:42:40.375865+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:41.737 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[23637]: audit 2024-03-30T04:42:40.379643+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:41.737 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[23637]: audit 2024-03-30T04:42:40.381070+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[23637]: audit 2024-03-30T04:42:40.382359+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[23637]: cephadm 2024-03-30T04:42:40.384335+0000 mgr.y (mgr.25390) 34 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[55920]: audit 2024-03-30T04:42:40.040311+0000 mgr.y (mgr.25390) 32 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[55920]: cephadm 2024-03-30T04:42:40.368741+0000 mgr.y (mgr.25390) 33 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[55920]: audit 2024-03-30T04:42:40.375865+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[55920]: audit 2024-03-30T04:42:40.379643+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[55920]: audit 2024-03-30T04:42:40.381070+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[55920]: audit 2024-03-30T04:42:40.382359+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:41.738 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:41 smithi194 bash[55920]: cephadm 2024-03-30T04:42:40.384335+0000 mgr.y (mgr.25390) 34 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-03-30T04:42:42.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:42 smithi196 bash[18523]: cluster 2024-03-30T04:42:41.779947+0000 mgr.y (mgr.25390) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:42.742 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:42 smithi194 bash[55920]: cluster 2024-03-30T04:42:41.779947+0000 mgr.y (mgr.25390) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:42.743 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:42 smithi194 bash[23637]: cluster 2024-03-30T04:42:41.779947+0000 mgr.y (mgr.25390) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:43.080 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.081 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.081 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.082 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: Stopping Ceph mon.c for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:43.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:42 smithi194 bash[23637]: debug 2024-03-30T04:42:42.992+0000 7fb445085700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:42:43.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:42 smithi194 bash[23637]: debug 2024-03-30T04:42:42.992+0000 7fb445085700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-30T04:42:43.083 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.083 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:42:42 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:43.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:43 smithi196 bash[42131]: ts=2024-03-30T04:42:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:44.046 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:42:43] "GET /metrics HTTP/1.1" 200 38257 "" "Prometheus/2.33.4" 2024-03-30T04:42:44.046 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:43 smithi194 bash[57121]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:42:44.046 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:43 smithi194 bash[57180]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:42:44.046 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:43 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.c.service: Deactivated successfully. 2024-03-30T04:42:44.047 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:43 smithi194 systemd[1]: Stopped Ceph mon.c for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:44.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.331 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.332 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.332 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:44.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: Started Ceph mon.c for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:44.333 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:42:44 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:45.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.260+0000 7fec8fd0ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:42:45.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.260+0000 7fec8fd0ec80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:42:45.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.260+0000 7fec8fd0ec80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 0 load: jerasure load: lrc 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Git sha 0 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: DB SUMMARY 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: DB Session ID: FJ826S81F4QQFWQ58W8Z 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1255 Bytes 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000030.sst 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000028.log size: 2591760 ; 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:42:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.env: 0x55df660c1c60 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.info_log: 0x55df674e1b20 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:42:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:42:45.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.wal_dir: 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.write_buffer_manager: 0x55df674b2820 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:42:45.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.row_cache: None 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:42:45.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:42:45.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:42:45.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:42:45.589 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.merge_operator: 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:42:45.591 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55df674e1d00) 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: cache_index_and_filter_blocks: 1 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: pin_top_level_index_and_filter: 1 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: index_type: 0 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: data_block_index_type: 0 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: index_shortening: 1 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: checksum: 4 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: no_block_cache: 0 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_cache: 0x55df674e3090 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_cache_name: BinnedLRUCache 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_cache_options: 2024-03-30T04:42:45.592 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: capacity : 536870912 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: num_shard_bits : 4 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: strict_capacity_limit : 0 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: high_pri_pool_ratio: 0.000 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_cache_compressed: (nil) 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: persistent_cache: (nil) 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_size: 4096 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_size_deviation: 10 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_restart_interval: 16 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: index_block_restart_interval: 1 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: metadata_block_size: 4096 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: partition_filters: 0 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: use_delta_encoding: 1 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: filter_policy: bloomfilter 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: whole_key_filtering: 1 2024-03-30T04:42:45.593 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: verify_compression: 0 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: read_amp_bytes_per_bit: 0 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: format_version: 5 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: enable_index_compression: 1 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: block_align: 0 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: max_auto_readahead_size: 262144 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: prepopulate_block_cache: 0 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: initial_auto_readahead_size: 8192 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:42:45.594 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:42:45.595 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:42:45.596 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:42:45.597 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:42:45.598 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:42:45.599 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec85477700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 32, last_sequence is 18118, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 85b13812-f550-41bf-9009-9548055d4b57 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773765271318, "job": 1, "event": "recovery_started", "wal_files": [28]} 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.264+0000 7fec8fd0ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.276+0000 7fec8fd0ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773765280231, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 1657064, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18124, "largest_seqno": 18633, "table_properties": {"data_size": 1653760, "index_size": 1624, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 645, "raw_key_size": 5593, "raw_average_key_size": 23, "raw_value_size": 1648467, "raw_average_value_size": 7014, "num_data_blocks": 73, "num_entries": 235, "num_filter_entries": 235, "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": "[CompactOnDeletionCollector]", "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": 1711773765, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "85b13812-f550-41bf-9009-9548055d4b57", "db_session_id": "FJ826S81F4QQFWQ58W8Z", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:42:45.600 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.276+0000 7fec8fd0ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773765280356, "job": 1, "event": "recovery_finished"} 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.276+0000 7fec8fd0ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.276+0000 7fec8fd0ec80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000028.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55df675d6000 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 4 rocksdb: DB pointer 0x55df675c0000 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec7e469700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec7e469700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: ** DB Stats ** 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:45.601 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: ** Compaction Stats [default] ** 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: L0 1/0 1.58 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 414.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: L6 1/0 10.61 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Sum 2/0 12.19 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 414.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 414.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: ** Compaction Stats [default] ** 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 414.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Flush(GB): cumulative 0.002, interval 0.002 2024-03-30T04:42:45.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Cumulative compaction: 0.00 GB write, 107.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Interval compaction: 0.00 GB write, 107.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Block cache BinnedLRUCache@0x55df674e3090#7 capacity: 512.00 MB usage: 2.55 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: Block cache entry stats(count,size,portion): FilterBlock(1,0.72 KB,0.000137091%) IndexBlock(1,1.83 KB,0.000348687%) Misc(1,0.00 KB,0%) 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] at bind addrs [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 1 mon.c@-1(???) e3 preinit fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 0 mon.c@-1(???).mds e1 new map 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 0 mon.c@-1(???).mds e1 print_map 2024-03-30T04:42:45.603 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: e1 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: legacy client fscid: -1 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: No filesystems configured 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 0 mon.c@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.280+0000 7fec8fd0ec80 0 mon.c@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:45.604 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:45 smithi194 bash[57237]: debug 2024-03-30T04:42:45.284+0000 7fec8fd0ec80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2024-03-30T04:42:46.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:46 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 10. 2024-03-30T04:42:46.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:46 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:46.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:46 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Start request repeated too quickly. 2024-03-30T04:42:46.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:46 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:46.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:42:46 smithi196 systemd[1]: Failed to start Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:47.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:45.304410+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:47.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:45.782275+0000 mgr.y (mgr.25390) 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-03-30T04:42:47.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.654506+0000 mon.a (mon.0) 82 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:47.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.681262+0000 mon.a (mon.0) 83 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:47.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695099+0000 mon.a (mon.0) 84 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:47.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695143+0000 mon.a (mon.0) 85 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695166+0000 mon.a (mon.0) 86 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695189+0000 mon.a (mon.0) 87 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695208+0000 mon.a (mon.0) 88 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695225+0000 mon.a (mon.0) 89 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695253+0000 mon.a (mon.0) 90 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695286+0000 mon.a (mon.0) 91 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.695327+0000 mon.a (mon.0) 92 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.712510+0000 mon.a (mon.0) 93 : cluster [DBG] fsmap 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.712552+0000 mon.a (mon.0) 94 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.713172+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e39: y(active, since 27s), standbys: x 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.713418+0000 mon.a (mon.0) 96 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.713446+0000 mon.a (mon.0) 97 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: cluster 2024-03-30T04:42:46.713464+0000 mon.a (mon.0) 98 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:42:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: audit 2024-03-30T04:42:46.722034+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:47.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: audit 2024-03-30T04:42:46.734607+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:47.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:47 smithi196 bash[18523]: audit 2024-03-30T04:42:46.763651+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:45.304410+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:48.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:45.782275+0000 mgr.y (mgr.25390) 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-03-30T04:42:48.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.654506+0000 mon.a (mon.0) 82 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:48.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.681262+0000 mon.a (mon.0) 83 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695099+0000 mon.a (mon.0) 84 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695143+0000 mon.a (mon.0) 85 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695166+0000 mon.a (mon.0) 86 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695189+0000 mon.a (mon.0) 87 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695208+0000 mon.a (mon.0) 88 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695225+0000 mon.a (mon.0) 89 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695253+0000 mon.a (mon.0) 90 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695286+0000 mon.a (mon.0) 91 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.695327+0000 mon.a (mon.0) 92 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.712510+0000 mon.a (mon.0) 93 : cluster [DBG] fsmap 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.712552+0000 mon.a (mon.0) 94 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.713172+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e39: y(active, since 27s), standbys: x 2024-03-30T04:42:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.713418+0000 mon.a (mon.0) 96 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.713446+0000 mon.a (mon.0) 97 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: cluster 2024-03-30T04:42:46.713464+0000 mon.a (mon.0) 98 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: audit 2024-03-30T04:42:46.722034+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: audit 2024-03-30T04:42:46.734607+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[55920]: audit 2024-03-30T04:42:46.763651+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:45.304410+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:45.782275+0000 mgr.y (mgr.25390) 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-03-30T04:42:48.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.654506+0000 mon.a (mon.0) 82 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.681262+0000 mon.a (mon.0) 83 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695099+0000 mon.a (mon.0) 84 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:48.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695143+0000 mon.a (mon.0) 85 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695166+0000 mon.a (mon.0) 86 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695189+0000 mon.a (mon.0) 87 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695208+0000 mon.a (mon.0) 88 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695225+0000 mon.a (mon.0) 89 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695253+0000 mon.a (mon.0) 90 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695286+0000 mon.a (mon.0) 91 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.695327+0000 mon.a (mon.0) 92 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.712510+0000 mon.a (mon.0) 93 : cluster [DBG] fsmap 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.712552+0000 mon.a (mon.0) 94 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.713172+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e39: y(active, since 27s), standbys: x 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.713418+0000 mon.a (mon.0) 96 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.713446+0000 mon.a (mon.0) 97 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: cluster 2024-03-30T04:42:46.713464+0000 mon.a (mon.0) 98 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: audit 2024-03-30T04:42:46.722034+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:48.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: audit 2024-03-30T04:42:46.734607+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:48.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:47 smithi194 bash[57237]: audit 2024-03-30T04:42:46.763651+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:48 smithi196 bash[18523]: cluster 2024-03-30T04:42:47.783042+0000 mgr.y (mgr.25390) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:48.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:48 smithi196 bash[42131]: ts=2024-03-30T04:42: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:49.080 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:48 smithi194 bash[55920]: cluster 2024-03-30T04:42:47.783042+0000 mgr.y (mgr.25390) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:49.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:48 smithi194 bash[57237]: cluster 2024-03-30T04:42:47.783042+0000 mgr.y (mgr.25390) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-30T04:42:50.330 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:50 smithi194 bash[52688]: debug 2024-03-30T04:42:50.287+0000 7fb1c7c5b700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-30T04:42:50.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:50 smithi194 bash[57237]: audit 2024-03-30T04:42:49.126150+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:50.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:50 smithi194 bash[57237]: audit 2024-03-30T04:42:49.128256+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:50.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:50 smithi194 bash[57237]: cluster 2024-03-30T04:42:49.783943+0000 mgr.y (mgr.25390) 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-03-30T04:42:50.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:50 smithi194 bash[55920]: audit 2024-03-30T04:42:49.126150+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:50.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:50 smithi194 bash[55920]: audit 2024-03-30T04:42:49.128256+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:50.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:50 smithi194 bash[55920]: cluster 2024-03-30T04:42:49.783943+0000 mgr.y (mgr.25390) 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-03-30T04:42:50.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:50 smithi196 bash[18523]: audit 2024-03-30T04:42:49.126150+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:50.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:50 smithi196 bash[18523]: audit 2024-03-30T04:42:49.128256+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:50.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:50 smithi196 bash[18523]: cluster 2024-03-30T04:42:49.783943+0000 mgr.y (mgr.25390) 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-03-30T04:42:51.580 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:51 smithi194 bash[55920]: audit 2024-03-30T04:42:50.051508+0000 mgr.y (mgr.25390) 40 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:51.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:51 smithi194 bash[57237]: audit 2024-03-30T04:42:50.051508+0000 mgr.y (mgr.25390) 40 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:51.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:51 smithi196 bash[18523]: audit 2024-03-30T04:42:50.051508+0000 mgr.y (mgr.25390) 40 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:52.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:52 smithi194 bash[55920]: cluster 2024-03-30T04:42:51.785621+0000 mgr.y (mgr.25390) 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-03-30T04:42:52.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:52 smithi194 bash[57237]: cluster 2024-03-30T04:42:51.785621+0000 mgr.y (mgr.25390) 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-03-30T04:42:52.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:52 smithi196 bash[18523]: cluster 2024-03-30T04:42:51.785621+0000 mgr.y (mgr.25390) 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-03-30T04:42:53.759 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:53 smithi196 bash[42131]: ts=2024-03-30T04:42:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:54.080 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:42:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:42:53] "GET /metrics HTTP/1.1" 200 38199 "" "Prometheus/2.33.4" 2024-03-30T04:42:54.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:53 smithi194 bash[55920]: audit 2024-03-30T04:42:52.768397+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:54.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:53 smithi194 bash[55920]: audit 2024-03-30T04:42:52.778151+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:54.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:53 smithi194 bash[57237]: audit 2024-03-30T04:42:52.768397+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:54.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:53 smithi194 bash[57237]: audit 2024-03-30T04:42:52.778151+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:54.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:53 smithi196 bash[18523]: audit 2024-03-30T04:42:52.768397+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:54.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:53 smithi196 bash[18523]: audit 2024-03-30T04:42:52.778151+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:55.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:54 smithi194 bash[55920]: cluster 2024-03-30T04:42:53.786449+0000 mgr.y (mgr.25390) 42 : 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-03-30T04:42:55.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:54 smithi194 bash[55920]: audit 2024-03-30T04:42:53.875497+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:55.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:54 smithi194 bash[55920]: audit 2024-03-30T04:42:53.883492+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:55.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:54 smithi194 bash[57237]: cluster 2024-03-30T04:42:53.786449+0000 mgr.y (mgr.25390) 42 : 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-03-30T04:42:55.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:54 smithi194 bash[57237]: audit 2024-03-30T04:42:53.875497+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:55.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:54 smithi194 bash[57237]: audit 2024-03-30T04:42:53.883492+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:55.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:54 smithi196 bash[18523]: cluster 2024-03-30T04:42:53.786449+0000 mgr.y (mgr.25390) 42 : 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-03-30T04:42:55.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:54 smithi196 bash[18523]: audit 2024-03-30T04:42:53.875497+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:55.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:54 smithi196 bash[18523]: audit 2024-03-30T04:42:53.883492+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:42:56.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:55 smithi196 bash[18523]: cluster 2024-03-30T04:42:55.788192+0000 mgr.y (mgr.25390) 43 : 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-03-30T04:42:56.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:55 smithi194 bash[55920]: cluster 2024-03-30T04:42:55.788192+0000 mgr.y (mgr.25390) 43 : 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-03-30T04:42:56.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:55 smithi194 bash[57237]: cluster 2024-03-30T04:42:55.788192+0000 mgr.y (mgr.25390) 43 : 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-03-30T04:42:58.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:57 smithi196 bash[18523]: cluster 2024-03-30T04:42:57.788973+0000 mgr.y (mgr.25390) 44 : 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-03-30T04:42:58.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:57 smithi194 bash[55920]: cluster 2024-03-30T04:42:57.788973+0000 mgr.y (mgr.25390) 44 : 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-03-30T04:42:58.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:57 smithi194 bash[57237]: cluster 2024-03-30T04:42:57.788973+0000 mgr.y (mgr.25390) 44 : 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-03-30T04:42:58.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:42:58 smithi196 bash[42131]: ts=2024-03-30T04:42: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:00.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:42:59 smithi196 bash[18523]: cluster 2024-03-30T04:42:59.789761+0000 mgr.y (mgr.25390) 45 : 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-03-30T04:43:00.209 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:42:59 smithi194 bash[55920]: cluster 2024-03-30T04:42:59.789761+0000 mgr.y (mgr.25390) 45 : 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-03-30T04:43:00.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:42:59 smithi194 bash[57237]: cluster 2024-03-30T04:42:59.789761+0000 mgr.y (mgr.25390) 45 : 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-03-30T04:43:01.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:00 smithi196 bash[18523]: audit 2024-03-30T04:43:00.060016+0000 mgr.y (mgr.25390) 46 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:01.291 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:43:01.330 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:00 smithi194 bash[55920]: audit 2024-03-30T04:43:00.060016+0000 mgr.y (mgr.25390) 46 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:01.330 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:00 smithi194 bash[57237]: audit 2024-03-30T04:43:00.060016+0000 mgr.y (mgr.25390) 46 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:02.016 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:43:02.016 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (2m) 9s ago 9m 13.2M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:43:02.016 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 unknown 36s ago 9m - - 2024-03-30T04:43:02.016 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (91s) 9s ago 7m 42.2M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:43:02.016 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (77s) 36s ago 15m 435M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (2m) 9s ago 17m 483M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (53s) 9s ago 17m 39.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (15m) 36s ago 15m 48.6M 2048M 17.2.0 e1d6a67b021e 46f6fc451eac 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (17s) 9s ago 15m 19.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (2m) 9s ago 10m 8932k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (2m) 36s ago 10m 8852k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (15m) 9s ago 15m 55.0M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (14m) 9s ago 14m 57.5M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (13m) 9s ago 13m 52.2M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (13m) 9s ago 13m 56.1M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (12m) 36s ago 12m 59.9M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (12m) 36s ago 12m 54.2M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:43:02.017 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (11m) 36s ago 11m 51.3M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:43:02.018 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (11m) 36s ago 11m 55.3M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:43:02.018 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (84s) 36s ago 10m 53.7M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:43:02.018 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (8m) 9s ago 8m 86.8M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:43:02.018 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (8m) 36s ago 8m 86.9M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:43:02.018 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (7m) 9s ago 7m 86.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:43:02.018 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (7m) 36s ago 7m 87.2M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:43:02.080 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:01 smithi194 bash[55920]: audit 2024-03-30T04:43:01.284657+0000 mgr.y (mgr.25390) 47 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.080 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:01 smithi194 bash[55920]: audit 2024-03-30T04:43:01.649901+0000 mgr.y (mgr.25390) 48 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:01 smithi194 bash[55920]: cluster 2024-03-30T04:43:01.790553+0000 mgr.y (mgr.25390) 49 : 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-03-30T04:43:02.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:01 smithi194 bash[57237]: audit 2024-03-30T04:43:01.284657+0000 mgr.y (mgr.25390) 47 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:01 smithi194 bash[57237]: audit 2024-03-30T04:43:01.649901+0000 mgr.y (mgr.25390) 48 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:01 smithi194 bash[57237]: cluster 2024-03-30T04:43:01.790553+0000 mgr.y (mgr.25390) 49 : 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-03-30T04:43:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:01 smithi196 bash[18523]: audit 2024-03-30T04:43:01.284657+0000 mgr.y (mgr.25390) 47 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:01 smithi196 bash[18523]: audit 2024-03-30T04:43:01.649901+0000 mgr.y (mgr.25390) 48 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:01 smithi196 bash[18523]: cluster 2024-03-30T04:43:01.790553+0000 mgr.y (mgr.25390) 49 : 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-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:43:02.433 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:43:02.434 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:02.434 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:43:02.434 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-03-30T04:43:02.434 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:43:02.434 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:43:02.434 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:43:02.783 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "4/23 daemons upgraded", 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:43:02.784 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:43:03.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:02 smithi196 bash[18523]: audit 2024-03-30T04:43:02.009520+0000 mgr.y (mgr.25390) 50 : audit [DBG] from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:03.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:02 smithi196 bash[18523]: audit 2024-03-30T04:43:02.441248+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.194:0/1617654747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:02 smithi196 bash[18523]: audit 2024-03-30T04:43:02.791901+0000 mgr.y (mgr.25390) 51 : audit [DBG] from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:03.199 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:03.199 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:03.199 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:03.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:02 smithi194 bash[55920]: audit 2024-03-30T04:43:02.009520+0000 mgr.y (mgr.25390) 50 : audit [DBG] from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:03.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:02 smithi194 bash[55920]: audit 2024-03-30T04:43:02.441248+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.194:0/1617654747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:02 smithi194 bash[55920]: audit 2024-03-30T04:43:02.791901+0000 mgr.y (mgr.25390) 51 : audit [DBG] from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:03.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:02 smithi194 bash[57237]: audit 2024-03-30T04:43:02.009520+0000 mgr.y (mgr.25390) 50 : audit [DBG] from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:03.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:02 smithi194 bash[57237]: audit 2024-03-30T04:43:02.441248+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.194:0/1617654747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:02 smithi194 bash[57237]: audit 2024-03-30T04:43:02.791901+0000 mgr.y (mgr.25390) 51 : audit [DBG] from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:03.864 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[42131]: ts=2024-03-30T04:43:03.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:04.184 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.207914+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.194:0/1353614691' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:04.184 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.633261+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.644730+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.647320+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.648761+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: cluster 2024-03-30T04:43:03.651312+0000 mgr.y (mgr.25390) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: cluster 2024-03-30T04:43:03.651736+0000 mgr.y (mgr.25390) 53 : cluster [DBG] pgmap v27: 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-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.662153+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.752038+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.756609+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.759439+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: audit 2024-03-30T04:43:03.760701+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:43:04.185 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:03 smithi196 bash[18523]: cephadm 2024-03-30T04:43:03.761510+0000 mgr.y (mgr.25390) 54 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:43:03] "GET /metrics HTTP/1.1" 200 38199 "" "Prometheus/2.33.4" 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.207914+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.194:0/1353614691' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.633261+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.644730+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.647320+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.648761+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: cluster 2024-03-30T04:43:03.651312+0000 mgr.y (mgr.25390) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: cluster 2024-03-30T04:43:03.651736+0000 mgr.y (mgr.25390) 53 : cluster [DBG] pgmap v27: 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-03-30T04:43:04.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.662153+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.752038+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.756609+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.759439+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: audit 2024-03-30T04:43:03.760701+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[55920]: cephadm 2024-03-30T04:43:03.761510+0000 mgr.y (mgr.25390) 54 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.207914+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.194:0/1353614691' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.633261+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.644730+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.647320+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.648761+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: cluster 2024-03-30T04:43:03.651312+0000 mgr.y (mgr.25390) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: cluster 2024-03-30T04:43:03.651736+0000 mgr.y (mgr.25390) 53 : cluster [DBG] pgmap v27: 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-03-30T04:43:04.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.662153+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.752038+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.756609+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.759439+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: audit 2024-03-30T04:43:03.760701+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:03 smithi194 bash[57237]: cephadm 2024-03-30T04:43:03.761510+0000 mgr.y (mgr.25390) 54 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:43:05.139 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:04 smithi196 bash[18523]: audit 2024-03-30T04:43:04.118263+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:05.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:04 smithi194 bash[55920]: audit 2024-03-30T04:43:04.118263+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:05.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:04 smithi194 bash[57237]: audit 2024-03-30T04:43:04.118263+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:06.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:05 smithi196 bash[18523]: cluster 2024-03-30T04:43:05.653425+0000 mgr.y (mgr.25390) 55 : cluster [DBG] pgmap v28: 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-03-30T04:43:06.330 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:05 smithi194 bash[57237]: cluster 2024-03-30T04:43:05.653425+0000 mgr.y (mgr.25390) 55 : cluster [DBG] pgmap v28: 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-03-30T04:43:06.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:05 smithi194 bash[55920]: cluster 2024-03-30T04:43:05.653425+0000 mgr.y (mgr.25390) 55 : cluster [DBG] pgmap v28: 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-03-30T04:43:07.400 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:07 smithi196 bash[18523]: cephadm 2024-03-30T04:43:06.088444+0000 mgr.y (mgr.25390) 56 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:43:07.400 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:07 smithi196 bash[18523]: audit 2024-03-30T04:43:06.097391+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:07.401 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:07 smithi196 bash[18523]: audit 2024-03-30T04:43:06.101781+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:07.401 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:07 smithi196 bash[18523]: audit 2024-03-30T04:43:06.103415+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:07.401 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:07 smithi196 bash[18523]: audit 2024-03-30T04:43:06.105108+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.401 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:07 smithi196 bash[18523]: cephadm 2024-03-30T04:43:06.107242+0000 mgr.y (mgr.25390) 57 : cephadm [INF] Deploying daemon mon.b on smithi196 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[57237]: cephadm 2024-03-30T04:43:06.088444+0000 mgr.y (mgr.25390) 56 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[57237]: audit 2024-03-30T04:43:06.097391+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[57237]: audit 2024-03-30T04:43:06.101781+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[57237]: audit 2024-03-30T04:43:06.103415+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[57237]: audit 2024-03-30T04:43:06.105108+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[57237]: cephadm 2024-03-30T04:43:06.107242+0000 mgr.y (mgr.25390) 57 : cephadm [INF] Deploying daemon mon.b on smithi196 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[55920]: cephadm 2024-03-30T04:43:06.088444+0000 mgr.y (mgr.25390) 56 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[55920]: audit 2024-03-30T04:43:06.097391+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[55920]: audit 2024-03-30T04:43:06.101781+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:07.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[55920]: audit 2024-03-30T04:43:06.103415+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:07.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[55920]: audit 2024-03-30T04:43:06.105108+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:07 smithi194 bash[55920]: cephadm 2024-03-30T04:43:06.107242+0000 mgr.y (mgr.25390) 57 : cephadm [INF] Deploying daemon mon.b on smithi196 2024-03-30T04:43:08.399 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:08 smithi196 bash[18523]: cluster 2024-03-30T04:43:07.654217+0000 mgr.y (mgr.25390) 58 : 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-03-30T04:43:08.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:08 smithi194 bash[55920]: cluster 2024-03-30T04:43:07.654217+0000 mgr.y (mgr.25390) 58 : 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-03-30T04:43:08.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:08 smithi194 bash[57237]: cluster 2024-03-30T04:43:07.654217+0000 mgr.y (mgr.25390) 58 : 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-03-30T04:43:08.650 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.651 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.651 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.651 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.651 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.652 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.652 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: Stopping Ceph mon.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:43:08.652 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:08 smithi196 bash[18523]: debug 2024-03-30T04:43:08.640+0000 7f0f4e407700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:43:08.652 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:08 smithi196 bash[18523]: debug 2024-03-30T04:43:08.640+0000 7f0f4e407700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-30T04:43:08.652 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.653 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.653 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:08 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:08.929 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:08 smithi196 bash[42131]: ts=2024-03-30T04:43: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:09 smithi196 bash[44860]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:43:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:09 smithi196 bash[44922]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:43:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.b.service: Deactivated successfully. 2024-03-30T04:43:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: Stopped Ceph mon.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:10.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.196 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.196 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.197 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.197 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.197 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.198 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.198 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:10.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:09 smithi196 systemd[1]: Started Ceph mon.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.948+0000 7f374f1b0c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:43:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.948+0000 7f374f1b0c80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:43:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.948+0000 7f374f1b0c80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:43:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 0 load: jerasure load: lrc 2024-03-30T04:43:11.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Git sha 0 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: DB SUMMARY 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: DB Session ID: GMLGWKEWY0WPCIM52UTF 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1255 Bytes 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000030.sst 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000028.log size: 3533194 ; 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:43:11.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:43:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.env: 0x55e8176f0c60 2024-03-30T04:43:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:43:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.info_log: 0x55e819b2bb20 2024-03-30T04:43:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:43:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:43:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:43:11.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:43:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:43:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:43:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:43:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:43:11.199 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.wal_dir: 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:43:11.200 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.write_buffer_manager: 0x55e819afc820 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:43:11.201 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.row_cache: None 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:43:11.202 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:43:11.203 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:43:11.204 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.merge_operator: 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e819b2bd00) 2024-03-30T04:43:11.205 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: cache_index_and_filter_blocks: 1 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: pin_top_level_index_and_filter: 1 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: index_type: 0 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: data_block_index_type: 0 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: index_shortening: 1 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: checksum: 4 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: no_block_cache: 0 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_cache: 0x55e819b2d090 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_cache_name: BinnedLRUCache 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_cache_options: 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: capacity : 536870912 2024-03-30T04:43:11.206 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: num_shard_bits : 4 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: strict_capacity_limit : 0 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: high_pri_pool_ratio: 0.000 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_cache_compressed: (nil) 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: persistent_cache: (nil) 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_size: 4096 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_size_deviation: 10 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_restart_interval: 16 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: index_block_restart_interval: 1 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: metadata_block_size: 4096 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: partition_filters: 0 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: use_delta_encoding: 1 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: filter_policy: bloomfilter 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: whole_key_filtering: 1 2024-03-30T04:43:11.207 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: verify_compression: 0 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: read_amp_bytes_per_bit: 0 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: format_version: 5 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: enable_index_compression: 1 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: block_align: 0 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: max_auto_readahead_size: 262144 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: prepopulate_block_cache: 0 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: initial_auto_readahead_size: 8192 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:43:11.208 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:43:11.209 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:43:11.209 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:43:11.209 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:43:11.209 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:43:11.209 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:43:11.210 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:43:11.211 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:43:11.212 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:43:11.213 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:43:11.214 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f3744118700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 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 18048, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 18b6360d-5f5e-4f64-9706-ce3e105f3b6a 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773790956070, "job": 1, "event": "recovery_started", "wal_files": [28]} 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.952+0000 7f374f1b0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f374f1b0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773790966027, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2213034, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18054, "largest_seqno": 18973, "table_properties": {"data_size": 2208309, "index_size": 2657, "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": 9212, "raw_average_key_size": 23, "raw_value_size": 2199675, "raw_average_value_size": 5568, "num_data_blocks": 121, "num_entries": 395, "num_filter_entries": 395, "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": "[CompactOnDeletionCollector]", "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": 1711773790, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "18b6360d-5f5e-4f64-9706-ce3e105f3b6a", "db_session_id": "GMLGWKEWY0WPCIM52UTF", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:43:11.215 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f374f1b0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773790966149, "job": 1, "event": "recovery_finished"} 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f374f1b0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f374f1b0c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f374f1b0c80 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-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f374f1b0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e819c20000 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f374f1b0c80 4 rocksdb: DB pointer 0x55e819c0a000 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f373d90b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.964+0000 7f373d90b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: ** DB Stats ** 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:11.216 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: ** Compaction Stats [default] ** 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: L0 1/0 2.11 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: L6 1/0 10.61 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Sum 2/0 12.72 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 511.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: ** Compaction Stats [default] ** 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 511.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:11.217 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Flush(GB): cumulative 0.002, interval 0.002 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Cumulative compaction: 0.00 GB write, 161.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Interval compaction: 0.00 GB write, 161.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: Block cache BinnedLRUCache@0x55e819b2d090#7 capacity: 512.00 MB usage: 3.98 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: 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-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] at bind addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:11.218 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 1 mon.b@-1(???) e3 preinit fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 0 mon.b@-1(???).mds e1 new map 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 0 mon.b@-1(???).mds e1 print_map 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: e1 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: legacy client fscid: -1 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: No filesystems configured 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 0 mon.b@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 0 mon.b@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:11.219 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:10 smithi196 bash[44979]: debug 2024-03-30T04:43:10.968+0000 7f374f1b0c80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2024-03-30T04:43:13.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:13 smithi196 bash[42131]: ts=2024-03-30T04:43:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:14.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:43:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:43:13] "GET /metrics HTTP/1.1" 200 38261 "" "Prometheus/2.33.4" 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: audit 2024-03-30T04:43:10.070919+0000 mgr.y (mgr.25390) 60 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:11.656668+0000 mgr.y (mgr.25390) 61 : cluster [DBG] pgmap v31: 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-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:12.390821+0000 mon.c (mon.1) 4 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:12.397175+0000 mon.a (mon.0) 122 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:13.657451+0000 mgr.y (mgr.25390) 62 : cluster [DBG] 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-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:15.659140+0000 mgr.y (mgr.25390) 63 : cluster [DBG] pgmap v33: 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-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.399479+0000 mon.a (mon.0) 123 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411625+0000 mon.a (mon.0) 124 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411683+0000 mon.a (mon.0) 125 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411726+0000 mon.a (mon.0) 126 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:43:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411744+0000 mon.a (mon.0) 127 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411772+0000 mon.a (mon.0) 128 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411797+0000 mon.a (mon.0) 129 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411835+0000 mon.a (mon.0) 130 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411872+0000 mon.a (mon.0) 131 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.411896+0000 mon.a (mon.0) 132 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.432543+0000 mon.a (mon.0) 133 : cluster [DBG] fsmap 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.432603+0000 mon.a (mon.0) 134 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.433258+0000 mon.a (mon.0) 135 : cluster [DBG] mgrmap e39: y(active, since 58s), standbys: x 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.433632+0000 mon.a (mon.0) 136 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.444679+0000 mon.a (mon.0) 137 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.444716+0000 mon.a (mon.0) 138 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.444762+0000 mon.a (mon.0) 139 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.444819+0000 mon.a (mon.0) 140 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: audit 2024-03-30T04:43:10.070919+0000 mgr.y (mgr.25390) 60 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:11.656668+0000 mgr.y (mgr.25390) 61 : cluster [DBG] pgmap v31: 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-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:12.390821+0000 mon.c (mon.1) 4 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:12.397175+0000 mon.a (mon.0) 122 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:13.657451+0000 mgr.y (mgr.25390) 62 : cluster [DBG] 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-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:15.659140+0000 mgr.y (mgr.25390) 63 : cluster [DBG] pgmap v33: 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-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.399479+0000 mon.a (mon.0) 123 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411625+0000 mon.a (mon.0) 124 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411683+0000 mon.a (mon.0) 125 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:18.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411726+0000 mon.a (mon.0) 126 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411744+0000 mon.a (mon.0) 127 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411772+0000 mon.a (mon.0) 128 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411797+0000 mon.a (mon.0) 129 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411835+0000 mon.a (mon.0) 130 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411872+0000 mon.a (mon.0) 131 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.411896+0000 mon.a (mon.0) 132 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.432543+0000 mon.a (mon.0) 133 : cluster [DBG] fsmap 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.432603+0000 mon.a (mon.0) 134 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.433258+0000 mon.a (mon.0) 135 : cluster [DBG] mgrmap e39: y(active, since 58s), standbys: x 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.433632+0000 mon.a (mon.0) 136 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.444679+0000 mon.a (mon.0) 137 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.444716+0000 mon.a (mon.0) 138 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.444762+0000 mon.a (mon.0) 139 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:18.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.444819+0000 mon.a (mon.0) 140 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.444867+0000 mon.a (mon.0) 141 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: audit 2024-03-30T04:43:17.450771+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: audit 2024-03-30T04:43:17.462442+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: audit 2024-03-30T04:43:17.502440+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[55920]: cluster 2024-03-30T04:43:17.659969+0000 mgr.y (mgr.25390) 64 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.444867+0000 mon.a (mon.0) 141 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: audit 2024-03-30T04:43:17.450771+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: audit 2024-03-30T04:43:17.462442+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: audit 2024-03-30T04:43:17.502440+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:18.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:18 smithi194 bash[57237]: cluster 2024-03-30T04:43:17.659969+0000 mgr.y (mgr.25390) 64 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:18.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[42131]: ts=2024-03-30T04:43:18.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:18.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: audit 2024-03-30T04:43:10.070919+0000 mgr.y (mgr.25390) 60 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:18.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:11.656668+0000 mgr.y (mgr.25390) 61 : cluster [DBG] pgmap v31: 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-03-30T04:43:18.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:12.390821+0000 mon.c (mon.1) 4 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:18.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:12.397175+0000 mon.a (mon.0) 122 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:13.657451+0000 mgr.y (mgr.25390) 62 : cluster [DBG] 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-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:15.659140+0000 mgr.y (mgr.25390) 63 : cluster [DBG] pgmap v33: 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-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.399479+0000 mon.a (mon.0) 123 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411625+0000 mon.a (mon.0) 124 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411683+0000 mon.a (mon.0) 125 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411726+0000 mon.a (mon.0) 126 : cluster [DBG] last_changed 2024-03-30T04:27:14.379608+0000 2024-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411744+0000 mon.a (mon.0) 127 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:43:18.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411772+0000 mon.a (mon.0) 128 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411797+0000 mon.a (mon.0) 129 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411835+0000 mon.a (mon.0) 130 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411872+0000 mon.a (mon.0) 131 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.411896+0000 mon.a (mon.0) 132 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.432543+0000 mon.a (mon.0) 133 : cluster [DBG] fsmap 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.432603+0000 mon.a (mon.0) 134 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.433258+0000 mon.a (mon.0) 135 : cluster [DBG] mgrmap e39: y(active, since 58s), standbys: x 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.433632+0000 mon.a (mon.0) 136 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.444679+0000 mon.a (mon.0) 137 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.444716+0000 mon.a (mon.0) 138 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.444762+0000 mon.a (mon.0) 139 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.444819+0000 mon.a (mon.0) 140 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.444867+0000 mon.a (mon.0) 141 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:43:18.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: audit 2024-03-30T04:43:17.450771+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:18.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: audit 2024-03-30T04:43:17.462442+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:18.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: audit 2024-03-30T04:43:17.502440+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:18.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:18 smithi196 bash[44979]: cluster 2024-03-30T04:43:17.659969+0000 mgr.y (mgr.25390) 64 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.502246+0000 mon.a (mon.0) 160 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.502346+0000 mon.a (mon.0) 161 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.502422+0000 mon.a (mon.0) 162 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.502477+0000 mon.a (mon.0) 163 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.502528+0000 mon.a (mon.0) 164 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.502655+0000 mon.c (mon.1) 6 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: audit 2024-03-30T04:43:18.502843+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.503713+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: audit 2024-03-30T04:43:18.504210+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:43:19.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: audit 2024-03-30T04:43:18.504493+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.505346+0000 mon.a (mon.0) 168 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.546356+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.553913+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 4 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.553952+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.553995+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-03-30T04:43:18.474307+0000 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.554034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.554069+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.554104+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.554138+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.554167+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.554200+0000 mon.a (mon.0) 178 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:43:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.555216+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-30T04:43:19.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.555292+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:43:19.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.555872+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e39: y(active, since 59s), standbys: x 2024-03-30T04:43:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.502246+0000 mon.a (mon.0) 160 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-30T04:43:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.502346+0000 mon.a (mon.0) 161 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.502422+0000 mon.a (mon.0) 162 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.502477+0000 mon.a (mon.0) 163 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:43:19.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.502528+0000 mon.a (mon.0) 164 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.502655+0000 mon.c (mon.1) 6 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: audit 2024-03-30T04:43:18.502843+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.503713+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: audit 2024-03-30T04:43:18.504210+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: audit 2024-03-30T04:43:18.504493+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.505346+0000 mon.a (mon.0) 168 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.546356+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.553913+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 4 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.553952+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.553995+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-03-30T04:43:18.474307+0000 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.554034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:43:19.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.554069+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.554104+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.554138+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.554167+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.554200+0000 mon.a (mon.0) 178 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.555216+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.555292+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.555872+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e39: y(active, since 59s), standbys: x 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.556212+0000 mon.a (mon.0) 182 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.563378+0000 mon.a (mon.0) 183 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:19.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.563441+0000 mon.a (mon.0) 184 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: cluster 2024-03-30T04:43:18.563483+0000 mon.a (mon.0) 185 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:19.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[57237]: audit 2024-03-30T04:43:19.126857+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:19.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.556212+0000 mon.a (mon.0) 182 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:43:19.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.563378+0000 mon.a (mon.0) 183 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:19.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.563441+0000 mon.a (mon.0) 184 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:19.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: cluster 2024-03-30T04:43:18.563483+0000 mon.a (mon.0) 185 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:19.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:19 smithi194 bash[55920]: audit 2024-03-30T04:43:19.126857+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.502246+0000 mon.a (mon.0) 160 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-30T04:43:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.502346+0000 mon.a (mon.0) 161 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.502422+0000 mon.a (mon.0) 162 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.502477+0000 mon.a (mon.0) 163 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:43:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.502528+0000 mon.a (mon.0) 164 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] is down (out of quorum) 2024-03-30T04:43:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.502655+0000 mon.c (mon.1) 6 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: audit 2024-03-30T04:43:18.502843+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.503713+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: audit 2024-03-30T04:43:18.504210+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: audit 2024-03-30T04:43:18.504493+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.505346+0000 mon.a (mon.0) 168 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.546356+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.553913+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 4 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.553952+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.553995+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-03-30T04:43:18.474307+0000 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.554034+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-03-30T04:25:22.879164+0000 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.554069+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.554104+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:19.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.554138+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.a 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.554167+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.194:3301/0,v1:172.21.15.194:6790/0] mon.c 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.554200+0000 mon.a (mon.0) 178 : cluster [DBG] 2: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.b 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.555216+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.555292+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.555872+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e39: y(active, since 59s), standbys: x 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.556212+0000 mon.a (mon.0) 182 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.563378+0000 mon.a (mon.0) 183 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.563441+0000 mon.a (mon.0) 184 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: cluster 2024-03-30T04:43:18.563483+0000 mon.a (mon.0) 185 : cluster [WRN] daemon grafana.a on smithi196 is in unknown state 2024-03-30T04:43:19.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:19 smithi196 bash[44979]: audit 2024-03-30T04:43:19.126857+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:20.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:20 smithi194 bash[55920]: cluster 2024-03-30T04:43:19.660806+0000 mgr.y (mgr.25390) 65 : cluster [DBG] 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-03-30T04:43:20.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:20 smithi194 bash[57237]: cluster 2024-03-30T04:43:19.660806+0000 mgr.y (mgr.25390) 65 : cluster [DBG] 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-03-30T04:43:20.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:20 smithi196 bash[44979]: cluster 2024-03-30T04:43:19.660806+0000 mgr.y (mgr.25390) 65 : cluster [DBG] 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-03-30T04:43:21.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:43:20 smithi194 bash[52688]: debug 2024-03-30T04:43:20.974+0000 7fb1c7c5b700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-30T04:43:21.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:21 smithi194 bash[57237]: audit 2024-03-30T04:43:20.074250+0000 mgr.y (mgr.25390) 66 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:21.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:21 smithi194 bash[55920]: audit 2024-03-30T04:43:20.074250+0000 mgr.y (mgr.25390) 66 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:21.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:21 smithi196 bash[44979]: audit 2024-03-30T04:43:20.074250+0000 mgr.y (mgr.25390) 66 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:22.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:22 smithi194 bash[55920]: cluster 2024-03-30T04:43:21.662721+0000 mgr.y (mgr.25390) 67 : cluster [DBG] 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-03-30T04:43:22.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:22 smithi194 bash[57237]: cluster 2024-03-30T04:43:21.662721+0000 mgr.y (mgr.25390) 67 : cluster [DBG] 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-03-30T04:43:22.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:22 smithi196 bash[44979]: cluster 2024-03-30T04:43:21.662721+0000 mgr.y (mgr.25390) 67 : cluster [DBG] 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-03-30T04:43:23.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:23 smithi196 bash[42131]: ts=2024-03-30T04:43:23.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:24.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:43:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:43:23] "GET /metrics HTTP/1.1" 200 38272 "" "Prometheus/2.33.4" 2024-03-30T04:43:24.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:24 smithi196 bash[44979]: audit 2024-03-30T04:43:23.388755+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:24.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:24 smithi196 bash[44979]: audit 2024-03-30T04:43:23.403231+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:24.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:24 smithi196 bash[44979]: cluster 2024-03-30T04:43:23.663433+0000 mgr.y (mgr.25390) 68 : cluster [DBG] 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-03-30T04:43:24.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:24 smithi194 bash[57237]: audit 2024-03-30T04:43:23.388755+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:24.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:24 smithi194 bash[57237]: audit 2024-03-30T04:43:23.403231+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:24.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:24 smithi194 bash[57237]: cluster 2024-03-30T04:43:23.663433+0000 mgr.y (mgr.25390) 68 : cluster [DBG] 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-03-30T04:43:24.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:24 smithi194 bash[55920]: audit 2024-03-30T04:43:23.388755+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:24.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:24 smithi194 bash[55920]: audit 2024-03-30T04:43:23.403231+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:24.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:24 smithi194 bash[55920]: cluster 2024-03-30T04:43:23.663433+0000 mgr.y (mgr.25390) 68 : cluster [DBG] 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-03-30T04:43:25.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:25 smithi194 bash[55920]: audit 2024-03-30T04:43:24.508663+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:25.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:25 smithi194 bash[55920]: audit 2024-03-30T04:43:24.523200+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:25.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:25 smithi194 bash[57237]: audit 2024-03-30T04:43:24.508663+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:25.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:25 smithi194 bash[57237]: audit 2024-03-30T04:43:24.523200+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:25.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:25 smithi196 bash[44979]: audit 2024-03-30T04:43:24.508663+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:25.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:25 smithi196 bash[44979]: audit 2024-03-30T04:43:24.523200+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:26.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:26 smithi194 bash[55920]: cluster 2024-03-30T04:43:25.665129+0000 mgr.y (mgr.25390) 69 : 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-03-30T04:43:26.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:26 smithi194 bash[57237]: cluster 2024-03-30T04:43:25.665129+0000 mgr.y (mgr.25390) 69 : 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-03-30T04:43:26.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:26 smithi196 bash[44979]: cluster 2024-03-30T04:43:25.665129+0000 mgr.y (mgr.25390) 69 : 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-03-30T04:43:28.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:28 smithi196 bash[44979]: cluster 2024-03-30T04:43:27.665901+0000 mgr.y (mgr.25390) 70 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:28.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:28 smithi196 bash[42131]: ts=2024-03-30T04:43: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:29.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:28 smithi194 bash[55920]: cluster 2024-03-30T04:43:27.665901+0000 mgr.y (mgr.25390) 70 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:29.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:28 smithi194 bash[57237]: cluster 2024-03-30T04:43:27.665901+0000 mgr.y (mgr.25390) 70 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:31.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:30 smithi194 bash[55920]: cluster 2024-03-30T04:43:29.666683+0000 mgr.y (mgr.25390) 71 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:31.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:30 smithi194 bash[57237]: cluster 2024-03-30T04:43:29.666683+0000 mgr.y (mgr.25390) 71 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:31.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:30 smithi196 bash[44979]: cluster 2024-03-30T04:43:29.666683+0000 mgr.y (mgr.25390) 71 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:32.064 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:31 smithi196 bash[44979]: audit 2024-03-30T04:43:30.084321+0000 mgr.y (mgr.25390) 72 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:31 smithi194 bash[55920]: audit 2024-03-30T04:43:30.084321+0000 mgr.y (mgr.25390) 72 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:31 smithi194 bash[57237]: audit 2024-03-30T04:43:30.084321+0000 mgr.y (mgr.25390) 72 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:33.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:32 smithi194 bash[55920]: cluster 2024-03-30T04:43:31.668406+0000 mgr.y (mgr.25390) 73 : 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-03-30T04:43:33.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:32 smithi194 bash[57237]: cluster 2024-03-30T04:43:31.668406+0000 mgr.y (mgr.25390) 73 : 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-03-30T04:43:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:32 smithi196 bash[44979]: cluster 2024-03-30T04:43:31.668406+0000 mgr.y (mgr.25390) 73 : 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-03-30T04:43:33.580 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:43:33.695 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:33 smithi196 bash[42131]: ts=2024-03-30T04:43:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:34.330 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:43:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:43:33] "GET /metrics HTTP/1.1" 200 38272 "" "Prometheus/2.33.4" 2024-03-30T04:43:34.460 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (3m) 41s ago 10m 13.2M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 11s ago 10m - - 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (2m) 41s ago 8m 42.2M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (110s) 11s ago 16m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (2m) 41s ago 18m 483M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (86s) 41s ago 18m 39.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (24s) 11s ago 16m 20.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (50s) 41s ago 16m 19.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (3m) 41s ago 10m 8932k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (3m) 11s ago 10m 9440k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (15m) 41s ago 15m 55.0M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (15m) 41s ago 15m 57.5M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:43:34.461 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (14m) 41s ago 14m 52.2M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (13m) 41s ago 13m 56.1M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (13m) 11s ago 13m 60.2M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (12m) 11s ago 12m 54.6M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (12m) 11s ago 12m 51.8M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (11m) 11s ago 11m 55.6M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (116s) 11s ago 10m 61.1M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (8m) 41s ago 8m 86.8M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (8m) 11s ago 8m 87.0M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (8m) 41s ago 8m 86.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:43:34.462 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (8m) 11s ago 8m 87.6M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:34.888 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:43:34.889 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:33.573890+0000 mgr.y (mgr.25390) 74 : audit [DBG] from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: cluster 2024-03-30T04:43:33.669258+0000 mgr.y (mgr.25390) 75 : 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-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.126888+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.176049+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.183671+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.185426+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.186676+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:35.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.195272+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.357391+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.373239+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[55920]: audit 2024-03-30T04:43:34.384963+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:33.573890+0000 mgr.y (mgr.25390) 74 : audit [DBG] from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: cluster 2024-03-30T04:43:33.669258+0000 mgr.y (mgr.25390) 75 : 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-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.126888+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.176049+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.183671+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.185426+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.186676+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.195272+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.357391+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.373239+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:34 smithi194 bash[57237]: audit 2024-03-30T04:43:34.384963+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:35.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:33.573890+0000 mgr.y (mgr.25390) 74 : audit [DBG] from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: cluster 2024-03-30T04:43:33.669258+0000 mgr.y (mgr.25390) 75 : 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-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.126888+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.176049+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.183671+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.185426+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.186676+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.195272+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.357391+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.373239+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:35.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:34 smithi196 bash[44979]: audit 2024-03-30T04:43:34.384963+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:43:35.234 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "5/23 daemons upgraded", 2024-03-30T04:43:35.235 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:43:35.235 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:43:35.235 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:43:35.643 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:35.643 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:35.643 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:43:36.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: audit 2024-03-30T04:43:33.950482+0000 mgr.y (mgr.25390) 76 : audit [DBG] from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:36.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: cluster 2024-03-30T04:43:34.189532+0000 mgr.y (mgr.25390) 77 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:43:36.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: cluster 2024-03-30T04:43:34.190042+0000 mgr.y (mgr.25390) 78 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-30T04:43:36.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: audit 2024-03-30T04:43:34.310022+0000 mgr.y (mgr.25390) 79 : audit [DBG] from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:36.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: cephadm 2024-03-30T04:43:34.351800+0000 mgr.y (mgr.25390) 80 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: cephadm 2024-03-30T04:43:34.426450+0000 mgr.y (mgr.25390) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi194 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: audit 2024-03-30T04:43:34.896370+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/1081622859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[55920]: audit 2024-03-30T04:43:35.651557+0000 mon.a (mon.0) 200 : audit [DBG] from='client.? 172.21.15.194:0/452614432' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: audit 2024-03-30T04:43:33.950482+0000 mgr.y (mgr.25390) 76 : audit [DBG] from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: cluster 2024-03-30T04:43:34.189532+0000 mgr.y (mgr.25390) 77 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: cluster 2024-03-30T04:43:34.190042+0000 mgr.y (mgr.25390) 78 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: audit 2024-03-30T04:43:34.310022+0000 mgr.y (mgr.25390) 79 : audit [DBG] from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: cephadm 2024-03-30T04:43:34.351800+0000 mgr.y (mgr.25390) 80 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: cephadm 2024-03-30T04:43:34.426450+0000 mgr.y (mgr.25390) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi194 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: audit 2024-03-30T04:43:34.896370+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/1081622859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:35 smithi194 bash[57237]: audit 2024-03-30T04:43:35.651557+0000 mon.a (mon.0) 200 : audit [DBG] from='client.? 172.21.15.194:0/452614432' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: audit 2024-03-30T04:43:33.950482+0000 mgr.y (mgr.25390) 76 : audit [DBG] from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: cluster 2024-03-30T04:43:34.189532+0000 mgr.y (mgr.25390) 77 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:43:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: cluster 2024-03-30T04:43:34.190042+0000 mgr.y (mgr.25390) 78 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-30T04:43:36.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: audit 2024-03-30T04:43:34.310022+0000 mgr.y (mgr.25390) 79 : audit [DBG] from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:36.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: cephadm 2024-03-30T04:43:34.351800+0000 mgr.y (mgr.25390) 80 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:43:36.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: cephadm 2024-03-30T04:43:34.426450+0000 mgr.y (mgr.25390) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi194 2024-03-30T04:43:36.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: audit 2024-03-30T04:43:34.896370+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/1081622859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:36.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:35 smithi196 bash[44979]: audit 2024-03-30T04:43:35.651557+0000 mon.a (mon.0) 200 : audit [DBG] from='client.? 172.21.15.194:0/452614432' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:37.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[57237]: audit 2024-03-30T04:43:35.241672+0000 mgr.y (mgr.25390) 82 : audit [DBG] from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:37.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[57237]: audit 2024-03-30T04:43:36.591824+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:37.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[57237]: audit 2024-03-30T04:43:36.599924+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:37.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[57237]: audit 2024-03-30T04:43:36.635507+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:37.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[57237]: audit 2024-03-30T04:43:36.637313+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:37.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[57237]: audit 2024-03-30T04:43:36.638997+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:37.068 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[55920]: audit 2024-03-30T04:43:35.241672+0000 mgr.y (mgr.25390) 82 : audit [DBG] from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:37.069 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[55920]: audit 2024-03-30T04:43:36.591824+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:37.069 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[55920]: audit 2024-03-30T04:43:36.599924+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:37.069 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[55920]: audit 2024-03-30T04:43:36.635507+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:37.069 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[55920]: audit 2024-03-30T04:43:36.637313+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:37.069 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:36 smithi194 bash[55920]: audit 2024-03-30T04:43:36.638997+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:37.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:36 smithi196 bash[44979]: audit 2024-03-30T04:43:35.241672+0000 mgr.y (mgr.25390) 82 : audit [DBG] from='client.34233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:37.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:36 smithi196 bash[44979]: audit 2024-03-30T04:43:36.591824+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:37.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:36 smithi196 bash[44979]: audit 2024-03-30T04:43:36.599924+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:37.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:36 smithi196 bash[44979]: audit 2024-03-30T04:43:36.635507+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:37.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:36 smithi196 bash[44979]: audit 2024-03-30T04:43:36.637313+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:37.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:36 smithi196 bash[44979]: audit 2024-03-30T04:43:36.638997+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:38.056 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:37 smithi194 bash[55920]: cluster 2024-03-30T04:43:36.191845+0000 mgr.y (mgr.25390) 83 : cluster [DBG] pgmap v45: 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-03-30T04:43:38.056 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:37 smithi194 bash[55920]: cephadm 2024-03-30T04:43:36.634796+0000 mgr.y (mgr.25390) 84 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:43:38.056 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:37 smithi194 bash[55920]: cephadm 2024-03-30T04:43:36.640579+0000 mgr.y (mgr.25390) 85 : cephadm [INF] Reconfiguring daemon mgr.y on smithi194 2024-03-30T04:43:38.056 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:37 smithi194 bash[57237]: cluster 2024-03-30T04:43:36.191845+0000 mgr.y (mgr.25390) 83 : cluster [DBG] pgmap v45: 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-03-30T04:43:38.056 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:37 smithi194 bash[57237]: cephadm 2024-03-30T04:43:36.634796+0000 mgr.y (mgr.25390) 84 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:43:38.056 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:37 smithi194 bash[57237]: cephadm 2024-03-30T04:43:36.640579+0000 mgr.y (mgr.25390) 85 : cephadm [INF] Reconfiguring daemon mgr.y on smithi194 2024-03-30T04:43:38.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:37 smithi196 bash[44979]: cluster 2024-03-30T04:43:36.191845+0000 mgr.y (mgr.25390) 83 : cluster [DBG] pgmap v45: 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-03-30T04:43:38.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:37 smithi196 bash[44979]: cephadm 2024-03-30T04:43:36.634796+0000 mgr.y (mgr.25390) 84 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:43:38.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:37 smithi196 bash[44979]: cephadm 2024-03-30T04:43:36.640579+0000 mgr.y (mgr.25390) 85 : cephadm [INF] Reconfiguring daemon mgr.y on smithi194 2024-03-30T04:43:38.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:38 smithi196 bash[42131]: ts=2024-03-30T04:43: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:39.996 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: cluster 2024-03-30T04:43:38.192595+0000 mgr.y (mgr.25390) 86 : 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-03-30T04:43:39.996 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: audit 2024-03-30T04:43:38.732971+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:39.996 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: audit 2024-03-30T04:43:38.742051+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:39.996 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: cephadm 2024-03-30T04:43:38.760530+0000 mgr.y (mgr.25390) 87 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: audit 2024-03-30T04:43:38.761148+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: audit 2024-03-30T04:43:38.762800+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: audit 2024-03-30T04:43:38.764261+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[55920]: cephadm 2024-03-30T04:43:38.765869+0000 mgr.y (mgr.25390) 88 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: cluster 2024-03-30T04:43:38.192595+0000 mgr.y (mgr.25390) 86 : 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-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: audit 2024-03-30T04:43:38.732971+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: audit 2024-03-30T04:43:38.742051+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: cephadm 2024-03-30T04:43:38.760530+0000 mgr.y (mgr.25390) 87 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: audit 2024-03-30T04:43:38.761148+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: audit 2024-03-30T04:43:38.762800+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: audit 2024-03-30T04:43:38.764261+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:39.997 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:39 smithi194 bash[57237]: cephadm 2024-03-30T04:43:38.765869+0000 mgr.y (mgr.25390) 88 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-03-30T04:43:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: cluster 2024-03-30T04:43:38.192595+0000 mgr.y (mgr.25390) 86 : 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-03-30T04:43:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: audit 2024-03-30T04:43:38.732971+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: audit 2024-03-30T04:43:38.742051+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: cephadm 2024-03-30T04:43:38.760530+0000 mgr.y (mgr.25390) 87 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:43:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: audit 2024-03-30T04:43:38.761148+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: audit 2024-03-30T04:43:38.762800+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: audit 2024-03-30T04:43:38.764261+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:39 smithi196 bash[44979]: cephadm 2024-03-30T04:43:38.765869+0000 mgr.y (mgr.25390) 88 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-03-30T04:43:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[57237]: audit 2024-03-30T04:43:40.093090+0000 mgr.y (mgr.25390) 89 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[57237]: cluster 2024-03-30T04:43:40.193501+0000 mgr.y (mgr.25390) 90 : cluster [DBG] pgmap v47: 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-03-30T04:43:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[57237]: audit 2024-03-30T04:43:40.839936+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[57237]: audit 2024-03-30T04:43:40.850088+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[57237]: audit 2024-03-30T04:43:40.886495+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:42.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[57237]: audit 2024-03-30T04:43:40.888563+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[55920]: audit 2024-03-30T04:43:40.093090+0000 mgr.y (mgr.25390) 89 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[55920]: cluster 2024-03-30T04:43:40.193501+0000 mgr.y (mgr.25390) 90 : cluster [DBG] pgmap v47: 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-03-30T04:43:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[55920]: audit 2024-03-30T04:43:40.839936+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[55920]: audit 2024-03-30T04:43:40.850088+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[55920]: audit 2024-03-30T04:43:40.886495+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:41 smithi194 bash[55920]: audit 2024-03-30T04:43:40.888563+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:42.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:41 smithi196 bash[44979]: audit 2024-03-30T04:43:40.093090+0000 mgr.y (mgr.25390) 89 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:42.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:41 smithi196 bash[44979]: cluster 2024-03-30T04:43:40.193501+0000 mgr.y (mgr.25390) 90 : cluster [DBG] pgmap v47: 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-03-30T04:43:42.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:41 smithi196 bash[44979]: audit 2024-03-30T04:43:40.839936+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:42.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:41 smithi196 bash[44979]: audit 2024-03-30T04:43:40.850088+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:42.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:41 smithi196 bash[44979]: audit 2024-03-30T04:43:40.886495+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:42.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:41 smithi196 bash[44979]: audit 2024-03-30T04:43:40.888563+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:42 smithi194 bash[55920]: cephadm 2024-03-30T04:43:40.885732+0000 mgr.y (mgr.25390) 91 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:43:43.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:42 smithi194 bash[55920]: cephadm 2024-03-30T04:43:40.894389+0000 mgr.y (mgr.25390) 92 : cephadm [INF] Reconfiguring daemon osd.0 on smithi194 2024-03-30T04:43:43.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:42 smithi194 bash[57237]: cephadm 2024-03-30T04:43:40.885732+0000 mgr.y (mgr.25390) 91 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:43:43.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:42 smithi194 bash[57237]: cephadm 2024-03-30T04:43:40.894389+0000 mgr.y (mgr.25390) 92 : cephadm [INF] Reconfiguring daemon osd.0 on smithi194 2024-03-30T04:43:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:42 smithi196 bash[44979]: cephadm 2024-03-30T04:43:40.885732+0000 mgr.y (mgr.25390) 91 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:43:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:42 smithi196 bash[44979]: cephadm 2024-03-30T04:43:40.894389+0000 mgr.y (mgr.25390) 92 : cephadm [INF] Reconfiguring daemon osd.0 on smithi194 2024-03-30T04:43:43.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[55920]: cluster 2024-03-30T04:43:42.194010+0000 mgr.y (mgr.25390) 93 : 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-03-30T04:43:43.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[55920]: audit 2024-03-30T04:43:43.030927+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:43.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[55920]: audit 2024-03-30T04:43:43.039209+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:43.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[55920]: audit 2024-03-30T04:43:43.068449+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:43:43.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[55920]: audit 2024-03-30T04:43:43.070190+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[57237]: cluster 2024-03-30T04:43:42.194010+0000 mgr.y (mgr.25390) 93 : 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-03-30T04:43:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[57237]: audit 2024-03-30T04:43:43.030927+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[57237]: audit 2024-03-30T04:43:43.039209+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[57237]: audit 2024-03-30T04:43:43.068449+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:43:43.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[57237]: audit 2024-03-30T04:43:43.070190+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:43 smithi196 bash[42131]: ts=2024-03-30T04:43:43.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:43.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:43 smithi196 bash[44979]: cluster 2024-03-30T04:43:42.194010+0000 mgr.y (mgr.25390) 93 : 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-03-30T04:43:43.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:43 smithi196 bash[44979]: audit 2024-03-30T04:43:43.030927+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:43.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:43 smithi196 bash[44979]: audit 2024-03-30T04:43:43.039209+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:43.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:43 smithi196 bash[44979]: audit 2024-03-30T04:43:43.068449+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:43:43.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:43 smithi196 bash[44979]: audit 2024-03-30T04:43:43.070190+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:44.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:43:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:43:43] "GET /metrics HTTP/1.1" 200 38268 "" "Prometheus/2.33.4" 2024-03-30T04:43:45.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:44 smithi194 bash[55920]: cephadm 2024-03-30T04:43:43.067815+0000 mgr.y (mgr.25390) 94 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:43:45.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:44 smithi194 bash[55920]: cephadm 2024-03-30T04:43:43.075677+0000 mgr.y (mgr.25390) 95 : cephadm [INF] Reconfiguring daemon osd.1 on smithi194 2024-03-30T04:43:45.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:44 smithi194 bash[57237]: cephadm 2024-03-30T04:43:43.067815+0000 mgr.y (mgr.25390) 94 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:43:45.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:44 smithi194 bash[57237]: cephadm 2024-03-30T04:43:43.075677+0000 mgr.y (mgr.25390) 95 : cephadm [INF] Reconfiguring daemon osd.1 on smithi194 2024-03-30T04:43:45.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:44 smithi196 bash[44979]: cephadm 2024-03-30T04:43:43.067815+0000 mgr.y (mgr.25390) 94 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:43:45.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:44 smithi196 bash[44979]: cephadm 2024-03-30T04:43:43.075677+0000 mgr.y (mgr.25390) 95 : cephadm [INF] Reconfiguring daemon osd.1 on smithi194 2024-03-30T04:43:46.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[55920]: cluster 2024-03-30T04:43:44.194672+0000 mgr.y (mgr.25390) 96 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:46.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[55920]: audit 2024-03-30T04:43:45.428697+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:46.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[55920]: audit 2024-03-30T04:43:45.440061+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:46.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[55920]: audit 2024-03-30T04:43:45.446775+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:43:46.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[55920]: audit 2024-03-30T04:43:45.448370+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[57237]: cluster 2024-03-30T04:43:44.194672+0000 mgr.y (mgr.25390) 96 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:46.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[57237]: audit 2024-03-30T04:43:45.428697+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:46.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[57237]: audit 2024-03-30T04:43:45.440061+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:46.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[57237]: audit 2024-03-30T04:43:45.446775+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:43:46.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:45 smithi194 bash[57237]: audit 2024-03-30T04:43:45.448370+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:46.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:45 smithi196 bash[44979]: cluster 2024-03-30T04:43:44.194672+0000 mgr.y (mgr.25390) 96 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:43:46.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:45 smithi196 bash[44979]: audit 2024-03-30T04:43:45.428697+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:46.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:45 smithi196 bash[44979]: audit 2024-03-30T04:43:45.440061+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:46.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:45 smithi196 bash[44979]: audit 2024-03-30T04:43:45.446775+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:43:46.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:45 smithi196 bash[44979]: audit 2024-03-30T04:43:45.448370+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:46 smithi194 bash[57237]: cephadm 2024-03-30T04:43:45.446248+0000 mgr.y (mgr.25390) 97 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:43:47.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:46 smithi194 bash[57237]: cephadm 2024-03-30T04:43:45.453846+0000 mgr.y (mgr.25390) 98 : cephadm [INF] Reconfiguring daemon osd.2 on smithi194 2024-03-30T04:43:47.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:46 smithi194 bash[55920]: cephadm 2024-03-30T04:43:45.446248+0000 mgr.y (mgr.25390) 97 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:43:47.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:46 smithi194 bash[55920]: cephadm 2024-03-30T04:43:45.453846+0000 mgr.y (mgr.25390) 98 : cephadm [INF] Reconfiguring daemon osd.2 on smithi194 2024-03-30T04:43:47.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:46 smithi196 bash[44979]: cephadm 2024-03-30T04:43:45.446248+0000 mgr.y (mgr.25390) 97 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:43:47.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:46 smithi196 bash[44979]: cephadm 2024-03-30T04:43:45.453846+0000 mgr.y (mgr.25390) 98 : cephadm [INF] Reconfiguring daemon osd.2 on smithi194 2024-03-30T04:43:48.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[57237]: cluster 2024-03-30T04:43:46.196530+0000 mgr.y (mgr.25390) 99 : cluster [DBG] 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-03-30T04:43:48.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[57237]: audit 2024-03-30T04:43:47.699042+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:48.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[57237]: audit 2024-03-30T04:43:47.707616+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:48.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[57237]: audit 2024-03-30T04:43:47.722595+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:43:48.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[57237]: audit 2024-03-30T04:43:47.723867+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[55920]: cluster 2024-03-30T04:43:46.196530+0000 mgr.y (mgr.25390) 99 : cluster [DBG] 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-03-30T04:43:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[55920]: audit 2024-03-30T04:43:47.699042+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[55920]: audit 2024-03-30T04:43:47.707616+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[55920]: audit 2024-03-30T04:43:47.722595+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:43:48.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:47 smithi194 bash[55920]: audit 2024-03-30T04:43:47.723867+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:47 smithi196 bash[44979]: cluster 2024-03-30T04:43:46.196530+0000 mgr.y (mgr.25390) 99 : cluster [DBG] 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-03-30T04:43:48.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:47 smithi196 bash[44979]: audit 2024-03-30T04:43:47.699042+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:48.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:47 smithi196 bash[44979]: audit 2024-03-30T04:43:47.707616+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:48.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:47 smithi196 bash[44979]: audit 2024-03-30T04:43:47.722595+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:43:48.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:47 smithi196 bash[44979]: audit 2024-03-30T04:43:47.723867+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:48.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:48 smithi196 bash[44979]: cephadm 2024-03-30T04:43:47.721940+0000 mgr.y (mgr.25390) 100 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:43:48.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:48 smithi196 bash[44979]: cephadm 2024-03-30T04:43:47.729057+0000 mgr.y (mgr.25390) 101 : cephadm [INF] Reconfiguring daemon osd.3 on smithi194 2024-03-30T04:43:48.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:48 smithi196 bash[42131]: ts=2024-03-30T04:43: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:49.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:48 smithi194 bash[55920]: cephadm 2024-03-30T04:43:47.721940+0000 mgr.y (mgr.25390) 100 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:43:49.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:48 smithi194 bash[55920]: cephadm 2024-03-30T04:43:47.729057+0000 mgr.y (mgr.25390) 101 : cephadm [INF] Reconfiguring daemon osd.3 on smithi194 2024-03-30T04:43:49.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:48 smithi194 bash[57237]: cephadm 2024-03-30T04:43:47.721940+0000 mgr.y (mgr.25390) 100 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:43:49.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:48 smithi194 bash[57237]: cephadm 2024-03-30T04:43:47.729057+0000 mgr.y (mgr.25390) 101 : cephadm [INF] Reconfiguring daemon osd.3 on smithi194 2024-03-30T04:43:50.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:49 smithi194 bash[55920]: cluster 2024-03-30T04:43:48.197059+0000 mgr.y (mgr.25390) 102 : cluster [DBG] 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-03-30T04:43:50.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:49 smithi194 bash[55920]: audit 2024-03-30T04:43:49.127186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:50.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:49 smithi194 bash[57237]: cluster 2024-03-30T04:43:48.197059+0000 mgr.y (mgr.25390) 102 : cluster [DBG] 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-03-30T04:43:50.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:49 smithi194 bash[57237]: audit 2024-03-30T04:43:49.127186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:50.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:49 smithi196 bash[44979]: cluster 2024-03-30T04:43:48.197059+0000 mgr.y (mgr.25390) 102 : cluster [DBG] 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-03-30T04:43:50.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:49 smithi196 bash[44979]: audit 2024-03-30T04:43:49.127186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:51.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: audit 2024-03-30T04:43:49.996367+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:51.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: audit 2024-03-30T04:43:50.004462+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:51.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: cephadm 2024-03-30T04:43:50.007452+0000 mgr.y (mgr.25390) 103 : cephadm [INF] Reconfiguring rgw.foo.smithi194.hxehtd (monmap changed)... 2024-03-30T04:43:51.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: audit 2024-03-30T04:43:50.007823+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: audit 2024-03-30T04:43:50.009503+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: cephadm 2024-03-30T04:43:50.010423+0000 mgr.y (mgr.25390) 104 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: audit 2024-03-30T04:43:50.100133+0000 mgr.y (mgr.25390) 105 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[57237]: cluster 2024-03-30T04:43:50.198731+0000 mgr.y (mgr.25390) 106 : cluster [DBG] pgmap v52: 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-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: audit 2024-03-30T04:43:49.996367+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: audit 2024-03-30T04:43:50.004462+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: cephadm 2024-03-30T04:43:50.007452+0000 mgr.y (mgr.25390) 103 : cephadm [INF] Reconfiguring rgw.foo.smithi194.hxehtd (monmap changed)... 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: audit 2024-03-30T04:43:50.007823+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: audit 2024-03-30T04:43:50.009503+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: cephadm 2024-03-30T04:43:50.010423+0000 mgr.y (mgr.25390) 104 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: audit 2024-03-30T04:43:50.100133+0000 mgr.y (mgr.25390) 105 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:50 smithi194 bash[55920]: cluster 2024-03-30T04:43:50.198731+0000 mgr.y (mgr.25390) 106 : cluster [DBG] pgmap v52: 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-03-30T04:43:51.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:50 smithi196 bash[44979]: audit 2024-03-30T04:43:49.996367+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:51.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:50 smithi196 bash[44979]: audit 2024-03-30T04:43:50.004462+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:51.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:50 smithi196 bash[44979]: cephadm 2024-03-30T04:43:50.007452+0000 mgr.y (mgr.25390) 103 : cephadm [INF] Reconfiguring rgw.foo.smithi194.hxehtd (monmap changed)... 2024-03-30T04:43:51.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:50 smithi196 bash[44979]: audit 2024-03-30T04:43:50.007823+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:51.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:50 smithi196 bash[44979]: audit 2024-03-30T04:43:50.009503+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:50 smithi196 bash[44979]: cephadm 2024-03-30T04:43:50.010423+0000 mgr.y (mgr.25390) 104 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:43:51.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:51 smithi196 bash[44979]: audit 2024-03-30T04:43:50.100133+0000 mgr.y (mgr.25390) 105 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:51.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:51 smithi196 bash[44979]: cluster 2024-03-30T04:43:50.198731+0000 mgr.y (mgr.25390) 106 : cluster [DBG] pgmap v52: 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-03-30T04:43:53.500 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[44979]: cluster 2024-03-30T04:43:52.199388+0000 mgr.y (mgr.25390) 107 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:53.500 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[44979]: audit 2024-03-30T04:43:52.254521+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:53.500 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[44979]: audit 2024-03-30T04:43:52.270202+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:53.500 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[44979]: cephadm 2024-03-30T04:43:52.279609+0000 mgr.y (mgr.25390) 108 : cephadm [INF] Reconfiguring rgw.smpl.smithi194.blubcl (monmap changed)... 2024-03-30T04:43:53.501 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[44979]: audit 2024-03-30T04:43:52.280488+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:53.501 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[44979]: audit 2024-03-30T04:43:52.284360+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.501 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[44979]: cephadm 2024-03-30T04:43:52.286310+0000 mgr.y (mgr.25390) 109 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:43:53.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[55920]: cluster 2024-03-30T04:43:52.199388+0000 mgr.y (mgr.25390) 107 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:53.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[55920]: audit 2024-03-30T04:43:52.254521+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:53.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[55920]: audit 2024-03-30T04:43:52.270202+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:53.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[55920]: cephadm 2024-03-30T04:43:52.279609+0000 mgr.y (mgr.25390) 108 : cephadm [INF] Reconfiguring rgw.smpl.smithi194.blubcl (monmap changed)... 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[55920]: audit 2024-03-30T04:43:52.280488+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[55920]: audit 2024-03-30T04:43:52.284360+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[55920]: cephadm 2024-03-30T04:43:52.286310+0000 mgr.y (mgr.25390) 109 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[57237]: cluster 2024-03-30T04:43:52.199388+0000 mgr.y (mgr.25390) 107 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[57237]: audit 2024-03-30T04:43:52.254521+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[57237]: audit 2024-03-30T04:43:52.270202+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[57237]: cephadm 2024-03-30T04:43:52.279609+0000 mgr.y (mgr.25390) 108 : cephadm [INF] Reconfiguring rgw.smpl.smithi194.blubcl (monmap changed)... 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[57237]: audit 2024-03-30T04:43:52.280488+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[57237]: audit 2024-03-30T04:43:52.284360+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:53.502 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[57237]: cephadm 2024-03-30T04:43:52.286310+0000 mgr.y (mgr.25390) 109 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:43:53.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:53 smithi196 bash[42131]: ts=2024-03-30T04:43:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:54.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:43:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:43:53] "GET /metrics HTTP/1.1" 200 38274 "" "Prometheus/2.33.4" 2024-03-30T04:43:55.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: cluster 2024-03-30T04:43:54.200141+0000 mgr.y (mgr.25390) 110 : 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-03-30T04:43:55.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: audit 2024-03-30T04:43:54.421633+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:55.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: audit 2024-03-30T04:43:54.433460+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:55.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: cephadm 2024-03-30T04:43:54.458639+0000 mgr.y (mgr.25390) 111 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:43:55.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: audit 2024-03-30T04:43:54.459363+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:55.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: audit 2024-03-30T04:43:54.461053+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:55.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: audit 2024-03-30T04:43:54.462346+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:55.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:55 smithi196 bash[44979]: cephadm 2024-03-30T04:43:54.463856+0000 mgr.y (mgr.25390) 112 : cephadm [INF] Reconfiguring daemon mon.b on smithi196 2024-03-30T04:43:55.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: cluster 2024-03-30T04:43:54.200141+0000 mgr.y (mgr.25390) 110 : 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-03-30T04:43:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: audit 2024-03-30T04:43:54.421633+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: audit 2024-03-30T04:43:54.433460+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: cephadm 2024-03-30T04:43:54.458639+0000 mgr.y (mgr.25390) 111 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: audit 2024-03-30T04:43:54.459363+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: audit 2024-03-30T04:43:54.461053+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: audit 2024-03-30T04:43:54.462346+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[57237]: cephadm 2024-03-30T04:43:54.463856+0000 mgr.y (mgr.25390) 112 : cephadm [INF] Reconfiguring daemon mon.b on smithi196 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: cluster 2024-03-30T04:43:54.200141+0000 mgr.y (mgr.25390) 110 : 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-03-30T04:43:55.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: audit 2024-03-30T04:43:54.421633+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:55.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: audit 2024-03-30T04:43:54.433460+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: cephadm 2024-03-30T04:43:54.458639+0000 mgr.y (mgr.25390) 111 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:43:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: audit 2024-03-30T04:43:54.459363+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: audit 2024-03-30T04:43:54.461053+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: audit 2024-03-30T04:43:54.462346+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:55 smithi194 bash[55920]: cephadm 2024-03-30T04:43:54.463856+0000 mgr.y (mgr.25390) 112 : cephadm [INF] Reconfiguring daemon mon.b on smithi196 2024-03-30T04:43:57.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: cluster 2024-03-30T04:43:56.201758+0000 mgr.y (mgr.25390) 113 : cluster [DBG] 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-03-30T04:43:57.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: audit 2024-03-30T04:43:56.651561+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:57.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: audit 2024-03-30T04:43:56.663744+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:57.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: cephadm 2024-03-30T04:43:56.684139+0000 mgr.y (mgr.25390) 114 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:43:57.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: audit 2024-03-30T04:43:56.684833+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:57.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: audit 2024-03-30T04:43:56.686865+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:57.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: audit 2024-03-30T04:43:56.688634+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:57.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:57 smithi196 bash[44979]: cephadm 2024-03-30T04:43:56.690667+0000 mgr.y (mgr.25390) 115 : cephadm [INF] Reconfiguring daemon mgr.x on smithi196 2024-03-30T04:43:58.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: cluster 2024-03-30T04:43:56.201758+0000 mgr.y (mgr.25390) 113 : cluster [DBG] 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-03-30T04:43:58.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: audit 2024-03-30T04:43:56.651561+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: audit 2024-03-30T04:43:56.663744+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: cephadm 2024-03-30T04:43:56.684139+0000 mgr.y (mgr.25390) 114 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: audit 2024-03-30T04:43:56.684833+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: audit 2024-03-30T04:43:56.686865+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: audit 2024-03-30T04:43:56.688634+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[55920]: cephadm 2024-03-30T04:43:56.690667+0000 mgr.y (mgr.25390) 115 : cephadm [INF] Reconfiguring daemon mgr.x on smithi196 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: cluster 2024-03-30T04:43:56.201758+0000 mgr.y (mgr.25390) 113 : cluster [DBG] 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-03-30T04:43:58.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: audit 2024-03-30T04:43:56.651561+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: audit 2024-03-30T04:43:56.663744+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:58.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: cephadm 2024-03-30T04:43:56.684139+0000 mgr.y (mgr.25390) 114 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:43:58.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: audit 2024-03-30T04:43:56.684833+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:58.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: audit 2024-03-30T04:43:56.686865+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:58.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: audit 2024-03-30T04:43:56.688634+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:58.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:57 smithi194 bash[57237]: cephadm 2024-03-30T04:43:56.690667+0000 mgr.y (mgr.25390) 115 : cephadm [INF] Reconfiguring daemon mgr.x on smithi196 2024-03-30T04:43:58.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:43:58 smithi196 bash[42131]: ts=2024-03-30T04:43: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:59.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:59 smithi196 bash[44979]: cluster 2024-03-30T04:43:58.202488+0000 mgr.y (mgr.25390) 116 : cluster [DBG] 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-03-30T04:43:59.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:59 smithi196 bash[44979]: audit 2024-03-30T04:43:58.926935+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:59.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:59 smithi196 bash[44979]: audit 2024-03-30T04:43:58.938852+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:43:59.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:59 smithi196 bash[44979]: audit 2024-03-30T04:43:58.961282+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:43:59.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:43:59 smithi196 bash[44979]: audit 2024-03-30T04:43:58.963176+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:00.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[57237]: cluster 2024-03-30T04:43:58.202488+0000 mgr.y (mgr.25390) 116 : cluster [DBG] 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-03-30T04:44:00.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[57237]: audit 2024-03-30T04:43:58.926935+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:00.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[57237]: audit 2024-03-30T04:43:58.938852+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:00.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[57237]: audit 2024-03-30T04:43:58.961282+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:44:00.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[57237]: audit 2024-03-30T04:43:58.963176+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[55920]: cluster 2024-03-30T04:43:58.202488+0000 mgr.y (mgr.25390) 116 : cluster [DBG] 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-03-30T04:44:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[55920]: audit 2024-03-30T04:43:58.926935+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[55920]: audit 2024-03-30T04:43:58.938852+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[55920]: audit 2024-03-30T04:43:58.961282+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:44:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:43:59 smithi194 bash[55920]: audit 2024-03-30T04:43:58.963176+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:00.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:00 smithi196 bash[44979]: cephadm 2024-03-30T04:43:58.960636+0000 mgr.y (mgr.25390) 117 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:44:00.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:00 smithi196 bash[44979]: cephadm 2024-03-30T04:43:58.968978+0000 mgr.y (mgr.25390) 118 : cephadm [INF] Reconfiguring daemon osd.4 on smithi196 2024-03-30T04:44:01.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:00 smithi194 bash[55920]: cephadm 2024-03-30T04:43:58.960636+0000 mgr.y (mgr.25390) 117 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:44:01.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:00 smithi194 bash[55920]: cephadm 2024-03-30T04:43:58.968978+0000 mgr.y (mgr.25390) 118 : cephadm [INF] Reconfiguring daemon osd.4 on smithi196 2024-03-30T04:44:01.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:00 smithi194 bash[57237]: cephadm 2024-03-30T04:43:58.960636+0000 mgr.y (mgr.25390) 117 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:44:01.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:00 smithi194 bash[57237]: cephadm 2024-03-30T04:43:58.968978+0000 mgr.y (mgr.25390) 118 : cephadm [INF] Reconfiguring daemon osd.4 on smithi196 2024-03-30T04:44:01.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:01 smithi196 bash[44979]: audit 2024-03-30T04:44:00.108179+0000 mgr.y (mgr.25390) 119 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:01.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:01 smithi196 bash[44979]: cluster 2024-03-30T04:44:00.204137+0000 mgr.y (mgr.25390) 120 : cluster [DBG] pgmap v57: 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-03-30T04:44:01.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:01 smithi196 bash[44979]: audit 2024-03-30T04:44:01.311242+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:01.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:01 smithi196 bash[44979]: audit 2024-03-30T04:44:01.323362+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:01.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:01 smithi196 bash[44979]: audit 2024-03-30T04:44:01.339447+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:44:01.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:01 smithi196 bash[44979]: audit 2024-03-30T04:44:01.341435+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:02.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[57237]: audit 2024-03-30T04:44:00.108179+0000 mgr.y (mgr.25390) 119 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:02.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[57237]: cluster 2024-03-30T04:44:00.204137+0000 mgr.y (mgr.25390) 120 : cluster [DBG] pgmap v57: 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-03-30T04:44:02.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[57237]: audit 2024-03-30T04:44:01.311242+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[57237]: audit 2024-03-30T04:44:01.323362+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[57237]: audit 2024-03-30T04:44:01.339447+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[57237]: audit 2024-03-30T04:44:01.341435+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[55920]: audit 2024-03-30T04:44:00.108179+0000 mgr.y (mgr.25390) 119 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[55920]: cluster 2024-03-30T04:44:00.204137+0000 mgr.y (mgr.25390) 120 : cluster [DBG] pgmap v57: 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-03-30T04:44:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[55920]: audit 2024-03-30T04:44:01.311242+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[55920]: audit 2024-03-30T04:44:01.323362+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[55920]: audit 2024-03-30T04:44:01.339447+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:44:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:01 smithi194 bash[55920]: audit 2024-03-30T04:44:01.341435+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:02.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:02 smithi196 bash[44979]: cephadm 2024-03-30T04:44:01.338769+0000 mgr.y (mgr.25390) 121 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:44:02.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:02 smithi196 bash[44979]: cephadm 2024-03-30T04:44:01.347011+0000 mgr.y (mgr.25390) 122 : cephadm [INF] Reconfiguring daemon osd.5 on smithi196 2024-03-30T04:44:03.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:02 smithi194 bash[57237]: cephadm 2024-03-30T04:44:01.338769+0000 mgr.y (mgr.25390) 121 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:44:03.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:02 smithi194 bash[57237]: cephadm 2024-03-30T04:44:01.347011+0000 mgr.y (mgr.25390) 122 : cephadm [INF] Reconfiguring daemon osd.5 on smithi196 2024-03-30T04:44:03.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:02 smithi194 bash[55920]: cephadm 2024-03-30T04:44:01.338769+0000 mgr.y (mgr.25390) 121 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:44:03.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:02 smithi194 bash[55920]: cephadm 2024-03-30T04:44:01.347011+0000 mgr.y (mgr.25390) 122 : cephadm [INF] Reconfiguring daemon osd.5 on smithi196 2024-03-30T04:44:03.927 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:03 smithi194 bash[57237]: cluster 2024-03-30T04:44:02.204905+0000 mgr.y (mgr.25390) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:03.928 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:03 smithi194 bash[57237]: audit 2024-03-30T04:44:03.661786+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:03.928 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:03 smithi194 bash[55920]: cluster 2024-03-30T04:44:02.204905+0000 mgr.y (mgr.25390) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:03.928 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:03 smithi194 bash[55920]: audit 2024-03-30T04:44:03.661786+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:03.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:03 smithi196 bash[42131]: ts=2024-03-30T04:44:03.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:03.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:03 smithi196 bash[44979]: cluster 2024-03-30T04:44:02.204905+0000 mgr.y (mgr.25390) 123 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:03.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:03 smithi196 bash[44979]: audit 2024-03-30T04:44:03.661786+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:04.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:44:03] "GET /metrics HTTP/1.1" 200 38274 "" "Prometheus/2.33.4" 2024-03-30T04:44:04.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:04 smithi196 bash[44979]: audit 2024-03-30T04:44:03.675555+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:04.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:04 smithi196 bash[44979]: cephadm 2024-03-30T04:44:03.717682+0000 mgr.y (mgr.25390) 124 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:44:04.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:04 smithi196 bash[44979]: audit 2024-03-30T04:44:03.718366+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:44:04.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:04 smithi196 bash[44979]: audit 2024-03-30T04:44:03.720215+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:04.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:04 smithi196 bash[44979]: cephadm 2024-03-30T04:44:03.726055+0000 mgr.y (mgr.25390) 125 : cephadm [INF] Reconfiguring daemon osd.6 on smithi196 2024-03-30T04:44:04.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:04 smithi196 bash[44979]: audit 2024-03-30T04:44:04.127932+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:05.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[55920]: audit 2024-03-30T04:44:03.675555+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:05.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[55920]: cephadm 2024-03-30T04:44:03.717682+0000 mgr.y (mgr.25390) 124 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:44:05.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[55920]: audit 2024-03-30T04:44:03.718366+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[55920]: audit 2024-03-30T04:44:03.720215+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[55920]: cephadm 2024-03-30T04:44:03.726055+0000 mgr.y (mgr.25390) 125 : cephadm [INF] Reconfiguring daemon osd.6 on smithi196 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[55920]: audit 2024-03-30T04:44:04.127932+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[57237]: audit 2024-03-30T04:44:03.675555+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[57237]: cephadm 2024-03-30T04:44:03.717682+0000 mgr.y (mgr.25390) 124 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[57237]: audit 2024-03-30T04:44:03.718366+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[57237]: audit 2024-03-30T04:44:03.720215+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[57237]: cephadm 2024-03-30T04:44:03.726055+0000 mgr.y (mgr.25390) 125 : cephadm [INF] Reconfiguring daemon osd.6 on smithi196 2024-03-30T04:44:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:04 smithi194 bash[57237]: audit 2024-03-30T04:44:04.127932+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:05.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:05 smithi196 bash[44979]: cluster 2024-03-30T04:44:04.205612+0000 mgr.y (mgr.25390) 126 : cluster [DBG] 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-03-30T04:44:06.038 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:44:06.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:05 smithi194 bash[57237]: cluster 2024-03-30T04:44:04.205612+0000 mgr.y (mgr.25390) 126 : cluster [DBG] 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-03-30T04:44:06.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:05 smithi194 bash[55920]: cluster 2024-03-30T04:44:04.205612+0000 mgr.y (mgr.25390) 126 : cluster [DBG] 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-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (3m) 73s ago 10m 13.2M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 43s ago 10m - - 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (2m) 73s ago 8m 42.2M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (2m) 43s ago 16m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (3m) 74s ago 18m 483M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (118s) 74s ago 18m 39.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (56s) 43s ago 16m 20.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (82s) 74s ago 16m 19.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:44:06.765 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (4m) 73s ago 11m 8932k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (3m) 43s ago 11m 9440k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (16m) 74s ago 16m 55.0M 2780M 17.2.0 e1d6a67b021e eb7c658fd09c 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (15m) 73s ago 15m 57.5M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (14m) 73s ago 15m 52.2M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (14m) 73s ago 14m 56.1M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (13m) 43s ago 13m 60.2M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (13m) 43s ago 13m 54.6M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (12m) 43s ago 12m 51.8M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (12m) 43s ago 12m 55.6M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (2m) 43s ago 11m 61.1M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (9m) 73s ago 9m 86.8M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (9m) 43s ago 9m 87.0M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:44:06.766 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (9m) 73s ago 9m 86.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:44:06.767 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (9m) 43s ago 9m 87.6M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:44:07.202 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:44:07.202 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:44:07.203 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:44:07.204 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:44:07.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: audit 2024-03-30T04:44:06.010386+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:07.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: audit 2024-03-30T04:44:06.023365+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:07.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: audit 2024-03-30T04:44:06.032247+0000 mgr.y (mgr.25390) 127 : audit [DBG] from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: cephadm 2024-03-30T04:44:06.052392+0000 mgr.y (mgr.25390) 128 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: audit 2024-03-30T04:44:06.053103+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: audit 2024-03-30T04:44:06.054365+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: cephadm 2024-03-30T04:44:06.059425+0000 mgr.y (mgr.25390) 129 : cephadm [INF] Reconfiguring daemon osd.7 on smithi196 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: cluster 2024-03-30T04:44:06.207319+0000 mgr.y (mgr.25390) 130 : cluster [DBG] 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-03-30T04:44:07.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: audit 2024-03-30T04:44:06.397091+0000 mgr.y (mgr.25390) 131 : audit [DBG] from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[55920]: audit 2024-03-30T04:44:06.750979+0000 mgr.y (mgr.25390) 132 : audit [DBG] from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: audit 2024-03-30T04:44:06.010386+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: audit 2024-03-30T04:44:06.023365+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: audit 2024-03-30T04:44:06.032247+0000 mgr.y (mgr.25390) 127 : audit [DBG] from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: cephadm 2024-03-30T04:44:06.052392+0000 mgr.y (mgr.25390) 128 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:44:07.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: audit 2024-03-30T04:44:06.053103+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:44:07.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: audit 2024-03-30T04:44:06.054365+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:07.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: cephadm 2024-03-30T04:44:06.059425+0000 mgr.y (mgr.25390) 129 : cephadm [INF] Reconfiguring daemon osd.7 on smithi196 2024-03-30T04:44:07.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: cluster 2024-03-30T04:44:06.207319+0000 mgr.y (mgr.25390) 130 : cluster [DBG] 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-03-30T04:44:07.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: audit 2024-03-30T04:44:06.397091+0000 mgr.y (mgr.25390) 131 : audit [DBG] from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:07 smithi194 bash[57237]: audit 2024-03-30T04:44:06.750979+0000 mgr.y (mgr.25390) 132 : audit [DBG] from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.348 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: audit 2024-03-30T04:44:06.010386+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:07.348 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: audit 2024-03-30T04:44:06.023365+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:07.348 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: audit 2024-03-30T04:44:06.032247+0000 mgr.y (mgr.25390) 127 : audit [DBG] from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.349 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: cephadm 2024-03-30T04:44:06.052392+0000 mgr.y (mgr.25390) 128 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:44:07.349 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: audit 2024-03-30T04:44:06.053103+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:44:07.349 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: audit 2024-03-30T04:44:06.054365+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:07.349 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: cephadm 2024-03-30T04:44:06.059425+0000 mgr.y (mgr.25390) 129 : cephadm [INF] Reconfiguring daemon osd.7 on smithi196 2024-03-30T04:44:07.349 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: cluster 2024-03-30T04:44:06.207319+0000 mgr.y (mgr.25390) 130 : cluster [DBG] 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-03-30T04:44:07.349 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: audit 2024-03-30T04:44:06.397091+0000 mgr.y (mgr.25390) 131 : audit [DBG] from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.349 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:07 smithi196 bash[44979]: audit 2024-03-30T04:44:06.750979+0000 mgr.y (mgr.25390) 132 : audit [DBG] from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "5/23 daemons upgraded", 2024-03-30T04:44:07.557 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:44:07.558 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:44:07.558 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:44:07.975 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:44:07.975 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:44:07.976 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:44:08.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:08 smithi194 bash[55920]: audit 2024-03-30T04:44:07.210115+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.194:0/896430179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:08.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:08 smithi194 bash[55920]: audit 2024-03-30T04:44:07.563937+0000 mgr.y (mgr.25390) 133 : audit [DBG] from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:08.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:08 smithi194 bash[55920]: audit 2024-03-30T04:44:07.983324+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.194:0/2468867330' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:08.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:08 smithi194 bash[57237]: audit 2024-03-30T04:44:07.210115+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.194:0/896430179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:08.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:08 smithi194 bash[57237]: audit 2024-03-30T04:44:07.563937+0000 mgr.y (mgr.25390) 133 : audit [DBG] from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:08.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:08 smithi194 bash[57237]: audit 2024-03-30T04:44:07.983324+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.194:0/2468867330' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:08 smithi196 bash[44979]: audit 2024-03-30T04:44:07.210115+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.194:0/896430179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:08 smithi196 bash[44979]: audit 2024-03-30T04:44:07.563937+0000 mgr.y (mgr.25390) 133 : audit [DBG] from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:08 smithi196 bash[44979]: audit 2024-03-30T04:44:07.983324+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.194:0/2468867330' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:08.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:08 smithi196 bash[42131]: ts=2024-03-30T04:44: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:09.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[55920]: cluster 2024-03-30T04:44:08.208050+0000 mgr.y (mgr.25390) 134 : cluster [DBG] 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-03-30T04:44:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[55920]: audit 2024-03-30T04:44:08.318784+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[55920]: audit 2024-03-30T04:44:08.332669+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[55920]: cephadm 2024-03-30T04:44:08.378049+0000 mgr.y (mgr.25390) 135 : cephadm [INF] Reconfiguring rgw.foo.smithi196.cfowed (monmap changed)... 2024-03-30T04:44:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[55920]: audit 2024-03-30T04:44:08.378792+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[55920]: audit 2024-03-30T04:44:08.382623+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:09.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[55920]: cephadm 2024-03-30T04:44:08.384600+0000 mgr.y (mgr.25390) 136 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:44:09.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[57237]: cluster 2024-03-30T04:44:08.208050+0000 mgr.y (mgr.25390) 134 : cluster [DBG] 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-03-30T04:44:09.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[57237]: audit 2024-03-30T04:44:08.318784+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[57237]: audit 2024-03-30T04:44:08.332669+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[57237]: cephadm 2024-03-30T04:44:08.378049+0000 mgr.y (mgr.25390) 135 : cephadm [INF] Reconfiguring rgw.foo.smithi196.cfowed (monmap changed)... 2024-03-30T04:44:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[57237]: audit 2024-03-30T04:44:08.378792+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[57237]: audit 2024-03-30T04:44:08.382623+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:09 smithi194 bash[57237]: cephadm 2024-03-30T04:44:08.384600+0000 mgr.y (mgr.25390) 136 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:44:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:09 smithi196 bash[44979]: cluster 2024-03-30T04:44:08.208050+0000 mgr.y (mgr.25390) 134 : cluster [DBG] 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-03-30T04:44:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:09 smithi196 bash[44979]: audit 2024-03-30T04:44:08.318784+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:09 smithi196 bash[44979]: audit 2024-03-30T04:44:08.332669+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:09 smithi196 bash[44979]: cephadm 2024-03-30T04:44:08.378049+0000 mgr.y (mgr.25390) 135 : cephadm [INF] Reconfiguring rgw.foo.smithi196.cfowed (monmap changed)... 2024-03-30T04:44:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:09 smithi196 bash[44979]: audit 2024-03-30T04:44:08.378792+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:09 smithi196 bash[44979]: audit 2024-03-30T04:44:08.382623+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:09.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:09 smithi196 bash[44979]: cephadm 2024-03-30T04:44:08.384600+0000 mgr.y (mgr.25390) 136 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:44:11.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: audit 2024-03-30T04:44:10.119404+0000 mgr.y (mgr.25390) 137 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:11.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: cluster 2024-03-30T04:44:10.209643+0000 mgr.y (mgr.25390) 138 : cluster [DBG] pgmap v62: 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-03-30T04:44:11.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: audit 2024-03-30T04:44:10.698180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:11.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: audit 2024-03-30T04:44:10.710345+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:11.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: cephadm 2024-03-30T04:44:10.756703+0000 mgr.y (mgr.25390) 139 : cephadm [INF] Reconfiguring rgw.smpl.smithi196.guhyhe (monmap changed)... 2024-03-30T04:44:11.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: audit 2024-03-30T04:44:10.757446+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:11.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: audit 2024-03-30T04:44:10.761480+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:11.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:11 smithi196 bash[44979]: cephadm 2024-03-30T04:44:10.763762+0000 mgr.y (mgr.25390) 140 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: audit 2024-03-30T04:44:10.119404+0000 mgr.y (mgr.25390) 137 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: cluster 2024-03-30T04:44:10.209643+0000 mgr.y (mgr.25390) 138 : cluster [DBG] pgmap v62: 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-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: audit 2024-03-30T04:44:10.698180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: audit 2024-03-30T04:44:10.710345+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: cephadm 2024-03-30T04:44:10.756703+0000 mgr.y (mgr.25390) 139 : cephadm [INF] Reconfiguring rgw.smpl.smithi196.guhyhe (monmap changed)... 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: audit 2024-03-30T04:44:10.757446+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: audit 2024-03-30T04:44:10.761480+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[57237]: cephadm 2024-03-30T04:44:10.763762+0000 mgr.y (mgr.25390) 140 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:44:12.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: audit 2024-03-30T04:44:10.119404+0000 mgr.y (mgr.25390) 137 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: cluster 2024-03-30T04:44:10.209643+0000 mgr.y (mgr.25390) 138 : cluster [DBG] pgmap v62: 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-03-30T04:44:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: audit 2024-03-30T04:44:10.698180+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: audit 2024-03-30T04:44:10.710345+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: cephadm 2024-03-30T04:44:10.756703+0000 mgr.y (mgr.25390) 139 : cephadm [INF] Reconfiguring rgw.smpl.smithi196.guhyhe (monmap changed)... 2024-03-30T04:44:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: audit 2024-03-30T04:44:10.757446+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: audit 2024-03-30T04:44:10.761480+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:11 smithi194 bash[55920]: cephadm 2024-03-30T04:44:10.763762+0000 mgr.y (mgr.25390) 140 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:44:13.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: cluster 2024-03-30T04:44:12.210538+0000 mgr.y (mgr.25390) 141 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:12.922002+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:12.933871+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.000597+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.005766+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.010634+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.019451+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.024571+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.031002+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.035529+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.041346+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.045667+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:44:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.051485+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.057044+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.065561+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[55920]: audit 2024-03-30T04:44:13.072229+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: cluster 2024-03-30T04:44:12.210538+0000 mgr.y (mgr.25390) 141 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:12.922002+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:12.933871+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.000597+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.005766+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.010634+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.019451+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.024571+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.031002+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.035529+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.041346+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.045667+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.051485+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.057044+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.065561+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[57237]: audit 2024-03-30T04:44:13.072229+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:13.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[42131]: ts=2024-03-30T04:44:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:13.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: cluster 2024-03-30T04:44:12.210538+0000 mgr.y (mgr.25390) 141 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:13.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:12.922002+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:12.933871+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.000597+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.005766+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.010634+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.019451+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.024571+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.031002+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.035529+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.041346+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.045667+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.051485+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.057044+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.065561+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:13 smithi196 bash[44979]: audit 2024-03-30T04:44:13.072229+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:14.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:44:13] "GET /metrics HTTP/1.1" 200 38272 "" "Prometheus/2.33.4" 2024-03-30T04:44:14.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[57237]: cephadm 2024-03-30T04:44:13.012294+0000 mgr.y (mgr.25390) 142 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:44:14.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[57237]: cephadm 2024-03-30T04:44:13.058792+0000 mgr.y (mgr.25390) 143 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:44:14.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[57237]: audit 2024-03-30T04:44:13.072584+0000 mgr.y (mgr.25390) 144 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:14.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[57237]: cephadm 2024-03-30T04:44:13.074992+0000 mgr.y (mgr.25390) 145 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:44:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[55920]: cephadm 2024-03-30T04:44:13.012294+0000 mgr.y (mgr.25390) 142 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:44:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[55920]: cephadm 2024-03-30T04:44:13.058792+0000 mgr.y (mgr.25390) 143 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:44:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[55920]: audit 2024-03-30T04:44:13.072584+0000 mgr.y (mgr.25390) 144 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:14 smithi194 bash[55920]: cephadm 2024-03-30T04:44:13.074992+0000 mgr.y (mgr.25390) 145 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:44:15.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:14 smithi196 bash[44979]: cephadm 2024-03-30T04:44:13.012294+0000 mgr.y (mgr.25390) 142 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:44:15.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:14 smithi196 bash[44979]: cephadm 2024-03-30T04:44:13.058792+0000 mgr.y (mgr.25390) 143 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:44:15.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:14 smithi196 bash[44979]: audit 2024-03-30T04:44:13.072584+0000 mgr.y (mgr.25390) 144 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:15.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:14 smithi196 bash[44979]: cephadm 2024-03-30T04:44:13.074992+0000 mgr.y (mgr.25390) 145 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:44:16.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[55920]: cluster 2024-03-30T04:44:14.211288+0000 mgr.y (mgr.25390) 146 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:16.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[55920]: audit 2024-03-30T04:44:15.503235+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:16.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[55920]: audit 2024-03-30T04:44:15.507225+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:44:16.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[55920]: audit 2024-03-30T04:44:15.508341+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:16.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[57237]: cluster 2024-03-30T04:44:14.211288+0000 mgr.y (mgr.25390) 146 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:16.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[57237]: audit 2024-03-30T04:44:15.503235+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:16.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[57237]: audit 2024-03-30T04:44:15.507225+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:44:16.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:15 smithi194 bash[57237]: audit 2024-03-30T04:44:15.508341+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:16.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:15 smithi196 bash[44979]: cluster 2024-03-30T04:44:14.211288+0000 mgr.y (mgr.25390) 146 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:16.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:15 smithi196 bash[44979]: audit 2024-03-30T04:44:15.503235+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:16.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:15 smithi196 bash[44979]: audit 2024-03-30T04:44:15.507225+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:44:16.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:15 smithi196 bash[44979]: audit 2024-03-30T04:44:15.508341+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:16.971 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:16 smithi194 bash[57237]: cephadm 2024-03-30T04:44:15.496609+0000 mgr.y (mgr.25390) 147 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:44:16.971 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:16 smithi194 bash[57237]: cephadm 2024-03-30T04:44:15.513521+0000 mgr.y (mgr.25390) 148 : cephadm [INF] Deploying daemon osd.0 on smithi194 2024-03-30T04:44:16.972 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:16 smithi194 bash[55920]: cephadm 2024-03-30T04:44:15.496609+0000 mgr.y (mgr.25390) 147 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:44:16.972 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:16 smithi194 bash[55920]: cephadm 2024-03-30T04:44:15.513521+0000 mgr.y (mgr.25390) 148 : cephadm [INF] Deploying daemon osd.0 on smithi194 2024-03-30T04:44:17.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:16 smithi196 bash[44979]: cephadm 2024-03-30T04:44:15.496609+0000 mgr.y (mgr.25390) 147 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:44:17.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:16 smithi196 bash[44979]: cephadm 2024-03-30T04:44:15.513521+0000 mgr.y (mgr.25390) 148 : cephadm [INF] Deploying daemon osd.0 on smithi194 2024-03-30T04:44:18.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:17 smithi194 bash[55920]: cluster 2024-03-30T04:44:16.212951+0000 mgr.y (mgr.25390) 149 : cluster [DBG] pgmap v65: 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-03-30T04:44:18.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:17 smithi194 bash[57237]: cluster 2024-03-30T04:44:16.212951+0000 mgr.y (mgr.25390) 149 : cluster [DBG] pgmap v65: 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-03-30T04:44:18.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:17 smithi196 bash[44979]: cluster 2024-03-30T04:44:16.212951+0000 mgr.y (mgr.25390) 149 : cluster [DBG] pgmap v65: 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-03-30T04:44:18.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:18 smithi196 bash[42131]: ts=2024-03-30T04:44:18.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:20.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:19 smithi194 bash[55920]: cluster 2024-03-30T04:44:18.213714+0000 mgr.y (mgr.25390) 150 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:20.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:19 smithi194 bash[55920]: audit 2024-03-30T04:44:19.127340+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:20.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:19 smithi194 bash[57237]: cluster 2024-03-30T04:44:18.213714+0000 mgr.y (mgr.25390) 150 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:20.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:19 smithi194 bash[57237]: audit 2024-03-30T04:44:19.127340+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:20.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:19 smithi196 bash[44979]: cluster 2024-03-30T04:44:18.213714+0000 mgr.y (mgr.25390) 150 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:20.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:19 smithi196 bash[44979]: audit 2024-03-30T04:44:19.127340+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:20.581 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.582 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.583 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.584 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:20.584 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: Stopping Ceph osd.0 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:44:20.584 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:20 smithi194 bash[26250]: debug 2024-03-30T04:44:20.317+0000 7fcc5a6f2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:44:20.584 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:20 smithi194 bash[26250]: debug 2024-03-30T04:44:20.317+0000 7fcc5a6f2700 -1 osd.0 105 *** Got signal Terminated *** 2024-03-30T04:44:20.584 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:20 smithi194 bash[26250]: debug 2024-03-30T04:44:20.317+0000 7fcc5a6f2700 -1 osd.0 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:44:20.584 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:44:20 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:21.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:20 smithi194 bash[55920]: cluster 2024-03-30T04:44:20.321067+0000 mon.a (mon.0) 290 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:44:21.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:20 smithi194 bash[57237]: cluster 2024-03-30T04:44:20.321067+0000 mon.a (mon.0) 290 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:44:21.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:20 smithi196 bash[44979]: cluster 2024-03-30T04:44:20.321067+0000 mon.a (mon.0) 290 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:44:22.081 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[59437]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:44:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[55920]: audit 2024-03-30T04:44:20.128057+0000 mgr.y (mgr.25390) 151 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[55920]: cluster 2024-03-30T04:44:20.215285+0000 mgr.y (mgr.25390) 152 : cluster [DBG] pgmap v67: 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-03-30T04:44:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[55920]: cluster 2024-03-30T04:44:20.727531+0000 mon.a (mon.0) 291 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[55920]: cluster 2024-03-30T04:44:20.749476+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-03-30T04:44:22.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[57237]: audit 2024-03-30T04:44:20.128057+0000 mgr.y (mgr.25390) 151 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:22.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[57237]: cluster 2024-03-30T04:44:20.215285+0000 mgr.y (mgr.25390) 152 : cluster [DBG] pgmap v67: 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-03-30T04:44:22.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[57237]: cluster 2024-03-30T04:44:20.727531+0000 mon.a (mon.0) 291 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:22.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:21 smithi194 bash[57237]: cluster 2024-03-30T04:44:20.749476+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-03-30T04:44:22.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:21 smithi196 bash[44979]: audit 2024-03-30T04:44:20.128057+0000 mgr.y (mgr.25390) 151 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:22.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:21 smithi196 bash[44979]: cluster 2024-03-30T04:44:20.215285+0000 mgr.y (mgr.25390) 152 : cluster [DBG] pgmap v67: 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-03-30T04:44:22.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:21 smithi196 bash[44979]: cluster 2024-03-30T04:44:20.727531+0000 mon.a (mon.0) 291 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:22.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:21 smithi196 bash[44979]: cluster 2024-03-30T04:44:20.749476+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-03-30T04:44:22.581 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:22 smithi194 bash[59502]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:44:23.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:22 smithi194 bash[57237]: cluster 2024-03-30T04:44:21.747862+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-30T04:44:23.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:22 smithi194 bash[55920]: cluster 2024-03-30T04:44:21.747862+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-30T04:44:23.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:22 smithi196 bash[44979]: cluster 2024-03-30T04:44:21.747862+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-30T04:44:23.912 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:23 smithi194 bash[57237]: cluster 2024-03-30T04:44:22.215787+0000 mgr.y (mgr.25390) 153 : cluster [DBG] pgmap v70: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:23.912 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:23 smithi194 bash[55920]: cluster 2024-03-30T04:44:22.215787+0000 mgr.y (mgr.25390) 153 : cluster [DBG] pgmap v70: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:23.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:23 smithi196 bash[44979]: cluster 2024-03-30T04:44:22.215787+0000 mgr.y (mgr.25390) 153 : cluster [DBG] pgmap v70: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:23.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:23 smithi196 bash[42131]: ts=2024-03-30T04:44:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:24.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:44:23] "GET /metrics HTTP/1.1" 200 38270 "" "Prometheus/2.33.4" 2024-03-30T04:44:24.728 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.729 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.729 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.0.service: Deactivated successfully. 2024-03-30T04:44:24.729 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: Stopped Ceph osd.0 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:24.729 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.730 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.730 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.730 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.730 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.731 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:24.731 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:25.081 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:24 smithi194 systemd[1]: Started Ceph osd.0 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[55920]: cluster 2024-03-30T04:44:24.216448+0000 mgr.y (mgr.25390) 154 : cluster [DBG] pgmap v71: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:44:26.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[55920]: audit 2024-03-30T04:44:24.783801+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:26.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[55920]: audit 2024-03-30T04:44:24.794019+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:26.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[55920]: audit 2024-03-30T04:44:24.801709+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[57237]: cluster 2024-03-30T04:44:24.216448+0000 mgr.y (mgr.25390) 154 : cluster [DBG] pgmap v71: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:44:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[57237]: audit 2024-03-30T04:44:24.783801+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[57237]: audit 2024-03-30T04:44:24.794019+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:25 smithi194 bash[57237]: audit 2024-03-30T04:44:24.801709+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:25 smithi196 bash[44979]: cluster 2024-03-30T04:44:24.216448+0000 mgr.y (mgr.25390) 154 : cluster [DBG] pgmap v71: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:44:26.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:25 smithi196 bash[44979]: audit 2024-03-30T04:44:24.783801+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:26.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:25 smithi196 bash[44979]: audit 2024-03-30T04:44:24.794019+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:26.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:25 smithi196 bash[44979]: audit 2024-03-30T04:44:24.801709+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:26.578 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[59653]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-30T04:44:26.578 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[59653]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-30T04:44:26.578 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[59653]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-30T04:44:26.579 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[59653]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-30T04:44:26.579 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[59653]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-30T04:44:26.579 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[59653]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-30T04:44:26.579 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[59653]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-30T04:44:27.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[55920]: cluster 2024-03-30T04:44:26.217406+0000 mgr.y (mgr.25390) 155 : cluster [DBG] pgmap v72: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:27.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[55920]: cluster 2024-03-30T04:44:26.783225+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: Degraded data redundancy: 76/726 objects degraded (10.468%), 20 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:27.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[57237]: cluster 2024-03-30T04:44:26.217406+0000 mgr.y (mgr.25390) 155 : cluster [DBG] pgmap v72: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:27.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:26 smithi194 bash[57237]: cluster 2024-03-30T04:44:26.783225+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: Degraded data redundancy: 76/726 objects degraded (10.468%), 20 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:27.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:26 smithi196 bash[44979]: cluster 2024-03-30T04:44:26.217406+0000 mgr.y (mgr.25390) 155 : cluster [DBG] pgmap v72: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:26 smithi196 bash[44979]: cluster 2024-03-30T04:44:26.783225+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: Degraded data redundancy: 76/726 objects degraded (10.468%), 20 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:28.331 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:27 smithi194 bash[59878]: debug 2024-03-30T04:44:27.961+0000 7f0ef27ca700 1 -- 172.21.15.194:0/62955453 <== mon.1 v2:172.21.15.194:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56552fb17680 con 0x56552fb55000 2024-03-30T04:44:28.831 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:28 smithi194 bash[59878]: debug 2024-03-30T04:44:28.521+0000 7f0efb9627c0 -1 Falling back to public interface 2024-03-30T04:44:28.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:28 smithi196 bash[42131]: ts=2024-03-30T04:44: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:29.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:29 smithi194 bash[55920]: cluster 2024-03-30T04:44:28.218301+0000 mgr.y (mgr.25390) 156 : cluster [DBG] pgmap v73: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:29 smithi194 bash[57237]: cluster 2024-03-30T04:44:28.218301+0000 mgr.y (mgr.25390) 156 : cluster [DBG] pgmap v73: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:29 smithi196 bash[44979]: cluster 2024-03-30T04:44:28.218301+0000 mgr.y (mgr.25390) 156 : cluster [DBG] pgmap v73: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:31.791 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[59878]: debug 2024-03-30T04:44:31.500+0000 7f0efb9627c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-03-30T04:44:31.791 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[59878]: debug 2024-03-30T04:44:31.528+0000 7f0efb9627c0 -1 osd.0 105 log_to_monitors true 2024-03-30T04:44:31.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[57237]: audit 2024-03-30T04:44:30.136073+0000 mgr.y (mgr.25390) 157 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:31.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[57237]: cluster 2024-03-30T04:44:30.219195+0000 mgr.y (mgr.25390) 158 : cluster [DBG] pgmap v74: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:31.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[57237]: audit 2024-03-30T04:44:30.749409+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:31.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[57237]: audit 2024-03-30T04:44:30.756540+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:31.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[57237]: audit 2024-03-30T04:44:31.537163+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:44:31.792 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[55920]: audit 2024-03-30T04:44:30.136073+0000 mgr.y (mgr.25390) 157 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:31.792 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[55920]: cluster 2024-03-30T04:44:30.219195+0000 mgr.y (mgr.25390) 158 : cluster [DBG] pgmap v74: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:31.792 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[55920]: audit 2024-03-30T04:44:30.749409+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:31.792 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[55920]: audit 2024-03-30T04:44:30.756540+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:31.792 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[55920]: audit 2024-03-30T04:44:31.537163+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:44:32.081 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:31 smithi194 bash[59878]: debug 2024-03-30T04:44:31.792+0000 7f0eecdba700 -1 osd.0 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:44:32.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:31 smithi196 bash[44979]: audit 2024-03-30T04:44:30.136073+0000 mgr.y (mgr.25390) 157 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:32.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:31 smithi196 bash[44979]: cluster 2024-03-30T04:44:30.219195+0000 mgr.y (mgr.25390) 158 : cluster [DBG] pgmap v74: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:32.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:31 smithi196 bash[44979]: audit 2024-03-30T04:44:30.749409+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:32.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:31 smithi196 bash[44979]: audit 2024-03-30T04:44:30.756540+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:32.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:31 smithi196 bash[44979]: audit 2024-03-30T04:44:31.537163+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[55920]: audit 2024-03-30T04:44:31.757337+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[55920]: cluster 2024-03-30T04:44:31.764996+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[55920]: audit 2024-03-30T04:44:31.765831+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[55920]: audit 2024-03-30T04:44:31.854833+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[55920]: audit 2024-03-30T04:44:31.867891+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[57237]: audit 2024-03-30T04:44:31.757337+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[57237]: cluster 2024-03-30T04:44:31.764996+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-03-30T04:44:33.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[57237]: audit 2024-03-30T04:44:31.765831+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:44:33.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[57237]: audit 2024-03-30T04:44:31.854833+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:33.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:32 smithi194 bash[57237]: audit 2024-03-30T04:44:31.867891+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:32 smithi196 bash[44979]: audit 2024-03-30T04:44:31.757337+0000 mon.a (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:44:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:32 smithi196 bash[44979]: cluster 2024-03-30T04:44:31.764996+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-03-30T04:44:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:32 smithi196 bash[44979]: audit 2024-03-30T04:44:31.765831+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:44:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:32 smithi196 bash[44979]: audit 2024-03-30T04:44:31.854833+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:32 smithi196 bash[44979]: audit 2024-03-30T04:44:31.867891+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:33.784 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:33 smithi196 bash[42131]: ts=2024-03-30T04:44:33.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:34.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:44:33] "GET /metrics HTTP/1.1" 200 38270 "" "Prometheus/2.33.4" 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[57237]: cluster 2024-03-30T04:44:32.220120+0000 mgr.y (mgr.25390) 159 : cluster [DBG] pgmap v76: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[57237]: cluster 2024-03-30T04:44:32.758329+0000 mon.a (mon.0) 306 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[57237]: cluster 2024-03-30T04:44:32.769825+0000 mon.a (mon.0) 307 : cluster [INF] osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272] boot 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[57237]: cluster 2024-03-30T04:44:32.770294+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[57237]: audit 2024-03-30T04:44:32.771942+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[57237]: cluster 2024-03-30T04:44:33.771428+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[55920]: cluster 2024-03-30T04:44:32.220120+0000 mgr.y (mgr.25390) 159 : cluster [DBG] pgmap v76: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[55920]: cluster 2024-03-30T04:44:32.758329+0000 mon.a (mon.0) 306 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[55920]: cluster 2024-03-30T04:44:32.769825+0000 mon.a (mon.0) 307 : cluster [INF] osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272] boot 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[55920]: cluster 2024-03-30T04:44:32.770294+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-30T04:44:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[55920]: audit 2024-03-30T04:44:32.771942+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:44:34.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:33 smithi194 bash[55920]: cluster 2024-03-30T04:44:33.771428+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-30T04:44:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:33 smithi196 bash[44979]: cluster 2024-03-30T04:44:32.220120+0000 mgr.y (mgr.25390) 159 : cluster [DBG] pgmap v76: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2024-03-30T04:44:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:33 smithi196 bash[44979]: cluster 2024-03-30T04:44:32.758329+0000 mon.a (mon.0) 306 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:33 smithi196 bash[44979]: cluster 2024-03-30T04:44:32.769825+0000 mon.a (mon.0) 307 : cluster [INF] osd.0 [v2:172.21.15.194:6802/1127708272,v1:172.21.15.194:6803/1127708272] boot 2024-03-30T04:44:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:33 smithi196 bash[44979]: cluster 2024-03-30T04:44:32.770294+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-30T04:44:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:33 smithi196 bash[44979]: audit 2024-03-30T04:44:32.771942+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:44:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:33 smithi196 bash[44979]: cluster 2024-03-30T04:44:33.771428+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-30T04:44:35.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:35 smithi196 bash[44979]: audit 2024-03-30T04:44:34.135091+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:35.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:35 smithi196 bash[44979]: audit 2024-03-30T04:44:34.137552+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:35.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:35 smithi196 bash[44979]: cluster 2024-03-30T04:44:34.221143+0000 mgr.y (mgr.25390) 160 : cluster [DBG] pgmap v79: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/726 objects degraded (10.468%) 2024-03-30T04:44:35.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:35 smithi194 bash[55920]: audit 2024-03-30T04:44:34.135091+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:35.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:35 smithi194 bash[55920]: audit 2024-03-30T04:44:34.137552+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:35.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:35 smithi194 bash[55920]: cluster 2024-03-30T04:44:34.221143+0000 mgr.y (mgr.25390) 160 : cluster [DBG] pgmap v79: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/726 objects degraded (10.468%) 2024-03-30T04:44:35.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:35 smithi194 bash[57237]: audit 2024-03-30T04:44:34.135091+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:35.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:35 smithi194 bash[57237]: audit 2024-03-30T04:44:34.137552+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:35.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:35 smithi194 bash[57237]: cluster 2024-03-30T04:44:34.221143+0000 mgr.y (mgr.25390) 160 : cluster [DBG] pgmap v79: 161 pgs: 20 active+undersized+degraded, 38 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 76/726 objects degraded (10.468%) 2024-03-30T04:44:36.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:36 smithi194 bash[55920]: cluster 2024-03-30T04:44:36.275046+0000 mon.a (mon.0) 313 : cluster [WRN] Health check update: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:36.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:36 smithi194 bash[57237]: cluster 2024-03-30T04:44:36.275046+0000 mon.a (mon.0) 313 : cluster [WRN] Health check update: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:36.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:36 smithi196 bash[44979]: cluster 2024-03-30T04:44:36.275046+0000 mon.a (mon.0) 313 : cluster [WRN] Health check update: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:37.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:37 smithi194 bash[57237]: cluster 2024-03-30T04:44:36.223008+0000 mgr.y (mgr.25390) 161 : cluster [DBG] pgmap v80: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:44:37.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:37 smithi194 bash[55920]: cluster 2024-03-30T04:44:36.223008+0000 mgr.y (mgr.25390) 161 : cluster [DBG] pgmap v80: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:44:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:37 smithi196 bash[44979]: cluster 2024-03-30T04:44:36.223008+0000 mgr.y (mgr.25390) 161 : cluster [DBG] pgmap v80: 161 pgs: 8 active+undersized+degraded, 13 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 33/726 objects degraded (4.545%) 2024-03-30T04:44:38.370 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:44:38.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:38 smithi194 bash[57237]: cluster 2024-03-30T04:44:38.329851+0000 mon.a (mon.0) 314 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded) 2024-03-30T04:44:38.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:38 smithi194 bash[55920]: cluster 2024-03-30T04:44:38.329851+0000 mon.a (mon.0) 314 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded) 2024-03-30T04:44:38.652 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:38 smithi196 bash[44979]: cluster 2024-03-30T04:44:38.329851+0000 mon.a (mon.0) 314 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 33/726 objects degraded (4.545%), 8 pgs degraded) 2024-03-30T04:44:38.944 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:38 smithi196 bash[42131]: ts=2024-03-30T04:44: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.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (4m) 8s ago 11m 13.7M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 75s ago 11m - - 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (3m) 8s ago 9m 43.1M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (2m) 75s ago 17m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (3m) 8s ago 19m 492M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (2m) 8s ago 19m 44.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:44:39.078 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (89s) 75s ago 17m 20.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (114s) 8s ago 17m 34.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (4m) 8s ago 11m 9627k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (4m) 75s ago 11m 9440k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (11s) 8s ago 16m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (16m) 8s ago 16m 58.8M 2780M 17.2.0 e1d6a67b021e d11bed9a2a3e 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (15m) 8s ago 15m 53.3M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (14m) 8s ago 14m 57.4M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (14m) 75s ago 14m 60.2M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (13m) 75s ago 13m 54.6M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (13m) 75s ago 13m 51.8M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (12m) 75s ago 12m 55.6M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (3m) 75s ago 11m 61.1M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (9m) 8s ago 9m 87.3M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:44:39.079 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (9m) 75s ago 9m 87.0M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:44:39.080 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (9m) 8s ago 9m 87.3M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:44:39.080 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (9m) 75s ago 9m 87.6M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:44:39.503 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:44:39.503 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:44:39.503 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 6 2024-03-30T04:44:39.504 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:44:39.505 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:44:39.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:39 smithi196 bash[44979]: cluster 2024-03-30T04:44:38.223552+0000 mgr.y (mgr.25390) 162 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 792 B/s rd, 0 op/s 2024-03-30T04:44:39.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:39 smithi196 bash[44979]: audit 2024-03-30T04:44:38.363513+0000 mgr.y (mgr.25390) 163 : audit [DBG] from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:39 smithi196 bash[44979]: audit 2024-03-30T04:44:38.730169+0000 mgr.y (mgr.25390) 164 : audit [DBG] from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.769 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:39 smithi194 bash[55920]: cluster 2024-03-30T04:44:38.223552+0000 mgr.y (mgr.25390) 162 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 792 B/s rd, 0 op/s 2024-03-30T04:44:39.769 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:39 smithi194 bash[55920]: audit 2024-03-30T04:44:38.363513+0000 mgr.y (mgr.25390) 163 : audit [DBG] from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.769 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:39 smithi194 bash[55920]: audit 2024-03-30T04:44:38.730169+0000 mgr.y (mgr.25390) 164 : audit [DBG] from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.769 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:39 smithi194 bash[57237]: cluster 2024-03-30T04:44:38.223552+0000 mgr.y (mgr.25390) 162 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 792 B/s rd, 0 op/s 2024-03-30T04:44:39.769 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:39 smithi194 bash[57237]: audit 2024-03-30T04:44:38.363513+0000 mgr.y (mgr.25390) 163 : audit [DBG] from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.769 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:39 smithi194 bash[57237]: audit 2024-03-30T04:44:38.730169+0000 mgr.y (mgr.25390) 164 : audit [DBG] from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:44:39.877 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "6/23 daemons upgraded", 2024-03-30T04:44:39.878 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:44:39.878 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:44:39.878 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:44:40.302 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:44:40.302 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:44:40.302 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:44:40.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:40 smithi194 bash[57237]: audit 2024-03-30T04:44:39.070944+0000 mgr.y (mgr.25390) 165 : audit [DBG] from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:40.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:40 smithi194 bash[57237]: audit 2024-03-30T04:44:39.511027+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.194:0/1498433813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:40 smithi194 bash[57237]: audit 2024-03-30T04:44:40.310152+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.194:0/1891643410' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:40.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:40 smithi194 bash[55920]: audit 2024-03-30T04:44:39.070944+0000 mgr.y (mgr.25390) 165 : audit [DBG] from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:40.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:40 smithi194 bash[55920]: audit 2024-03-30T04:44:39.511027+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.194:0/1498433813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:40 smithi194 bash[55920]: audit 2024-03-30T04:44:40.310152+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.194:0/1891643410' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:40.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:40 smithi196 bash[44979]: audit 2024-03-30T04:44:39.070944+0000 mgr.y (mgr.25390) 165 : audit [DBG] from='client.34299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:40.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:40 smithi196 bash[44979]: audit 2024-03-30T04:44:39.511027+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.194:0/1498433813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:40 smithi196 bash[44979]: audit 2024-03-30T04:44:40.310152+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.194:0/1891643410' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:41.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:41 smithi196 bash[44979]: audit 2024-03-30T04:44:39.884348+0000 mgr.y (mgr.25390) 166 : audit [DBG] from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:41.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:41 smithi196 bash[44979]: audit 2024-03-30T04:44:40.144051+0000 mgr.y (mgr.25390) 167 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:41.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:41 smithi196 bash[44979]: cluster 2024-03-30T04:44:40.224245+0000 mgr.y (mgr.25390) 168 : cluster [DBG] 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-03-30T04:44:41.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:41 smithi194 bash[55920]: audit 2024-03-30T04:44:39.884348+0000 mgr.y (mgr.25390) 166 : audit [DBG] from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:41.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:41 smithi194 bash[55920]: audit 2024-03-30T04:44:40.144051+0000 mgr.y (mgr.25390) 167 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:41.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:41 smithi194 bash[55920]: cluster 2024-03-30T04:44:40.224245+0000 mgr.y (mgr.25390) 168 : cluster [DBG] 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-03-30T04:44:41.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:41 smithi194 bash[57237]: audit 2024-03-30T04:44:39.884348+0000 mgr.y (mgr.25390) 166 : audit [DBG] from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:41.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:41 smithi194 bash[57237]: audit 2024-03-30T04:44:40.144051+0000 mgr.y (mgr.25390) 167 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:41.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:41 smithi194 bash[57237]: cluster 2024-03-30T04:44:40.224245+0000 mgr.y (mgr.25390) 168 : cluster [DBG] 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-03-30T04:44:43.081 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.821895+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.834536+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.837263+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.839296+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.853035+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.955209+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.961290+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.965754+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.968786+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[57237]: audit 2024-03-30T04:44:41.973038+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.821895+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.834536+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.837263+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.839296+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.853035+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.955209+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.961290+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.965754+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.968786+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:42 smithi194 bash[55920]: audit 2024-03-30T04:44:41.973038+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.821895+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.834536+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.837263+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.839296+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.853035+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.955209+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.961290+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.965754+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.968786+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:42 smithi196 bash[44979]: audit 2024-03-30T04:44:41.973038+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:43.819 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:43 smithi196 bash[42131]: ts=2024-03-30T04:44:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:44:43] "GET /metrics HTTP/1.1" 200 38217 "" "Prometheus/2.33.4" 2024-03-30T04:44:44.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[57237]: cluster 2024-03-30T04:44:41.843258+0000 mgr.y (mgr.25390) 169 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:44.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[57237]: cluster 2024-03-30T04:44:41.843861+0000 mgr.y (mgr.25390) 170 : cluster [DBG] pgmap v84: 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-03-30T04:44:44.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[57237]: audit 2024-03-30T04:44:41.973446+0000 mgr.y (mgr.25390) 171 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:44.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[57237]: cephadm 2024-03-30T04:44:41.975989+0000 mgr.y (mgr.25390) 172 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:44:44.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[55920]: cluster 2024-03-30T04:44:41.843258+0000 mgr.y (mgr.25390) 169 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:44.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[55920]: cluster 2024-03-30T04:44:41.843861+0000 mgr.y (mgr.25390) 170 : cluster [DBG] pgmap v84: 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-03-30T04:44:44.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[55920]: audit 2024-03-30T04:44:41.973446+0000 mgr.y (mgr.25390) 171 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:44.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:43 smithi194 bash[55920]: cephadm 2024-03-30T04:44:41.975989+0000 mgr.y (mgr.25390) 172 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:44:44.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:43 smithi196 bash[44979]: cluster 2024-03-30T04:44:41.843258+0000 mgr.y (mgr.25390) 169 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:44.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:43 smithi196 bash[44979]: cluster 2024-03-30T04:44:41.843861+0000 mgr.y (mgr.25390) 170 : cluster [DBG] pgmap v84: 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-03-30T04:44:44.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:43 smithi196 bash[44979]: audit 2024-03-30T04:44:41.973446+0000 mgr.y (mgr.25390) 171 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:44.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:43 smithi196 bash[44979]: cephadm 2024-03-30T04:44:41.975989+0000 mgr.y (mgr.25390) 172 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[55920]: cluster 2024-03-30T04:44:43.844529+0000 mgr.y (mgr.25390) 173 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[55920]: audit 2024-03-30T04:44:44.226314+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[55920]: cephadm 2024-03-30T04:44:44.346187+0000 mgr.y (mgr.25390) 174 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[55920]: audit 2024-03-30T04:44:44.355626+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[55920]: audit 2024-03-30T04:44:44.360068+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[55920]: audit 2024-03-30T04:44:44.361738+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[55920]: cephadm 2024-03-30T04:44:44.367345+0000 mgr.y (mgr.25390) 175 : cephadm [INF] Deploying daemon osd.1 on smithi194 2024-03-30T04:44:45.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[57237]: cluster 2024-03-30T04:44:43.844529+0000 mgr.y (mgr.25390) 173 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[57237]: audit 2024-03-30T04:44:44.226314+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[57237]: cephadm 2024-03-30T04:44:44.346187+0000 mgr.y (mgr.25390) 174 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:44:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[57237]: audit 2024-03-30T04:44:44.355626+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[57237]: audit 2024-03-30T04:44:44.360068+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:44:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[57237]: audit 2024-03-30T04:44:44.361738+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:45 smithi194 bash[57237]: cephadm 2024-03-30T04:44:44.367345+0000 mgr.y (mgr.25390) 175 : cephadm [INF] Deploying daemon osd.1 on smithi194 2024-03-30T04:44:45.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:45 smithi196 bash[44979]: cluster 2024-03-30T04:44:43.844529+0000 mgr.y (mgr.25390) 173 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:45.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:45 smithi196 bash[44979]: audit 2024-03-30T04:44:44.226314+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:45.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:45 smithi196 bash[44979]: cephadm 2024-03-30T04:44:44.346187+0000 mgr.y (mgr.25390) 174 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:44:45.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:45 smithi196 bash[44979]: audit 2024-03-30T04:44:44.355626+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:45.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:45 smithi196 bash[44979]: audit 2024-03-30T04:44:44.360068+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:44:45.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:45 smithi196 bash[44979]: audit 2024-03-30T04:44:44.361738+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:45 smithi196 bash[44979]: cephadm 2024-03-30T04:44:44.367345+0000 mgr.y (mgr.25390) 175 : cephadm [INF] Deploying daemon osd.1 on smithi194 2024-03-30T04:44:47.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:47 smithi194 bash[55920]: cluster 2024-03-30T04:44:45.845363+0000 mgr.y (mgr.25390) 176 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:47.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:47 smithi194 bash[57237]: cluster 2024-03-30T04:44:45.845363+0000 mgr.y (mgr.25390) 176 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:47.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:47 smithi196 bash[44979]: cluster 2024-03-30T04:44:45.845363+0000 mgr.y (mgr.25390) 176 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:48.944 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:48 smithi196 bash[42131]: ts=2024-03-30T04:44:48.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:49.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.082 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.082 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.083 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.083 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.083 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:44:48 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:49.582 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:49 smithi194 systemd[1]: Stopping Ceph osd.1 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:44:49.582 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[29226]: debug 2024-03-30T04:44:49.216+0000 7f1f3135f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:44:49.582 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[29226]: debug 2024-03-30T04:44:49.216+0000 7f1f3135f700 -1 osd.1 110 *** Got signal Terminated *** 2024-03-30T04:44:49.582 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[29226]: debug 2024-03-30T04:44:49.216+0000 7f1f3135f700 -1 osd.1 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:44:49.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[55920]: cluster 2024-03-30T04:44:47.845915+0000 mgr.y (mgr.25390) 177 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:49.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[55920]: audit 2024-03-30T04:44:49.131642+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:49.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[55920]: audit 2024-03-30T04:44:49.132715+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:49.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[55920]: cluster 2024-03-30T04:44:49.221985+0000 mon.a (mon.0) 332 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:44:49.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[57237]: cluster 2024-03-30T04:44:47.845915+0000 mgr.y (mgr.25390) 177 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:49.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[57237]: audit 2024-03-30T04:44:49.131642+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:49.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[57237]: audit 2024-03-30T04:44:49.132715+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:49.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:49 smithi194 bash[57237]: cluster 2024-03-30T04:44:49.221985+0000 mon.a (mon.0) 332 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:44:49.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:49 smithi196 bash[44979]: cluster 2024-03-30T04:44:47.845915+0000 mgr.y (mgr.25390) 177 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:49.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:49 smithi196 bash[44979]: audit 2024-03-30T04:44:49.131642+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:49.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:49 smithi196 bash[44979]: audit 2024-03-30T04:44:49.132715+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:49.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:49 smithi196 bash[44979]: cluster 2024-03-30T04:44:49.221985+0000 mon.a (mon.0) 332 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:44:50.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:50 smithi194 bash[55920]: cluster 2024-03-30T04:44:50.130599+0000 mon.a (mon.0) 333 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:50.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:50 smithi194 bash[55920]: cluster 2024-03-30T04:44:50.139959+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-30T04:44:50.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:50 smithi194 bash[57237]: cluster 2024-03-30T04:44:50.130599+0000 mon.a (mon.0) 333 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:50.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:50 smithi194 bash[57237]: cluster 2024-03-30T04:44:50.139959+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-30T04:44:50.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:50 smithi196 bash[44979]: cluster 2024-03-30T04:44:50.130599+0000 mon.a (mon.0) 333 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:50.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:50 smithi196 bash[44979]: cluster 2024-03-30T04:44:50.139959+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-03-30T04:44:51.491 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[61453]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:44:51.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[55920]: cluster 2024-03-30T04:44:49.846589+0000 mgr.y (mgr.25390) 178 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 532 B/s rd, 0 op/s 2024-03-30T04:44:51.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[55920]: audit 2024-03-30T04:44:50.152245+0000 mgr.y (mgr.25390) 179 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:51.492 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[55920]: cluster 2024-03-30T04:44:51.144895+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-30T04:44:51.492 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[57237]: cluster 2024-03-30T04:44:49.846589+0000 mgr.y (mgr.25390) 178 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 532 B/s rd, 0 op/s 2024-03-30T04:44:51.492 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[57237]: audit 2024-03-30T04:44:50.152245+0000 mgr.y (mgr.25390) 179 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:51.492 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[57237]: cluster 2024-03-30T04:44:51.144895+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-30T04:44:51.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:51 smithi196 bash[44979]: cluster 2024-03-30T04:44:49.846589+0000 mgr.y (mgr.25390) 178 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 532 B/s rd, 0 op/s 2024-03-30T04:44:51.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:51 smithi196 bash[44979]: audit 2024-03-30T04:44:50.152245+0000 mgr.y (mgr.25390) 179 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:51.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:51 smithi196 bash[44979]: cluster 2024-03-30T04:44:51.144895+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-30T04:44:51.831 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:51 smithi194 bash[61523]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:44:52.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:52 smithi194 bash[55920]: cluster 2024-03-30T04:44:52.245446+0000 mon.a (mon.0) 336 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:44:52.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:52 smithi194 bash[57237]: cluster 2024-03-30T04:44:52.245446+0000 mon.a (mon.0) 336 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:44:52.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:52 smithi196 bash[44979]: cluster 2024-03-30T04:44:52.245446+0000 mon.a (mon.0) 336 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:44:53.547 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:53 smithi194 bash[55920]: cluster 2024-03-30T04:44:51.847556+0000 mgr.y (mgr.25390) 180 : cluster [DBG] pgmap v91: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 6 active+undersized, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:44:53.548 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:53 smithi194 bash[57237]: cluster 2024-03-30T04:44:51.847556+0000 mgr.y (mgr.25390) 180 : cluster [DBG] pgmap v91: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 6 active+undersized, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:44:53.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:53 smithi196 bash[44979]: cluster 2024-03-30T04:44:51.847556+0000 mgr.y (mgr.25390) 180 : cluster [DBG] pgmap v91: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 6 active+undersized, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:44:53.695 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:53 smithi196 bash[42131]: ts=2024-03-30T04:44:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:53.831 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.832 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.832 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.832 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.1.service: Deactivated successfully. 2024-03-30T04:44:53.832 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: Stopped Ceph osd.1 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:53.833 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:53.834 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:54.221 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:53 smithi194 systemd[1]: Started Ceph osd.1 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:54.222 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:44:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:44:53] "GET /metrics HTTP/1.1" 200 38364 "" "Prometheus/2.33.4" 2024-03-30T04:44:55.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:54 smithi196 bash[44979]: cluster 2024-03-30T04:44:53.848169+0000 mgr.y (mgr.25390) 181 : cluster [DBG] pgmap v92: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 6 active+undersized, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:44:55.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:54 smithi196 bash[44979]: audit 2024-03-30T04:44:53.890609+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:55.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:54 smithi196 bash[44979]: audit 2024-03-30T04:44:53.896938+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:55.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:54 smithi196 bash[44979]: audit 2024-03-30T04:44:53.915861+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:55.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[55920]: cluster 2024-03-30T04:44:53.848169+0000 mgr.y (mgr.25390) 181 : cluster [DBG] pgmap v92: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 6 active+undersized, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:44:55.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[55920]: audit 2024-03-30T04:44:53.890609+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:55.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[55920]: audit 2024-03-30T04:44:53.896938+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:55.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[55920]: audit 2024-03-30T04:44:53.915861+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:55.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[57237]: cluster 2024-03-30T04:44:53.848169+0000 mgr.y (mgr.25390) 181 : cluster [DBG] pgmap v92: 161 pgs: 1 active+undersized+degraded, 18 stale+active+clean, 6 active+undersized, 136 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:44:55.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[57237]: audit 2024-03-30T04:44:53.890609+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:55.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[57237]: audit 2024-03-30T04:44:53.896938+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:44:55.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:54 smithi194 bash[57237]: audit 2024-03-30T04:44:53.915861+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:55.706 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:55 smithi194 bash[61673]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-30T04:44:55.706 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:55 smithi194 bash[61673]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-30T04:44:55.706 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:55 smithi194 bash[61673]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-30T04:44:55.706 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:55 smithi194 bash[61673]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-30T04:44:55.706 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:55 smithi194 bash[61673]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-30T04:44:55.707 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:55 smithi194 bash[61673]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-30T04:44:55.707 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:55 smithi194 bash[61673]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-30T04:44:57.157 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:56 smithi194 bash[55920]: cluster 2024-03-30T04:44:55.850038+0000 mgr.y (mgr.25390) 182 : cluster [DBG] pgmap v93: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 52 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:44:57.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:56 smithi194 bash[57237]: cluster 2024-03-30T04:44:55.850038+0000 mgr.y (mgr.25390) 182 : cluster [DBG] pgmap v93: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 52 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:44:57.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:56 smithi196 bash[44979]: cluster 2024-03-30T04:44:55.850038+0000 mgr.y (mgr.25390) 182 : cluster [DBG] pgmap v93: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 52 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:44:57.581 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:57 smithi194 bash[61902]: debug 2024-03-30T04:44:57.248+0000 7fc27a30d700 1 -- 172.21.15.194:0/1293545521 <== mon.1 v2:172.21.15.194:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5623c9ad5680 con 0x5623c9b13000 2024-03-30T04:44:58.081 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:44:57 smithi194 bash[61902]: debug 2024-03-30T04:44:57.784+0000 7fc2834a57c0 -1 Falling back to public interface 2024-03-30T04:44:58.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:58 smithi196 bash[44979]: cluster 2024-03-30T04:44:57.850837+0000 mgr.y (mgr.25390) 183 : cluster [DBG] pgmap v94: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 74 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:44:58.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:44:58 smithi196 bash[42131]: ts=2024-03-30T04:44: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-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:59.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:58 smithi194 bash[57237]: cluster 2024-03-30T04:44:57.850837+0000 mgr.y (mgr.25390) 183 : cluster [DBG] pgmap v94: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 74 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:44:59.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:58 smithi194 bash[55920]: cluster 2024-03-30T04:44:57.850837+0000 mgr.y (mgr.25390) 183 : cluster [DBG] pgmap v94: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 74 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:00.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:44:59 smithi194 bash[57237]: cluster 2024-03-30T04:44:59.262583+0000 mon.a (mon.0) 340 : cluster [WRN] Health check update: Degraded data redundancy: 101/726 objects degraded (13.912%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:00.157 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:44:59 smithi194 bash[55920]: cluster 2024-03-30T04:44:59.262583+0000 mon.a (mon.0) 340 : cluster [WRN] Health check update: Degraded data redundancy: 101/726 objects degraded (13.912%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:00.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:44:59 smithi196 bash[44979]: cluster 2024-03-30T04:44:59.262583+0000 mon.a (mon.0) 340 : cluster [WRN] Health check update: Degraded data redundancy: 101/726 objects degraded (13.912%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:01.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:00 smithi196 bash[44979]: cluster 2024-03-30T04:44:59.851583+0000 mgr.y (mgr.25390) 184 : cluster [DBG] pgmap v95: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 60 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:01.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:00 smithi196 bash[44979]: audit 2024-03-30T04:44:59.916635+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:01.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:00 smithi196 bash[44979]: audit 2024-03-30T04:44:59.925774+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:01.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:00 smithi196 bash[44979]: audit 2024-03-30T04:45:00.164190+0000 mgr.y (mgr.25390) 185 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:01.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:00 smithi196 bash[44979]: audit 2024-03-30T04:45:00.909231+0000 mon.c (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:01.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:00 smithi196 bash[44979]: audit 2024-03-30T04:45:00.909543+0000 mon.a (mon.0) 343 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:01.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[57237]: cluster 2024-03-30T04:44:59.851583+0000 mgr.y (mgr.25390) 184 : cluster [DBG] pgmap v95: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 60 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:01.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[57237]: audit 2024-03-30T04:44:59.916635+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[57237]: audit 2024-03-30T04:44:59.925774+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[57237]: audit 2024-03-30T04:45:00.164190+0000 mgr.y (mgr.25390) 185 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[57237]: audit 2024-03-30T04:45:00.909231+0000 mon.c (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[57237]: audit 2024-03-30T04:45:00.909543+0000 mon.a (mon.0) 343 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[55920]: cluster 2024-03-30T04:44:59.851583+0000 mgr.y (mgr.25390) 184 : cluster [DBG] pgmap v95: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 60 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[55920]: audit 2024-03-30T04:44:59.916635+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[55920]: audit 2024-03-30T04:44:59.925774+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[55920]: audit 2024-03-30T04:45:00.164190+0000 mgr.y (mgr.25390) 185 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[55920]: audit 2024-03-30T04:45:00.909231+0000 mon.c (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:01.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[55920]: audit 2024-03-30T04:45:00.909543+0000 mon.a (mon.0) 343 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:01.333 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[61902]: debug 2024-03-30T04:45:00.860+0000 7fc2834a57c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-03-30T04:45:01.333 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:45:00 smithi194 bash[61902]: debug 2024-03-30T04:45:00.900+0000 7fc2834a57c0 -1 osd.1 110 log_to_monitors true 2024-03-30T04:45:01.797 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[61902]: debug 2024-03-30T04:45:01.424+0000 7fc2708f5700 -1 osd.1 110 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[55920]: audit 2024-03-30T04:45:00.925190+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[55920]: cluster 2024-03-30T04:45:00.928492+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e113: 8 total, 7 up, 8 in 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[55920]: audit 2024-03-30T04:45:00.930215+0000 mon.c (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[55920]: audit 2024-03-30T04:45:00.930557+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[55920]: audit 2024-03-30T04:45:01.141951+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[55920]: audit 2024-03-30T04:45:01.280073+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[55920]: audit 2024-03-30T04:45:01.417957+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[57237]: audit 2024-03-30T04:45:00.925190+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:45:02.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[57237]: cluster 2024-03-30T04:45:00.928492+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e113: 8 total, 7 up, 8 in 2024-03-30T04:45:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[57237]: audit 2024-03-30T04:45:00.930215+0000 mon.c (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[57237]: audit 2024-03-30T04:45:00.930557+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[57237]: audit 2024-03-30T04:45:01.141951+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[57237]: audit 2024-03-30T04:45:01.280073+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:01 smithi194 bash[57237]: audit 2024-03-30T04:45:01.417957+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-30T04:45:02.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:01 smithi196 bash[44979]: audit 2024-03-30T04:45:00.925190+0000 mon.a (mon.0) 344 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:45:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:01 smithi196 bash[44979]: cluster 2024-03-30T04:45:00.928492+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e113: 8 total, 7 up, 8 in 2024-03-30T04:45:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:01 smithi196 bash[44979]: audit 2024-03-30T04:45:00.930215+0000 mon.c (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:01 smithi196 bash[44979]: audit 2024-03-30T04:45:00.930557+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:01 smithi196 bash[44979]: audit 2024-03-30T04:45:01.141951+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:01 smithi196 bash[44979]: audit 2024-03-30T04:45:01.280073+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:02.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:01 smithi196 bash[44979]: audit 2024-03-30T04:45:01.417957+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-30T04:45:03.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:02 smithi196 bash[44979]: cluster 2024-03-30T04:45:01.852470+0000 mgr.y (mgr.25390) 186 : cluster [DBG] pgmap v97: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 138 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:03.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:02 smithi196 bash[44979]: cluster 2024-03-30T04:45:02.416957+0000 mon.a (mon.0) 350 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:03.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:02 smithi196 bash[44979]: cluster 2024-03-30T04:45:02.437449+0000 mon.a (mon.0) 351 : cluster [INF] osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356] boot 2024-03-30T04:45:03.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:02 smithi196 bash[44979]: cluster 2024-03-30T04:45:02.437604+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-30T04:45:03.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:02 smithi196 bash[44979]: audit 2024-03-30T04:45:02.441102+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[55920]: cluster 2024-03-30T04:45:01.852470+0000 mgr.y (mgr.25390) 186 : cluster [DBG] pgmap v97: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 138 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[55920]: cluster 2024-03-30T04:45:02.416957+0000 mon.a (mon.0) 350 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[55920]: cluster 2024-03-30T04:45:02.437449+0000 mon.a (mon.0) 351 : cluster [INF] osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356] boot 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[55920]: cluster 2024-03-30T04:45:02.437604+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[55920]: audit 2024-03-30T04:45:02.441102+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[57237]: cluster 2024-03-30T04:45:01.852470+0000 mgr.y (mgr.25390) 186 : cluster [DBG] pgmap v97: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 138 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[57237]: cluster 2024-03-30T04:45:02.416957+0000 mon.a (mon.0) 350 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[57237]: cluster 2024-03-30T04:45:02.437449+0000 mon.a (mon.0) 351 : cluster [INF] osd.1 [v2:172.21.15.194:6810/3988926356,v1:172.21.15.194:6811/3988926356] boot 2024-03-30T04:45:03.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[57237]: cluster 2024-03-30T04:45:02.437604+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-30T04:45:03.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:02 smithi194 bash[57237]: audit 2024-03-30T04:45:02.441102+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:45:03.944 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:45:03 smithi196 bash[42131]: ts=2024-03-30T04:45:03.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:04.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:45:03] "GET /metrics HTTP/1.1" 200 38364 "" "Prometheus/2.33.4" 2024-03-30T04:45:04.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:04 smithi196 bash[44979]: cluster 2024-03-30T04:45:03.436263+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-30T04:45:04.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:04 smithi196 bash[44979]: audit 2024-03-30T04:45:04.133235+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:04.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:04 smithi196 bash[44979]: audit 2024-03-30T04:45:04.135310+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:04.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:04 smithi194 bash[55920]: cluster 2024-03-30T04:45:03.436263+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-30T04:45:04.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:04 smithi194 bash[55920]: audit 2024-03-30T04:45:04.133235+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:04.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:04 smithi194 bash[55920]: audit 2024-03-30T04:45:04.135310+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:04 smithi194 bash[57237]: cluster 2024-03-30T04:45:03.436263+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-30T04:45:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:04 smithi194 bash[57237]: audit 2024-03-30T04:45:04.133235+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:04 smithi194 bash[57237]: audit 2024-03-30T04:45:04.135310+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:05.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:05 smithi196 bash[44979]: cluster 2024-03-30T04:45:03.853597+0000 mgr.y (mgr.25390) 187 : cluster [DBG] pgmap v100: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 132 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:05.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:05 smithi194 bash[55920]: cluster 2024-03-30T04:45:03.853597+0000 mgr.y (mgr.25390) 187 : cluster [DBG] pgmap v100: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 132 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:05.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:05 smithi194 bash[57237]: cluster 2024-03-30T04:45:03.853597+0000 mgr.y (mgr.25390) 187 : cluster [DBG] pgmap v100: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 132 op/s; 101/726 objects degraded (13.912%) 2024-03-30T04:45:06.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:06 smithi194 bash[55920]: cluster 2024-03-30T04:45:06.440689+0000 mon.a (mon.0) 357 : cluster [WRN] Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:06.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:06 smithi194 bash[57237]: cluster 2024-03-30T04:45:06.440689+0000 mon.a (mon.0) 357 : cluster [WRN] Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:06.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:06 smithi196 bash[44979]: cluster 2024-03-30T04:45:06.440689+0000 mon.a (mon.0) 357 : cluster [WRN] Health check update: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:07.742 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:07 smithi194 bash[57237]: cluster 2024-03-30T04:45:05.855007+0000 mgr.y (mgr.25390) 188 : cluster [DBG] pgmap v101: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 133 op/s; 45/726 objects degraded (6.198%); 0 B/s, 5 objects/s recovering 2024-03-30T04:45:07.742 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:07 smithi194 bash[55920]: cluster 2024-03-30T04:45:05.855007+0000 mgr.y (mgr.25390) 188 : cluster [DBG] pgmap v101: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 133 op/s; 45/726 objects degraded (6.198%); 0 B/s, 5 objects/s recovering 2024-03-30T04:45:07.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:07 smithi196 bash[44979]: cluster 2024-03-30T04:45:05.855007+0000 mgr.y (mgr.25390) 188 : cluster [DBG] pgmap v101: 161 pgs: 9 active+undersized+degraded, 16 active+undersized, 136 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 133 op/s; 45/726 objects degraded (6.198%); 0 B/s, 5 objects/s recovering 2024-03-30T04:45:08.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:08 smithi194 bash[55920]: cluster 2024-03-30T04:45:08.494919+0000 mon.a (mon.0) 358 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded) 2024-03-30T04:45:08.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:08 smithi194 bash[57237]: cluster 2024-03-30T04:45:08.494919+0000 mon.a (mon.0) 358 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded) 2024-03-30T04:45:08.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:08 smithi196 bash[44979]: cluster 2024-03-30T04:45:08.494919+0000 mon.a (mon.0) 358 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/726 objects degraded (6.198%), 9 pgs degraded) 2024-03-30T04:45:08.945 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:45:08 smithi196 bash[42131]: ts=2024-03-30T04:45:08.663Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:09.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:09 smithi194 bash[55920]: cluster 2024-03-30T04:45:07.855717+0000 mgr.y (mgr.25390) 189 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s; 0 B/s, 8 objects/s recovering 2024-03-30T04:45:09.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:09 smithi194 bash[57237]: cluster 2024-03-30T04:45:07.855717+0000 mgr.y (mgr.25390) 189 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s; 0 B/s, 8 objects/s recovering 2024-03-30T04:45:09.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:09 smithi196 bash[44979]: cluster 2024-03-30T04:45:07.855717+0000 mgr.y (mgr.25390) 189 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 29 op/s; 0 B/s, 8 objects/s recovering 2024-03-30T04:45:10.690 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (4m) 11s ago 12m 13.7M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 108s ago 11m - - 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (3m) 11s ago 9m 43.3M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (3m) 108s ago 17m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (4m) 11s ago 19m 494M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (3m) 11s ago 19m 48.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (2m) 108s ago 17m 20.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (2m) 11s ago 18m 38.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (5m) 11s ago 12m 9339k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:45:11.422 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (4m) 108s ago 12m 9440k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (44s) 11s ago 17m 46.4M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (15s) 11s ago 16m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (16m) 11s ago 16m 54.6M 2780M 17.2.0 e1d6a67b021e 39e9111deb4d 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (15m) 11s ago 15m 59.5M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (14m) 108s ago 14m 60.2M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (14m) 108s ago 14m 54.6M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (13m) 108s ago 13m 51.8M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (13m) 108s ago 13m 55.6M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (3m) 108s ago 12m 61.1M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (10m) 11s ago 10m 87.4M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (10m) 108s ago 10m 87.0M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (10m) 11s ago 10m 87.4M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:45:11.423 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (10m) 108s ago 10m 87.6M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:45:11.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:11 smithi194 bash[55920]: cluster 2024-03-30T04:45:09.856159+0000 mgr.y (mgr.25390) 190 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 17 op/s; 0 B/s, 7 objects/s recovering 2024-03-30T04:45:11.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:11 smithi194 bash[55920]: audit 2024-03-30T04:45:10.172351+0000 mgr.y (mgr.25390) 191 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:11.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:11 smithi194 bash[55920]: audit 2024-03-30T04:45:10.683605+0000 mgr.y (mgr.25390) 192 : audit [DBG] from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:11.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:11 smithi194 bash[57237]: cluster 2024-03-30T04:45:09.856159+0000 mgr.y (mgr.25390) 190 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 17 op/s; 0 B/s, 7 objects/s recovering 2024-03-30T04:45:11.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:11 smithi194 bash[57237]: audit 2024-03-30T04:45:10.172351+0000 mgr.y (mgr.25390) 191 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:11.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:11 smithi194 bash[57237]: audit 2024-03-30T04:45:10.683605+0000 mgr.y (mgr.25390) 192 : audit [DBG] from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:11.876 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:45:11.877 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:45:11.877 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:11.877 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:45:11.877 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-03-30T04:45:11.877 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 7 2024-03-30T04:45:11.877 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:45:11.877 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:45:11.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:11 smithi196 bash[44979]: cluster 2024-03-30T04:45:09.856159+0000 mgr.y (mgr.25390) 190 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 17 op/s; 0 B/s, 7 objects/s recovering 2024-03-30T04:45:11.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:11 smithi196 bash[44979]: audit 2024-03-30T04:45:10.172351+0000 mgr.y (mgr.25390) 191 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:11.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:11 smithi196 bash[44979]: audit 2024-03-30T04:45:10.683605+0000 mgr.y (mgr.25390) 192 : audit [DBG] from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:12.235 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:45:12.235 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:45:12.235 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:45:12.235 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:45:12.235 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:45:12.236 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:45:12.236 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:45:12.236 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:45:12.236 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "7/23 daemons upgraded", 2024-03-30T04:45:12.236 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:45:12.236 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:45:12.236 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:45:12.666 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:45:12.666 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:45:12.667 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.050347+0000 mgr.y (mgr.25390) 193 : audit [DBG] from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.406984+0000 mgr.y (mgr.25390) 194 : audit [DBG] from='client.44269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.586311+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.596838+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.598100+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.598822+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: cluster 2024-03-30T04:45:11.600834+0000 mgr.y (mgr.25390) 195 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 0 B/s, 6 objects/s recovering 2024-03-30T04:45:12.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: cluster 2024-03-30T04:45:11.601120+0000 mgr.y (mgr.25390) 196 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 161 op/s; 0 B/s, 6 objects/s recovering 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.608362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.655041+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.657510+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.659470+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.660807+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.662639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.662801+0000 mgr.y (mgr.25390) 197 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: cephadm 2024-03-30T04:45:11.663952+0000 mgr.y (mgr.25390) 198 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[55920]: audit 2024-03-30T04:45:11.883430+0000 mon.a (mon.0) 369 : audit [DBG] from='client.? 172.21.15.194:0/2356636210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.050347+0000 mgr.y (mgr.25390) 193 : audit [DBG] from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:12.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.406984+0000 mgr.y (mgr.25390) 194 : audit [DBG] from='client.44269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.586311+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.596838+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.598100+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.598822+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: cluster 2024-03-30T04:45:11.600834+0000 mgr.y (mgr.25390) 195 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 0 B/s, 6 objects/s recovering 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: cluster 2024-03-30T04:45:11.601120+0000 mgr.y (mgr.25390) 196 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 161 op/s; 0 B/s, 6 objects/s recovering 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.608362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.655041+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.657510+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.659470+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.660807+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.662639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.662801+0000 mgr.y (mgr.25390) 197 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: cephadm 2024-03-30T04:45:11.663952+0000 mgr.y (mgr.25390) 198 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:45:12.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:12 smithi194 bash[57237]: audit 2024-03-30T04:45:11.883430+0000 mon.a (mon.0) 369 : audit [DBG] from='client.? 172.21.15.194:0/2356636210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.050347+0000 mgr.y (mgr.25390) 193 : audit [DBG] from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.406984+0000 mgr.y (mgr.25390) 194 : audit [DBG] from='client.44269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.586311+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.596838+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.598100+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.598822+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: cluster 2024-03-30T04:45:11.600834+0000 mgr.y (mgr.25390) 195 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s; 0 B/s, 6 objects/s recovering 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: cluster 2024-03-30T04:45:11.601120+0000 mgr.y (mgr.25390) 196 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 0 B/s wr, 161 op/s; 0 B/s, 6 objects/s recovering 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.608362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.655041+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:12.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.657510+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.659470+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.660807+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:12.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.662639+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:12.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.662801+0000 mgr.y (mgr.25390) 197 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:12.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: cephadm 2024-03-30T04:45:11.663952+0000 mgr.y (mgr.25390) 198 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:45:12.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:12 smithi196 bash[44979]: audit 2024-03-30T04:45:11.883430+0000 mon.a (mon.0) 369 : audit [DBG] from='client.? 172.21.15.194:0/2356636210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:13 smithi194 bash[57237]: audit 2024-03-30T04:45:12.242114+0000 mgr.y (mgr.25390) 199 : audit [DBG] from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:13 smithi194 bash[57237]: audit 2024-03-30T04:45:12.674087+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.194:0/1600556072' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:13 smithi194 bash[55920]: audit 2024-03-30T04:45:12.242114+0000 mgr.y (mgr.25390) 199 : audit [DBG] from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:13 smithi194 bash[55920]: audit 2024-03-30T04:45:12.674087+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.194:0/1600556072' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:13.944 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:45:13 smithi196 bash[42131]: ts=2024-03-30T04:45:13.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi194\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi194\", job=\"node\", machine=\"x86_64\", nodename=\"smithi194\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:13.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:13 smithi196 bash[44979]: audit 2024-03-30T04:45:12.242114+0000 mgr.y (mgr.25390) 199 : audit [DBG] from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:13.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:13 smithi196 bash[44979]: audit 2024-03-30T04:45:12.674087+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.194:0/1600556072' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:14.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:45:13] "GET /metrics HTTP/1.1" 200 38237 "" "Prometheus/2.33.4" 2024-03-30T04:45:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[55920]: cluster 2024-03-30T04:45:13.601968+0000 mgr.y (mgr.25390) 200 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 147 op/s; 0 B/s, 5 objects/s recovering 2024-03-30T04:45:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[55920]: audit 2024-03-30T04:45:13.991302+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[55920]: audit 2024-03-30T04:45:13.994545+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:45:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[55920]: audit 2024-03-30T04:45:13.995849+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[55920]: audit 2024-03-30T04:45:14.257319+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:14.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[57237]: cluster 2024-03-30T04:45:13.601968+0000 mgr.y (mgr.25390) 200 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 147 op/s; 0 B/s, 5 objects/s recovering 2024-03-30T04:45:14.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[57237]: audit 2024-03-30T04:45:13.991302+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:14.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[57237]: audit 2024-03-30T04:45:13.994545+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:45:14.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[57237]: audit 2024-03-30T04:45:13.995849+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:14 smithi194 bash[57237]: audit 2024-03-30T04:45:14.257319+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:14 smithi196 bash[44979]: cluster 2024-03-30T04:45:13.601968+0000 mgr.y (mgr.25390) 200 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 147 op/s; 0 B/s, 5 objects/s recovering 2024-03-30T04:45:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:14 smithi196 bash[44979]: audit 2024-03-30T04:45:13.991302+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:14 smithi196 bash[44979]: audit 2024-03-30T04:45:13.994545+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:45:14.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:14 smithi196 bash[44979]: audit 2024-03-30T04:45:13.995849+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:14.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:14 smithi196 bash[44979]: audit 2024-03-30T04:45:14.257319+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:15.737 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:15 smithi194 bash[57237]: cephadm 2024-03-30T04:45:13.983988+0000 mgr.y (mgr.25390) 201 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:45:15.737 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:15 smithi194 bash[57237]: cephadm 2024-03-30T04:45:14.000050+0000 mgr.y (mgr.25390) 202 : cephadm [INF] Deploying daemon osd.2 on smithi194 2024-03-30T04:45:15.737 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:15 smithi194 bash[55920]: cephadm 2024-03-30T04:45:13.983988+0000 mgr.y (mgr.25390) 201 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:45:15.737 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:15 smithi194 bash[55920]: cephadm 2024-03-30T04:45:14.000050+0000 mgr.y (mgr.25390) 202 : cephadm [INF] Deploying daemon osd.2 on smithi194 2024-03-30T04:45:15.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:15 smithi196 bash[44979]: cephadm 2024-03-30T04:45:13.983988+0000 mgr.y (mgr.25390) 201 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:45:15.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:15 smithi196 bash[44979]: cephadm 2024-03-30T04:45:14.000050+0000 mgr.y (mgr.25390) 202 : cephadm [INF] Deploying daemon osd.2 on smithi194 2024-03-30T04:45:16.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:16 smithi196 bash[44979]: cluster 2024-03-30T04:45:15.602902+0000 mgr.y (mgr.25390) 203 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 147 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:45:17.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:16 smithi194 bash[55920]: cluster 2024-03-30T04:45:15.602902+0000 mgr.y (mgr.25390) 203 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 147 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:45:17.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:16 smithi194 bash[57237]: cluster 2024-03-30T04:45:15.602902+0000 mgr.y (mgr.25390) 203 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 147 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:45:18.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.582 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.582 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.583 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.583 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.583 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.583 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.584 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:18.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:18 smithi196 bash[44979]: cluster 2024-03-30T04:45:17.603898+0000 mgr.y (mgr.25390) 204 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 133 op/s 2024-03-30T04:45:18.944 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:45:18 smithi196 bash[42131]: ts=2024-03-30T04:45: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-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"smithi194:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.194\", device_class=\"ssd\", hostname=\"smithi194\", instance=\"172.21.15.196:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.194\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:19.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:18 smithi194 bash[55920]: cluster 2024-03-30T04:45:17.603898+0000 mgr.y (mgr.25390) 204 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 133 op/s 2024-03-30T04:45:19.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:18 smithi194 bash[57237]: cluster 2024-03-30T04:45:17.603898+0000 mgr.y (mgr.25390) 204 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 133 op/s 2024-03-30T04:45:19.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:18 smithi194 systemd[1]: Stopping Ceph osd.2 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:45:19.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:18 smithi194 bash[32221]: debug 2024-03-30T04:45:18.719+0000 7f535e38e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:45:19.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:18 smithi194 bash[32221]: debug 2024-03-30T04:45:18.719+0000 7f535e38e700 -1 osd.2 115 *** Got signal Terminated *** 2024-03-30T04:45:19.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:18 smithi194 bash[32221]: debug 2024-03-30T04:45:18.719+0000 7f535e38e700 -1 osd.2 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:45:19.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:19 smithi196 bash[44979]: cluster 2024-03-30T04:45:18.723948+0000 mon.a (mon.0) 374 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:45:19.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:19 smithi196 bash[44979]: audit 2024-03-30T04:45:19.138775+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:19.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:19 smithi196 bash[44979]: audit 2024-03-30T04:45:19.148203+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:19 smithi194 bash[55920]: cluster 2024-03-30T04:45:18.723948+0000 mon.a (mon.0) 374 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:45:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:19 smithi194 bash[55920]: audit 2024-03-30T04:45:19.138775+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:19 smithi194 bash[55920]: audit 2024-03-30T04:45:19.148203+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:20.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:19 smithi194 bash[57237]: cluster 2024-03-30T04:45:18.723948+0000 mon.a (mon.0) 374 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:45:20.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:19 smithi194 bash[57237]: audit 2024-03-30T04:45:19.138775+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:20.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:19 smithi194 bash[57237]: audit 2024-03-30T04:45:19.148203+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:20.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:20 smithi196 bash[44979]: cluster 2024-03-30T04:45:19.604629+0000 mgr.y (mgr.25390) 205 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 133 op/s 2024-03-30T04:45:20.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:20 smithi196 bash[44979]: cluster 2024-03-30T04:45:19.623496+0000 mon.a (mon.0) 377 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:20.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:20 smithi196 bash[44979]: cluster 2024-03-30T04:45:19.652963+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-30T04:45:21.020 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:20 smithi194 bash[63499]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:45:21.021 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:20 smithi194 bash[55920]: cluster 2024-03-30T04:45:19.604629+0000 mgr.y (mgr.25390) 205 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 133 op/s 2024-03-30T04:45:21.021 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:20 smithi194 bash[55920]: cluster 2024-03-30T04:45:19.623496+0000 mon.a (mon.0) 377 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:21.021 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:20 smithi194 bash[55920]: cluster 2024-03-30T04:45:19.652963+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-30T04:45:21.021 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:20 smithi194 bash[57237]: cluster 2024-03-30T04:45:19.604629+0000 mgr.y (mgr.25390) 205 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 133 op/s 2024-03-30T04:45:21.021 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:20 smithi194 bash[57237]: cluster 2024-03-30T04:45:19.623496+0000 mon.a (mon.0) 377 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:21.021 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:20 smithi194 bash[57237]: cluster 2024-03-30T04:45:19.652963+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-30T04:45:21.331 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:21 smithi194 bash[63564]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:45:21.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:21 smithi196 bash[44979]: audit 2024-03-30T04:45:20.180458+0000 mgr.y (mgr.25390) 206 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:21.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:21 smithi196 bash[44979]: cluster 2024-03-30T04:45:20.643336+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-30T04:45:22.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:21 smithi194 bash[55920]: audit 2024-03-30T04:45:20.180458+0000 mgr.y (mgr.25390) 206 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:22.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:21 smithi194 bash[55920]: cluster 2024-03-30T04:45:20.643336+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-30T04:45:22.058 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:21 smithi194 bash[57237]: audit 2024-03-30T04:45:20.180458+0000 mgr.y (mgr.25390) 206 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:22.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:21 smithi194 bash[57237]: cluster 2024-03-30T04:45:20.643336+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-30T04:45:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:22 smithi194 bash[57237]: cluster 2024-03-30T04:45:21.605713+0000 mgr.y (mgr.25390) 207 : cluster [DBG] pgmap v112: 161 pgs: 2 active+undersized+degraded, 27 peering, 4 active+undersized, 128 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 22/726 objects degraded (3.030%) 2024-03-30T04:45:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:22 smithi194 bash[57237]: cluster 2024-03-30T04:45:21.634677+0000 mon.a (mon.0) 380 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:22.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:22 smithi194 bash[57237]: cluster 2024-03-30T04:45:21.634735+0000 mon.a (mon.0) 381 : cluster [WRN] Health check failed: Degraded data redundancy: 22/726 objects degraded (3.030%), 2 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:22.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:22 smithi194 bash[55920]: cluster 2024-03-30T04:45:21.605713+0000 mgr.y (mgr.25390) 207 : cluster [DBG] pgmap v112: 161 pgs: 2 active+undersized+degraded, 27 peering, 4 active+undersized, 128 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 22/726 objects degraded (3.030%) 2024-03-30T04:45:22.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:22 smithi194 bash[55920]: cluster 2024-03-30T04:45:21.634677+0000 mon.a (mon.0) 380 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:22.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:22 smithi194 bash[55920]: cluster 2024-03-30T04:45:21.634735+0000 mon.a (mon.0) 381 : cluster [WRN] Health check failed: Degraded data redundancy: 22/726 objects degraded (3.030%), 2 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:22.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:22 smithi196 bash[44979]: cluster 2024-03-30T04:45:21.605713+0000 mgr.y (mgr.25390) 207 : cluster [DBG] pgmap v112: 161 pgs: 2 active+undersized+degraded, 27 peering, 4 active+undersized, 128 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 22/726 objects degraded (3.030%) 2024-03-30T04:45:22.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:22 smithi196 bash[44979]: cluster 2024-03-30T04:45:21.634677+0000 mon.a (mon.0) 380 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:22.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:22 smithi196 bash[44979]: cluster 2024-03-30T04:45:21.634735+0000 mon.a (mon.0) 381 : cluster [WRN] Health check failed: Degraded data redundancy: 22/726 objects degraded (3.030%), 2 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:23.430 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.431 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.431 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.2.service: Deactivated successfully. 2024-03-30T04:45:23.431 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: Stopped Ceph osd.2 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:23.431 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.431 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.432 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.432 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.432 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.432 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.433 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:23.856 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:23 smithi194 systemd[1]: Started Ceph osd.2 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:23.944 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:45:23 smithi196 bash[42131]: ts=2024-03-30T04:45:23.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi196\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi196\", job=\"node\", machine=\"x86_64\", nodename=\"smithi196\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"66dbb888-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi196\", job=\"node\", machine=\"x86_64\", nodename=\"smithi196\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:24.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:45:23] "GET /metrics HTTP/1.1" 200 38375 "" "Prometheus/2.33.4" 2024-03-30T04:45:24.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[55920]: audit 2024-03-30T04:45:23.485164+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:24.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[55920]: audit 2024-03-30T04:45:23.491456+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:24.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[55920]: audit 2024-03-30T04:45:23.499594+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:24.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[55920]: cluster 2024-03-30T04:45:23.606752+0000 mgr.y (mgr.25390) 208 : cluster [DBG] pgmap v113: 161 pgs: 3 active+undersized+degraded, 27 peering, 10 active+undersized, 121 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:24.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[57237]: audit 2024-03-30T04:45:23.485164+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:24.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[57237]: audit 2024-03-30T04:45:23.491456+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:24.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[57237]: audit 2024-03-30T04:45:23.499594+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:24.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[57237]: cluster 2024-03-30T04:45:23.606752+0000 mgr.y (mgr.25390) 208 : cluster [DBG] pgmap v113: 161 pgs: 3 active+undersized+degraded, 27 peering, 10 active+undersized, 121 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:24.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:24 smithi196 bash[44979]: audit 2024-03-30T04:45:23.485164+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:24.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:24 smithi196 bash[44979]: audit 2024-03-30T04:45:23.491456+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:24.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:24 smithi196 bash[44979]: audit 2024-03-30T04:45:23.499594+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:24.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:24 smithi196 bash[44979]: cluster 2024-03-30T04:45:23.606752+0000 mgr.y (mgr.25390) 208 : cluster [DBG] pgmap v113: 161 pgs: 3 active+undersized+degraded, 27 peering, 10 active+undersized, 121 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 28/726 objects degraded (3.857%) 2024-03-30T04:45:25.227 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[63716]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-30T04:45:25.227 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[63716]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-30T04:45:25.227 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[63716]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-30T04:45:25.227 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[63716]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-30T04:45:25.227 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[63716]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-03-30T04:45:25.227 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[63716]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-30T04:45:25.227 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:24 smithi194 bash[63716]: --> ceph-volume raw activate successful for osd ID: 2 2024-03-30T04:45:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:25 smithi194 bash[57237]: cluster 2024-03-30T04:45:25.660714+0000 mon.a (mon.0) 385 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-03-30T04:45:26.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:25 smithi194 bash[55920]: cluster 2024-03-30T04:45:25.660714+0000 mon.a (mon.0) 385 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-03-30T04:45:26.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:25 smithi196 bash[44979]: cluster 2024-03-30T04:45:25.660714+0000 mon.a (mon.0) 385 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-03-30T04:45:27.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:26 smithi194 bash[55920]: cluster 2024-03-30T04:45:25.608508+0000 mgr.y (mgr.25390) 209 : cluster [DBG] pgmap v114: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:27.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:26 smithi194 bash[57237]: cluster 2024-03-30T04:45:25.608508+0000 mgr.y (mgr.25390) 209 : cluster [DBG] pgmap v114: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:27.083 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:26 smithi194 bash[63949]: debug 2024-03-30T04:45:26.715+0000 7f7b7004f700 1 -- 172.21.15.194:0/744996547 <== mon.1 v2:172.21.15.194:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5590a8bc7680 con 0x5590a8c05000 2024-03-30T04:45:27.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:26 smithi196 bash[44979]: cluster 2024-03-30T04:45:25.608508+0000 mgr.y (mgr.25390) 209 : cluster [DBG] pgmap v114: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:27.581 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:27 smithi194 bash[63949]: debug 2024-03-30T04:45:27.255+0000 7f7b791e77c0 -1 Falling back to public interface 2024-03-30T04:45:29.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:28 smithi194 bash[55920]: cluster 2024-03-30T04:45:27.609696+0000 mgr.y (mgr.25390) 210 : cluster [DBG] pgmap v115: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:29.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:28 smithi194 bash[57237]: cluster 2024-03-30T04:45:27.609696+0000 mgr.y (mgr.25390) 210 : cluster [DBG] pgmap v115: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:29.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:28 smithi196 bash[44979]: cluster 2024-03-30T04:45:27.609696+0000 mgr.y (mgr.25390) 210 : cluster [DBG] pgmap v115: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:30.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:29 smithi194 bash[57237]: cluster 2024-03-30T04:45:29.268819+0000 mon.a (mon.0) 386 : cluster [WRN] Health check update: Degraded data redundancy: 63/726 objects degraded (8.678%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:30.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:29 smithi194 bash[57237]: audit 2024-03-30T04:45:29.437284+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:30.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:29 smithi194 bash[57237]: audit 2024-03-30T04:45:29.444044+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:30.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:29 smithi194 bash[55920]: cluster 2024-03-30T04:45:29.268819+0000 mon.a (mon.0) 386 : cluster [WRN] Health check update: Degraded data redundancy: 63/726 objects degraded (8.678%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:30.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:29 smithi194 bash[55920]: audit 2024-03-30T04:45:29.437284+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:30.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:29 smithi194 bash[55920]: audit 2024-03-30T04:45:29.444044+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:30.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:29 smithi196 bash[44979]: cluster 2024-03-30T04:45:29.268819+0000 mon.a (mon.0) 386 : cluster [WRN] Health check update: Degraded data redundancy: 63/726 objects degraded (8.678%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:30.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:29 smithi196 bash[44979]: audit 2024-03-30T04:45:29.437284+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:30.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:29 smithi196 bash[44979]: audit 2024-03-30T04:45:29.444044+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:30.582 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[63949]: debug 2024-03-30T04:45:30.299+0000 7f7b791e77c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-03-30T04:45:30.582 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[63949]: debug 2024-03-30T04:45:30.323+0000 7f7b791e77c0 -1 osd.2 115 log_to_monitors true 2024-03-30T04:45:31.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[63949]: debug 2024-03-30T04:45:30.783+0000 7f7b6a63f700 -1 osd.2 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:45:31.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[57237]: cluster 2024-03-30T04:45:29.610659+0000 mgr.y (mgr.25390) 211 : cluster [DBG] pgmap v116: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:31.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[57237]: audit 2024-03-30T04:45:30.330542+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:31.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[57237]: audit 2024-03-30T04:45:30.434549+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:31.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[57237]: audit 2024-03-30T04:45:30.440463+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:31.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[55920]: cluster 2024-03-30T04:45:29.610659+0000 mgr.y (mgr.25390) 211 : cluster [DBG] pgmap v116: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:31.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[55920]: audit 2024-03-30T04:45:30.330542+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:31.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[55920]: audit 2024-03-30T04:45:30.434549+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:31.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:30 smithi194 bash[55920]: audit 2024-03-30T04:45:30.440463+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:31.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:30 smithi196 bash[44979]: cluster 2024-03-30T04:45:29.610659+0000 mgr.y (mgr.25390) 211 : cluster [DBG] pgmap v116: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:31.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:30 smithi196 bash[44979]: audit 2024-03-30T04:45:30.330542+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:31.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:30 smithi196 bash[44979]: audit 2024-03-30T04:45:30.434549+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:31.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:30 smithi196 bash[44979]: audit 2024-03-30T04:45:30.440463+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:32.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[55920]: audit 2024-03-30T04:45:30.189914+0000 mgr.y (mgr.25390) 212 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[55920]: audit 2024-03-30T04:45:30.723442+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:45:32.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[55920]: cluster 2024-03-30T04:45:30.731180+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-30T04:45:32.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[55920]: audit 2024-03-30T04:45:30.734131+0000 mon.a (mon.0) 394 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:32.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[57237]: audit 2024-03-30T04:45:30.189914+0000 mgr.y (mgr.25390) 212 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[57237]: audit 2024-03-30T04:45:30.723442+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:45:32.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[57237]: cluster 2024-03-30T04:45:30.731180+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-30T04:45:32.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:31 smithi194 bash[57237]: audit 2024-03-30T04:45:30.734131+0000 mon.a (mon.0) 394 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:32.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:31 smithi196 bash[44979]: audit 2024-03-30T04:45:30.189914+0000 mgr.y (mgr.25390) 212 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:31 smithi196 bash[44979]: audit 2024-03-30T04:45:30.723442+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:45:32.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:31 smithi196 bash[44979]: cluster 2024-03-30T04:45:30.731180+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-30T04:45:32.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:31 smithi196 bash[44979]: audit 2024-03-30T04:45:30.734131+0000 mon.a (mon.0) 394 : audit [INF] from='osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[55920]: cluster 2024-03-30T04:45:31.611995+0000 mgr.y (mgr.25390) 213 : cluster [DBG] pgmap v118: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[55920]: cluster 2024-03-30T04:45:31.735997+0000 mon.a (mon.0) 395 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[55920]: cluster 2024-03-30T04:45:31.746249+0000 mon.a (mon.0) 396 : cluster [INF] osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621] boot 2024-03-30T04:45:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[55920]: cluster 2024-03-30T04:45:31.746535+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-30T04:45:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[55920]: audit 2024-03-30T04:45:31.747401+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:45:33.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[57237]: cluster 2024-03-30T04:45:31.611995+0000 mgr.y (mgr.25390) 213 : cluster [DBG] pgmap v118: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:33.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[57237]: cluster 2024-03-30T04:45:31.735997+0000 mon.a (mon.0) 395 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:33.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[57237]: cluster 2024-03-30T04:45:31.746249+0000 mon.a (mon.0) 396 : cluster [INF] osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621] boot 2024-03-30T04:45:33.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[57237]: cluster 2024-03-30T04:45:31.746535+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-30T04:45:33.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:32 smithi194 bash[57237]: audit 2024-03-30T04:45:31.747401+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:45:33.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:32 smithi196 bash[44979]: cluster 2024-03-30T04:45:31.611995+0000 mgr.y (mgr.25390) 213 : cluster [DBG] pgmap v118: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:33.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:32 smithi196 bash[44979]: cluster 2024-03-30T04:45:31.735997+0000 mon.a (mon.0) 395 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:33.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:32 smithi196 bash[44979]: cluster 2024-03-30T04:45:31.746249+0000 mon.a (mon.0) 396 : cluster [INF] osd.2 [v2:172.21.15.194:6818/1328140621,v1:172.21.15.194:6819/1328140621] boot 2024-03-30T04:45:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:32 smithi196 bash[44979]: cluster 2024-03-30T04:45:31.746535+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-30T04:45:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:32 smithi196 bash[44979]: audit 2024-03-30T04:45:31.747401+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:45:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:33 smithi194 bash[55920]: cluster 2024-03-30T04:45:32.750389+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-30T04:45:34.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:45:33] "GET /metrics HTTP/1.1" 200 38375 "" "Prometheus/2.33.4" 2024-03-30T04:45:34.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:33 smithi194 bash[57237]: cluster 2024-03-30T04:45:32.750389+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-30T04:45:34.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:33 smithi196 bash[44979]: cluster 2024-03-30T04:45:32.750389+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-30T04:45:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[55920]: cluster 2024-03-30T04:45:33.612954+0000 mgr.y (mgr.25390) 214 : cluster [DBG] pgmap v121: 161 pgs: 5 peering, 11 active+undersized+degraded, 31 active+undersized, 114 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/726 objects degraded (7.851%) 2024-03-30T04:45:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[55920]: audit 2024-03-30T04:45:34.139291+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[55920]: audit 2024-03-30T04:45:34.141564+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[55920]: cluster 2024-03-30T04:45:34.270254+0000 mon.a (mon.0) 402 : cluster [WRN] Health check update: Degraded data redundancy: 57/726 objects degraded (7.851%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[55920]: audit 2024-03-30T04:45:34.283118+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[57237]: cluster 2024-03-30T04:45:33.612954+0000 mgr.y (mgr.25390) 214 : cluster [DBG] pgmap v121: 161 pgs: 5 peering, 11 active+undersized+degraded, 31 active+undersized, 114 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/726 objects degraded (7.851%) 2024-03-30T04:45:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[57237]: audit 2024-03-30T04:45:34.139291+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[57237]: audit 2024-03-30T04:45:34.141564+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[57237]: cluster 2024-03-30T04:45:34.270254+0000 mon.a (mon.0) 402 : cluster [WRN] Health check update: Degraded data redundancy: 57/726 objects degraded (7.851%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:34 smithi194 bash[57237]: audit 2024-03-30T04:45:34.283118+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:35.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:34 smithi196 bash[44979]: cluster 2024-03-30T04:45:33.612954+0000 mgr.y (mgr.25390) 214 : cluster [DBG] pgmap v121: 161 pgs: 5 peering, 11 active+undersized+degraded, 31 active+undersized, 114 active+clean; 585 KiB data, 167 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 57/726 objects degraded (7.851%) 2024-03-30T04:45:35.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:34 smithi196 bash[44979]: audit 2024-03-30T04:45:34.139291+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:35.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:34 smithi196 bash[44979]: audit 2024-03-30T04:45:34.141564+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:35.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:34 smithi196 bash[44979]: cluster 2024-03-30T04:45:34.270254+0000 mon.a (mon.0) 402 : cluster [WRN] Health check update: Degraded data redundancy: 57/726 objects degraded (7.851%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:35.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:34 smithi196 bash[44979]: audit 2024-03-30T04:45:34.283118+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:36.932 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:36 smithi194 bash[55920]: cluster 2024-03-30T04:45:35.614475+0000 mgr.y (mgr.25390) 215 : cluster [DBG] pgmap v122: 161 pgs: 5 peering, 2 active+undersized+degraded, 16 active+undersized, 138 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 22/726 objects degraded (3.030%) 2024-03-30T04:45:36.933 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:36 smithi194 bash[57237]: cluster 2024-03-30T04:45:35.614475+0000 mgr.y (mgr.25390) 215 : cluster [DBG] pgmap v122: 161 pgs: 5 peering, 2 active+undersized+degraded, 16 active+undersized, 138 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 22/726 objects degraded (3.030%) 2024-03-30T04:45:37.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:36 smithi196 bash[44979]: cluster 2024-03-30T04:45:35.614475+0000 mgr.y (mgr.25390) 215 : cluster [DBG] pgmap v122: 161 pgs: 5 peering, 2 active+undersized+degraded, 16 active+undersized, 138 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 22/726 objects degraded (3.030%) 2024-03-30T04:45:38.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:37 smithi194 bash[57237]: cluster 2024-03-30T04:45:37.616020+0000 mgr.y (mgr.25390) 216 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 743 B/s rd, 0 op/s 2024-03-30T04:45:38.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:37 smithi194 bash[57237]: cluster 2024-03-30T04:45:37.783349+0000 mon.a (mon.0) 404 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/726 objects degraded (3.030%), 2 pgs degraded) 2024-03-30T04:45:38.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:37 smithi194 bash[55920]: cluster 2024-03-30T04:45:37.616020+0000 mgr.y (mgr.25390) 216 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 743 B/s rd, 0 op/s 2024-03-30T04:45:38.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:37 smithi194 bash[55920]: cluster 2024-03-30T04:45:37.783349+0000 mon.a (mon.0) 404 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/726 objects degraded (3.030%), 2 pgs degraded) 2024-03-30T04:45:38.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:37 smithi196 bash[44979]: cluster 2024-03-30T04:45:37.616020+0000 mgr.y (mgr.25390) 216 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 743 B/s rd, 0 op/s 2024-03-30T04:45:38.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:37 smithi196 bash[44979]: cluster 2024-03-30T04:45:37.783349+0000 mon.a (mon.0) 404 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/726 objects degraded (3.030%), 2 pgs degraded) 2024-03-30T04:45:40.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: cluster 2024-03-30T04:45:39.616832+0000 mgr.y (mgr.25390) 217 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.439557+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.449147+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.451329+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.452989+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.464120+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.547004+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.550808+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.553692+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.556364+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:40.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:40 smithi196 bash[44979]: audit 2024-03-30T04:45:40.560239+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:41.016 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: cluster 2024-03-30T04:45:39.616832+0000 mgr.y (mgr.25390) 217 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.439557+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.449147+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.451329+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.452989+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.464120+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.547004+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.550808+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.553692+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.556364+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:41.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[57237]: audit 2024-03-30T04:45:40.560239+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: cluster 2024-03-30T04:45:39.616832+0000 mgr.y (mgr.25390) 217 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.439557+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.449147+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.451329+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.452989+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.464120+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.547004+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.550808+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:41.018 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.553692+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:41.019 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.556364+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:41.019 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:40 smithi194 bash[55920]: audit 2024-03-30T04:45:40.560239+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:41.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:41 smithi196 bash[44979]: audit 2024-03-30T04:45:40.200351+0000 mgr.y (mgr.25390) 218 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:41.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:41 smithi196 bash[44979]: cluster 2024-03-30T04:45:40.456611+0000 mgr.y (mgr.25390) 219 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:41.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:41 smithi196 bash[44979]: cluster 2024-03-30T04:45:40.457199+0000 mgr.y (mgr.25390) 220 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:45:41.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:41 smithi196 bash[44979]: audit 2024-03-30T04:45:40.560621+0000 mgr.y (mgr.25390) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:41.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:41 smithi196 bash[44979]: cephadm 2024-03-30T04:45:40.563064+0000 mgr.y (mgr.25390) 222 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:45:42.031 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[55920]: audit 2024-03-30T04:45:40.200351+0000 mgr.y (mgr.25390) 218 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:42.031 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[55920]: cluster 2024-03-30T04:45:40.456611+0000 mgr.y (mgr.25390) 219 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[55920]: cluster 2024-03-30T04:45:40.457199+0000 mgr.y (mgr.25390) 220 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[55920]: audit 2024-03-30T04:45:40.560621+0000 mgr.y (mgr.25390) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[55920]: cephadm 2024-03-30T04:45:40.563064+0000 mgr.y (mgr.25390) 222 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[57237]: audit 2024-03-30T04:45:40.200351+0000 mgr.y (mgr.25390) 218 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[57237]: cluster 2024-03-30T04:45:40.456611+0000 mgr.y (mgr.25390) 219 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[57237]: cluster 2024-03-30T04:45:40.457199+0000 mgr.y (mgr.25390) 220 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[57237]: audit 2024-03-30T04:45:40.560621+0000 mgr.y (mgr.25390) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:42.032 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:41 smithi194 bash[57237]: cephadm 2024-03-30T04:45:40.563064+0000 mgr.y (mgr.25390) 222 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:45:43.070 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:45:43.804 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:45:43.804 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (5m) 14s ago 12m 13.7M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 2m ago 12m - - 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (4m) 14s ago 10m 43.5M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (3m) 2m ago 18m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (4m) 14s ago 20m 495M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (3m) 14s ago 20m 49.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (2m) 2m ago 18m 20.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (2m) 14s ago 18m 40.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (5m) 14s ago 12m 9203k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (5m) 2m ago 12m 9440k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (76s) 14s ago 17m 49.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (47s) 14s ago 17m 54.2M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (17s) 14s ago 16m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (15m) 14s ago 16m 61.4M 2780M 17.2.0 e1d6a67b021e 25dbde3cbb7b 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (15m) 2m ago 15m 60.2M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:45:43.805 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (14m) 2m ago 14m 54.6M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:45:43.806 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (14m) 2m ago 14m 51.8M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:45:43.806 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (13m) 2m ago 13m 55.6M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:45:43.806 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (4m) 2m ago 12m 61.1M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:45:43.806 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (10m) 14s ago 10m 87.5M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:45:43.806 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (10m) 2m ago 10m 87.0M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:45:43.806 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (10m) 14s ago 10m 87.7M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:45:43.806 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (10m) 2m ago 10m 87.6M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:45:44.052 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:45:43] "GET /metrics HTTP/1.1" 200 38240 "" "Prometheus/2.33.4" 2024-03-30T04:45:44.052 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[57237]: cluster 2024-03-30T04:45:42.458351+0000 mgr.y (mgr.25390) 223 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:44.052 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[57237]: cephadm 2024-03-30T04:45:42.790459+0000 mgr.y (mgr.25390) 224 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:45:44.052 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[57237]: audit 2024-03-30T04:45:42.795342+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[57237]: audit 2024-03-30T04:45:42.797967+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[57237]: audit 2024-03-30T04:45:42.798961+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[57237]: cephadm 2024-03-30T04:45:42.805218+0000 mgr.y (mgr.25390) 225 : cephadm [INF] Deploying daemon osd.3 on smithi194 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[55920]: cluster 2024-03-30T04:45:42.458351+0000 mgr.y (mgr.25390) 223 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[55920]: cephadm 2024-03-30T04:45:42.790459+0000 mgr.y (mgr.25390) 224 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[55920]: audit 2024-03-30T04:45:42.795342+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[55920]: audit 2024-03-30T04:45:42.797967+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[55920]: audit 2024-03-30T04:45:42.798961+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.053 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:43 smithi194 bash[55920]: cephadm 2024-03-30T04:45:42.805218+0000 mgr.y (mgr.25390) 225 : cephadm [INF] Deploying daemon osd.3 on smithi194 2024-03-30T04:45:44.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:43 smithi196 bash[44979]: cluster 2024-03-30T04:45:42.458351+0000 mgr.y (mgr.25390) 223 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:44.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:43 smithi196 bash[44979]: cephadm 2024-03-30T04:45:42.790459+0000 mgr.y (mgr.25390) 224 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:45:44.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:43 smithi196 bash[44979]: audit 2024-03-30T04:45:42.795342+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:44.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:43 smithi196 bash[44979]: audit 2024-03-30T04:45:42.797967+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:45:44.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:43 smithi196 bash[44979]: audit 2024-03-30T04:45:42.798961+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:44.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:43 smithi196 bash[44979]: cephadm 2024-03-30T04:45:42.805218+0000 mgr.y (mgr.25390) 225 : cephadm [INF] Deploying daemon osd.3 on smithi194 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:45:44.244 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:45:44.245 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:45:44.245 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2024-03-30T04:45:44.245 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:45:44.245 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:45:44.245 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:45:44.590 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:45:44.590 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:45:44.590 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:45:44.590 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:45:44.590 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:45:44.591 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:45:44.591 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:45:44.591 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:45:44.591 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "8/23 daemons upgraded", 2024-03-30T04:45:44.591 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:45:44.591 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:45:44.591 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:45:45.004 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:45:45.004 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:45:45.004 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[57237]: audit 2024-03-30T04:45:43.061472+0000 mgr.y (mgr.25390) 226 : audit [DBG] from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[57237]: audit 2024-03-30T04:45:43.422776+0000 mgr.y (mgr.25390) 227 : audit [DBG] from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[57237]: audit 2024-03-30T04:45:43.764328+0000 mgr.y (mgr.25390) 228 : audit [DBG] from='client.44311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[57237]: audit 2024-03-30T04:45:44.251379+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.194:0/2029881408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[57237]: audit 2024-03-30T04:45:44.304192+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[55920]: audit 2024-03-30T04:45:43.061472+0000 mgr.y (mgr.25390) 226 : audit [DBG] from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[55920]: audit 2024-03-30T04:45:43.422776+0000 mgr.y (mgr.25390) 227 : audit [DBG] from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[55920]: audit 2024-03-30T04:45:43.764328+0000 mgr.y (mgr.25390) 228 : audit [DBG] from='client.44311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[55920]: audit 2024-03-30T04:45:44.251379+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.194:0/2029881408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:44 smithi194 bash[55920]: audit 2024-03-30T04:45:44.304192+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:45.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:44 smithi196 bash[44979]: audit 2024-03-30T04:45:43.061472+0000 mgr.y (mgr.25390) 226 : audit [DBG] from='client.34371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:44 smithi196 bash[44979]: audit 2024-03-30T04:45:43.422776+0000 mgr.y (mgr.25390) 227 : audit [DBG] from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:44 smithi196 bash[44979]: audit 2024-03-30T04:45:43.764328+0000 mgr.y (mgr.25390) 228 : audit [DBG] from='client.44311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:45.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:44 smithi196 bash[44979]: audit 2024-03-30T04:45:44.251379+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.194:0/2029881408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:45.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:44 smithi196 bash[44979]: audit 2024-03-30T04:45:44.304192+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:46.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:45 smithi194 bash[57237]: cluster 2024-03-30T04:45:44.459046+0000 mgr.y (mgr.25390) 229 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2024-03-30T04:45:46.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:45 smithi194 bash[57237]: audit 2024-03-30T04:45:44.596621+0000 mgr.y (mgr.25390) 230 : audit [DBG] from='client.34395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:46.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:45 smithi194 bash[57237]: audit 2024-03-30T04:45:45.011482+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.194:0/728185482' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:46.063 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:45 smithi194 bash[55920]: cluster 2024-03-30T04:45:44.459046+0000 mgr.y (mgr.25390) 229 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2024-03-30T04:45:46.064 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:45 smithi194 bash[55920]: audit 2024-03-30T04:45:44.596621+0000 mgr.y (mgr.25390) 230 : audit [DBG] from='client.34395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:46.064 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:45 smithi194 bash[55920]: audit 2024-03-30T04:45:45.011482+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.194:0/728185482' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:46.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:45 smithi196 bash[44979]: cluster 2024-03-30T04:45:44.459046+0000 mgr.y (mgr.25390) 229 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2024-03-30T04:45:46.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:45 smithi196 bash[44979]: audit 2024-03-30T04:45:44.596621+0000 mgr.y (mgr.25390) 230 : audit [DBG] from='client.34395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:46.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:45 smithi196 bash[44979]: audit 2024-03-30T04:45:45.011482+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.194:0/728185482' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:47.331 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.332 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.332 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.334 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.334 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:47.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:47 smithi194 systemd[1]: Stopping Ceph osd.3 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:45:47.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:47 smithi194 bash[35298]: debug 2024-03-30T04:45:47.442+0000 7f142af68700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:45:47.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:47 smithi194 bash[35298]: debug 2024-03-30T04:45:47.442+0000 7f142af68700 -1 osd.3 120 *** Got signal Terminated *** 2024-03-30T04:45:47.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:47 smithi194 bash[35298]: debug 2024-03-30T04:45:47.442+0000 7f142af68700 -1 osd.3 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:45:48.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:47 smithi194 bash[57237]: cluster 2024-03-30T04:45:46.460879+0000 mgr.y (mgr.25390) 231 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:48.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:47 smithi194 bash[57237]: cluster 2024-03-30T04:45:47.447065+0000 mon.a (mon.0) 420 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:45:48.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:47 smithi194 bash[55920]: cluster 2024-03-30T04:45:46.460879+0000 mgr.y (mgr.25390) 231 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:48.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:47 smithi194 bash[55920]: cluster 2024-03-30T04:45:47.447065+0000 mon.a (mon.0) 420 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:45:48.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:47 smithi196 bash[44979]: cluster 2024-03-30T04:45:46.460879+0000 mgr.y (mgr.25390) 231 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:48.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:47 smithi196 bash[44979]: cluster 2024-03-30T04:45:47.447065+0000 mon.a (mon.0) 420 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:45:49.134 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:48 smithi194 bash[65538]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:45:49.134 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:48 smithi194 bash[57237]: cluster 2024-03-30T04:45:47.802994+0000 mon.a (mon.0) 421 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:49.134 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:48 smithi194 bash[57237]: cluster 2024-03-30T04:45:47.813514+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-30T04:45:49.135 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:48 smithi194 bash[57237]: cluster 2024-03-30T04:45:48.814846+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-30T04:45:49.135 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:48 smithi194 bash[55920]: cluster 2024-03-30T04:45:47.802994+0000 mon.a (mon.0) 421 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:49.135 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:48 smithi194 bash[55920]: cluster 2024-03-30T04:45:47.813514+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-30T04:45:49.135 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:48 smithi194 bash[55920]: cluster 2024-03-30T04:45:48.814846+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-30T04:45:49.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:48 smithi196 bash[44979]: cluster 2024-03-30T04:45:47.802994+0000 mon.a (mon.0) 421 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:49.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:48 smithi196 bash[44979]: cluster 2024-03-30T04:45:47.813514+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-30T04:45:49.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:48 smithi196 bash[44979]: cluster 2024-03-30T04:45:48.814846+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-30T04:45:49.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:49 smithi194 bash[65608]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:45:50.118 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:49 smithi194 bash[55920]: cluster 2024-03-30T04:45:48.461704+0000 mgr.y (mgr.25390) 232 : cluster [DBG] pgmap v131: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:50.118 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:49 smithi194 bash[55920]: audit 2024-03-30T04:45:49.136968+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:50.118 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:49 smithi194 bash[55920]: audit 2024-03-30T04:45:49.138436+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:50.118 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:49 smithi194 bash[57237]: cluster 2024-03-30T04:45:48.461704+0000 mgr.y (mgr.25390) 232 : cluster [DBG] pgmap v131: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:50.118 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:49 smithi194 bash[57237]: audit 2024-03-30T04:45:49.136968+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:50.118 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:49 smithi194 bash[57237]: audit 2024-03-30T04:45:49.138436+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:50.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:49 smithi196 bash[44979]: cluster 2024-03-30T04:45:48.461704+0000 mgr.y (mgr.25390) 232 : cluster [DBG] pgmap v131: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:50.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:49 smithi196 bash[44979]: audit 2024-03-30T04:45:49.136968+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:50.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:49 smithi196 bash[44979]: audit 2024-03-30T04:45:49.138436+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:51.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:50 smithi194 bash[57237]: audit 2024-03-30T04:45:50.208048+0000 mgr.y (mgr.25390) 233 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:51.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:50 smithi194 bash[57237]: cluster 2024-03-30T04:45:50.462831+0000 mgr.y (mgr.25390) 234 : cluster [DBG] pgmap v133: 161 pgs: 12 active+undersized+degraded, 13 stale+active+clean, 20 active+undersized, 116 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%) 2024-03-30T04:45:51.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:50 smithi194 bash[55920]: audit 2024-03-30T04:45:50.208048+0000 mgr.y (mgr.25390) 233 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:51.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:50 smithi194 bash[55920]: cluster 2024-03-30T04:45:50.462831+0000 mgr.y (mgr.25390) 234 : cluster [DBG] pgmap v133: 161 pgs: 12 active+undersized+degraded, 13 stale+active+clean, 20 active+undersized, 116 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%) 2024-03-30T04:45:51.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:50 smithi196 bash[44979]: audit 2024-03-30T04:45:50.208048+0000 mgr.y (mgr.25390) 233 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:51.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:50 smithi196 bash[44979]: cluster 2024-03-30T04:45:50.462831+0000 mgr.y (mgr.25390) 234 : cluster [DBG] pgmap v133: 161 pgs: 12 active+undersized+degraded, 13 stale+active+clean, 20 active+undersized, 116 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 43/726 objects degraded (5.923%) 2024-03-30T04:45:51.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.3.service: Deactivated successfully. 2024-03-30T04:45:51.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: Stopped Ceph osd.3 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:51.582 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.583 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.583 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.583 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.584 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.584 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.584 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:51.857 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:51 smithi194 systemd[1]: Started Ceph osd.3 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:52.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:51 smithi196 bash[44979]: cluster 2024-03-30T04:45:50.853349+0000 mon.a (mon.0) 426 : cluster [WRN] Health check failed: Degraded data redundancy: 43/726 objects degraded (5.923%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:52.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:51 smithi196 bash[44979]: audit 2024-03-30T04:45:51.648302+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:52.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:51 smithi196 bash[44979]: audit 2024-03-30T04:45:51.655364+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:52.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:51 smithi196 bash[44979]: audit 2024-03-30T04:45:51.688907+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[55920]: cluster 2024-03-30T04:45:50.853349+0000 mon.a (mon.0) 426 : cluster [WRN] Health check failed: Degraded data redundancy: 43/726 objects degraded (5.923%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:52.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[55920]: audit 2024-03-30T04:45:51.648302+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:52.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[55920]: audit 2024-03-30T04:45:51.655364+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:52.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[55920]: audit 2024-03-30T04:45:51.688907+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[57237]: cluster 2024-03-30T04:45:50.853349+0000 mon.a (mon.0) 426 : cluster [WRN] Health check failed: Degraded data redundancy: 43/726 objects degraded (5.923%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[57237]: audit 2024-03-30T04:45:51.648302+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[57237]: audit 2024-03-30T04:45:51.655364+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:51 smithi194 bash[57237]: audit 2024-03-30T04:45:51.688907+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:52 smithi194 bash[55920]: cluster 2024-03-30T04:45:52.464356+0000 mgr.y (mgr.25390) 235 : cluster [DBG] pgmap v134: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:53.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:52 smithi194 bash[57237]: cluster 2024-03-30T04:45:52.464356+0000 mgr.y (mgr.25390) 235 : cluster [DBG] pgmap v134: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:52 smithi196 bash[44979]: cluster 2024-03-30T04:45:52.464356+0000 mgr.y (mgr.25390) 235 : cluster [DBG] pgmap v134: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:53.605 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[65758]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-30T04:45:53.606 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[65758]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-30T04:45:53.606 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[65758]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-30T04:45:53.606 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[65758]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-30T04:45:53.606 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[65758]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-03-30T04:45:53.606 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[65758]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-30T04:45:53.606 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[65758]: --> ceph-volume raw activate successful for osd ID: 3 2024-03-30T04:45:54.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:45:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:45:53] "GET /metrics HTTP/1.1" 200 38444 "" "Prometheus/2.33.4" 2024-03-30T04:45:55.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:54 smithi194 bash[65979]: debug 2024-03-30T04:45:54.954+0000 7fc840595700 1 -- 172.21.15.194:0/727961611 <== mon.0 v2:172.21.15.194:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55864071b680 con 0x558640759000 2024-03-30T04:45:55.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:55 smithi194 bash[57237]: cluster 2024-03-30T04:45:54.465351+0000 mgr.y (mgr.25390) 236 : cluster [DBG] pgmap v135: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:55.832 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:55 smithi194 bash[65979]: debug 2024-03-30T04:45:55.502+0000 7fc84972d7c0 -1 Falling back to public interface 2024-03-30T04:45:55.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:55 smithi194 bash[55920]: cluster 2024-03-30T04:45:54.465351+0000 mgr.y (mgr.25390) 236 : cluster [DBG] pgmap v135: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:55.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:55 smithi196 bash[44979]: cluster 2024-03-30T04:45:54.465351+0000 mgr.y (mgr.25390) 236 : cluster [DBG] pgmap v135: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:57.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:57 smithi194 bash[55920]: cluster 2024-03-30T04:45:56.466584+0000 mgr.y (mgr.25390) 237 : cluster [DBG] pgmap v136: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:57.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:57 smithi194 bash[57237]: cluster 2024-03-30T04:45:56.466584+0000 mgr.y (mgr.25390) 237 : cluster [DBG] pgmap v136: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:57.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:57 smithi196 bash[44979]: cluster 2024-03-30T04:45:56.466584+0000 mgr.y (mgr.25390) 237 : cluster [DBG] pgmap v136: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:58.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[55920]: audit 2024-03-30T04:45:57.635090+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[55920]: audit 2024-03-30T04:45:57.642316+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[55920]: audit 2024-03-30T04:45:58.611879+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:45:58.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[55920]: audit 2024-03-30T04:45:58.632869+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.833 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[65979]: debug 2024-03-30T04:45:58.562+0000 7fc84972d7c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-03-30T04:45:58.833 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[65979]: debug 2024-03-30T04:45:58.606+0000 7fc84972d7c0 -1 osd.3 120 log_to_monitors true 2024-03-30T04:45:58.833 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[65979]: debug 2024-03-30T04:45:58.682+0000 7fc83ab85700 -1 osd.3 120 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:45:58.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[57237]: audit 2024-03-30T04:45:57.635090+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[57237]: audit 2024-03-30T04:45:57.642316+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[57237]: audit 2024-03-30T04:45:58.611879+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:45:58.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:58 smithi194 bash[57237]: audit 2024-03-30T04:45:58.632869+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:58 smithi196 bash[44979]: audit 2024-03-30T04:45:57.635090+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:58 smithi196 bash[44979]: audit 2024-03-30T04:45:57.642316+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:58.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:58 smithi196 bash[44979]: audit 2024-03-30T04:45:58.611879+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:45:58.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:58 smithi196 bash[44979]: audit 2024-03-30T04:45:58.632869+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:59.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:59 smithi196 bash[44979]: cluster 2024-03-30T04:45:58.467313+0000 mgr.y (mgr.25390) 238 : cluster [DBG] pgmap v137: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:45:59.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:59 smithi196 bash[44979]: audit 2024-03-30T04:45:58.642889+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:45:59.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:59 smithi196 bash[44979]: audit 2024-03-30T04:45:58.646147+0000 mon.a (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:45:59.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:59 smithi196 bash[44979]: cluster 2024-03-30T04:45:58.649621+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-30T04:45:59.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:59 smithi196 bash[44979]: audit 2024-03-30T04:45:58.650666+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:45:59.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:45:59 smithi196 bash[44979]: cluster 2024-03-30T04:45:59.275279+0000 mon.a (mon.0) 438 : cluster [WRN] Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 24 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[55920]: cluster 2024-03-30T04:45:58.467313+0000 mgr.y (mgr.25390) 238 : cluster [DBG] pgmap v137: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[55920]: audit 2024-03-30T04:45:58.642889+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[55920]: audit 2024-03-30T04:45:58.646147+0000 mon.a (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:46:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[55920]: cluster 2024-03-30T04:45:58.649621+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-30T04:46:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[55920]: audit 2024-03-30T04:45:58.650666+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:46:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[55920]: cluster 2024-03-30T04:45:59.275279+0000 mon.a (mon.0) 438 : cluster [WRN] Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 24 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[57237]: cluster 2024-03-30T04:45:58.467313+0000 mgr.y (mgr.25390) 238 : cluster [DBG] pgmap v137: 161 pgs: 24 active+undersized+degraded, 42 active+undersized, 95 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[57237]: audit 2024-03-30T04:45:58.642889+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[57237]: audit 2024-03-30T04:45:58.646147+0000 mon.a (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:46:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[57237]: cluster 2024-03-30T04:45:58.649621+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-30T04:46:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[57237]: audit 2024-03-30T04:45:58.650666+0000 mon.a (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2024-03-30T04:46:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:45:59 smithi194 bash[57237]: cluster 2024-03-30T04:45:59.275279+0000 mon.a (mon.0) 438 : cluster [WRN] Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 24 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:00.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:00 smithi196 bash[44979]: cluster 2024-03-30T04:45:59.658848+0000 mon.a (mon.0) 439 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:00.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:00 smithi196 bash[44979]: cluster 2024-03-30T04:45:59.667375+0000 mon.a (mon.0) 440 : cluster [INF] osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866] boot 2024-03-30T04:46:00.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:00 smithi196 bash[44979]: cluster 2024-03-30T04:45:59.667459+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-30T04:46:00.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:00 smithi196 bash[44979]: audit 2024-03-30T04:45:59.668640+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:46:01.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[57237]: cluster 2024-03-30T04:45:59.658848+0000 mon.a (mon.0) 439 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:01.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[57237]: cluster 2024-03-30T04:45:59.667375+0000 mon.a (mon.0) 440 : cluster [INF] osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866] boot 2024-03-30T04:46:01.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[57237]: cluster 2024-03-30T04:45:59.667459+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-30T04:46:01.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[57237]: audit 2024-03-30T04:45:59.668640+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:46:01.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[55920]: cluster 2024-03-30T04:45:59.658848+0000 mon.a (mon.0) 439 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:01.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[55920]: cluster 2024-03-30T04:45:59.667375+0000 mon.a (mon.0) 440 : cluster [INF] osd.3 [v2:172.21.15.194:6826/148642866,v1:172.21.15.194:6827/148642866] boot 2024-03-30T04:46:01.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[55920]: cluster 2024-03-30T04:45:59.667459+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-30T04:46:01.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:00 smithi194 bash[55920]: audit 2024-03-30T04:45:59.668640+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:46:01.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:01 smithi196 bash[44979]: audit 2024-03-30T04:46:00.217437+0000 mgr.y (mgr.25390) 239 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:01.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:01 smithi196 bash[44979]: cluster 2024-03-30T04:46:00.468835+0000 mgr.y (mgr.25390) 240 : cluster [DBG] pgmap v140: 161 pgs: 18 peering, 17 active+undersized+degraded, 31 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 71/726 objects degraded (9.780%) 2024-03-30T04:46:01.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:01 smithi196 bash[44979]: cluster 2024-03-30T04:46:00.678024+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-30T04:46:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:01 smithi194 bash[55920]: audit 2024-03-30T04:46:00.217437+0000 mgr.y (mgr.25390) 239 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:01 smithi194 bash[55920]: cluster 2024-03-30T04:46:00.468835+0000 mgr.y (mgr.25390) 240 : cluster [DBG] pgmap v140: 161 pgs: 18 peering, 17 active+undersized+degraded, 31 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 71/726 objects degraded (9.780%) 2024-03-30T04:46:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:01 smithi194 bash[55920]: cluster 2024-03-30T04:46:00.678024+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-30T04:46:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:01 smithi194 bash[57237]: audit 2024-03-30T04:46:00.217437+0000 mgr.y (mgr.25390) 239 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:01 smithi194 bash[57237]: cluster 2024-03-30T04:46:00.468835+0000 mgr.y (mgr.25390) 240 : cluster [DBG] pgmap v140: 161 pgs: 18 peering, 17 active+undersized+degraded, 31 active+undersized, 95 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 71/726 objects degraded (9.780%) 2024-03-30T04:46:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:01 smithi194 bash[57237]: cluster 2024-03-30T04:46:00.678024+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-30T04:46:03.926 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:03 smithi194 bash[57237]: cluster 2024-03-30T04:46:02.470097+0000 mgr.y (mgr.25390) 241 : cluster [DBG] pgmap v142: 161 pgs: 18 peering, 10 active+undersized+degraded, 17 active+undersized, 116 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:03.926 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:03 smithi194 bash[55920]: cluster 2024-03-30T04:46:02.470097+0000 mgr.y (mgr.25390) 241 : cluster [DBG] pgmap v142: 161 pgs: 18 peering, 10 active+undersized+degraded, 17 active+undersized, 116 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:03.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:03 smithi196 bash[44979]: cluster 2024-03-30T04:46:02.470097+0000 mgr.y (mgr.25390) 241 : cluster [DBG] pgmap v142: 161 pgs: 18 peering, 10 active+undersized+degraded, 17 active+undersized, 116 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:46:04.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:46:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:46:03] "GET /metrics HTTP/1.1" 200 38444 "" "Prometheus/2.33.4" 2024-03-30T04:46:05.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:05 smithi196 bash[44979]: audit 2024-03-30T04:46:04.141886+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:05.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:05 smithi196 bash[44979]: audit 2024-03-30T04:46:04.144260+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:05.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:05 smithi196 bash[44979]: cluster 2024-03-30T04:46:04.276290+0000 mon.a (mon.0) 446 : cluster [WRN] Health check update: Degraded data redundancy: 41/726 objects degraded (5.647%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:05.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:05 smithi196 bash[44979]: cluster 2024-03-30T04:46:04.471008+0000 mgr.y (mgr.25390) 242 : cluster [DBG] pgmap v143: 161 pgs: 18 peering, 143 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:05.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[57237]: audit 2024-03-30T04:46:04.141886+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:05.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[57237]: audit 2024-03-30T04:46:04.144260+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:05.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[57237]: cluster 2024-03-30T04:46:04.276290+0000 mon.a (mon.0) 446 : cluster [WRN] Health check update: Degraded data redundancy: 41/726 objects degraded (5.647%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:05.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[57237]: cluster 2024-03-30T04:46:04.471008+0000 mgr.y (mgr.25390) 242 : cluster [DBG] pgmap v143: 161 pgs: 18 peering, 143 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[55920]: audit 2024-03-30T04:46:04.141886+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[55920]: audit 2024-03-30T04:46:04.144260+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[55920]: cluster 2024-03-30T04:46:04.276290+0000 mon.a (mon.0) 446 : cluster [WRN] Health check update: Degraded data redundancy: 41/726 objects degraded (5.647%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:05 smithi194 bash[55920]: cluster 2024-03-30T04:46:04.471008+0000 mgr.y (mgr.25390) 242 : cluster [DBG] pgmap v143: 161 pgs: 18 peering, 143 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:06.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:06 smithi196 bash[44979]: cluster 2024-03-30T04:46:05.137211+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/726 objects degraded (5.647%), 10 pgs degraded) 2024-03-30T04:46:06.521 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:06 smithi194 bash[55920]: cluster 2024-03-30T04:46:05.137211+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/726 objects degraded (5.647%), 10 pgs degraded) 2024-03-30T04:46:06.522 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:06 smithi194 bash[57237]: cluster 2024-03-30T04:46:05.137211+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/726 objects degraded (5.647%), 10 pgs degraded) 2024-03-30T04:46:07.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:07 smithi196 bash[44979]: cluster 2024-03-30T04:46:06.472510+0000 mgr.y (mgr.25390) 243 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:07.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:07 smithi194 bash[55920]: cluster 2024-03-30T04:46:06.472510+0000 mgr.y (mgr.25390) 243 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:07.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:07 smithi194 bash[57237]: cluster 2024-03-30T04:46:06.472510+0000 mgr.y (mgr.25390) 243 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:09.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: cluster 2024-03-30T04:46:08.473431+0000 mgr.y (mgr.25390) 244 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:09.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.696816+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.710450+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.713491+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.715266+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: cluster 2024-03-30T04:46:08.719147+0000 mgr.y (mgr.25390) 245 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: cluster 2024-03-30T04:46:08.720016+0000 mgr.y (mgr.25390) 246 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.732280+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.821300+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.826847+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.830818+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.833508+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.837574+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:09.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:09 smithi196 bash[44979]: audit 2024-03-30T04:46:08.837889+0000 mgr.y (mgr.25390) 247 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: cluster 2024-03-30T04:46:08.473431+0000 mgr.y (mgr.25390) 244 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.696816+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.710450+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.713491+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.715266+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: cluster 2024-03-30T04:46:08.719147+0000 mgr.y (mgr.25390) 245 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: cluster 2024-03-30T04:46:08.720016+0000 mgr.y (mgr.25390) 246 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.732280+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.821300+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.826847+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.830818+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.833508+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.837574+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[55920]: audit 2024-03-30T04:46:08.837889+0000 mgr.y (mgr.25390) 247 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: cluster 2024-03-30T04:46:08.473431+0000 mgr.y (mgr.25390) 244 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.696816+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:10.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.710450+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.713491+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.715266+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: cluster 2024-03-30T04:46:08.719147+0000 mgr.y (mgr.25390) 245 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: cluster 2024-03-30T04:46:08.720016+0000 mgr.y (mgr.25390) 246 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.732280+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.821300+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.826847+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.830818+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.833508+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.837574+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:10.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:09 smithi194 bash[57237]: audit 2024-03-30T04:46:08.837889+0000 mgr.y (mgr.25390) 247 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:10 smithi194 bash[55920]: cephadm 2024-03-30T04:46:08.839658+0000 mgr.y (mgr.25390) 248 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:11.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:10 smithi194 bash[57237]: cephadm 2024-03-30T04:46:08.839658+0000 mgr.y (mgr.25390) 248 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:11.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:10 smithi196 bash[44979]: cephadm 2024-03-30T04:46:08.839658+0000 mgr.y (mgr.25390) 248 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:12.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[55920]: audit 2024-03-30T04:46:10.228273+0000 mgr.y (mgr.25390) 249 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[55920]: cluster 2024-03-30T04:46:10.721254+0000 mgr.y (mgr.25390) 250 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[55920]: audit 2024-03-30T04:46:11.270167+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[55920]: audit 2024-03-30T04:46:11.275234+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[55920]: audit 2024-03-30T04:46:11.276835+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[57237]: audit 2024-03-30T04:46:10.228273+0000 mgr.y (mgr.25390) 249 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[57237]: cluster 2024-03-30T04:46:10.721254+0000 mgr.y (mgr.25390) 250 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[57237]: audit 2024-03-30T04:46:11.270167+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[57237]: audit 2024-03-30T04:46:11.275234+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:12.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:11 smithi194 bash[57237]: audit 2024-03-30T04:46:11.276835+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:12.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:11 smithi196 bash[44979]: audit 2024-03-30T04:46:10.228273+0000 mgr.y (mgr.25390) 249 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:12.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:11 smithi196 bash[44979]: cluster 2024-03-30T04:46:10.721254+0000 mgr.y (mgr.25390) 250 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-03-30T04:46:12.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:11 smithi196 bash[44979]: audit 2024-03-30T04:46:11.270167+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:12.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:11 smithi196 bash[44979]: audit 2024-03-30T04:46:11.275234+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:12.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:11 smithi196 bash[44979]: audit 2024-03-30T04:46:11.276835+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:12.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:12 smithi196 bash[44979]: cephadm 2024-03-30T04:46:11.262730+0000 mgr.y (mgr.25390) 251 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:12.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:12 smithi196 bash[44979]: cephadm 2024-03-30T04:46:11.282546+0000 mgr.y (mgr.25390) 252 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-03-30T04:46:13.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:12 smithi194 bash[57237]: cephadm 2024-03-30T04:46:11.262730+0000 mgr.y (mgr.25390) 251 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:13.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:12 smithi194 bash[57237]: cephadm 2024-03-30T04:46:11.282546+0000 mgr.y (mgr.25390) 252 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-03-30T04:46:13.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:12 smithi194 bash[55920]: cephadm 2024-03-30T04:46:11.262730+0000 mgr.y (mgr.25390) 251 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:13.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:12 smithi194 bash[55920]: cephadm 2024-03-30T04:46:11.282546+0000 mgr.y (mgr.25390) 252 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-03-30T04:46:13.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:13 smithi196 bash[44979]: cluster 2024-03-30T04:46:12.722532+0000 mgr.y (mgr.25390) 253 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2024-03-30T04:46:14.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:13 smithi194 bash[55920]: cluster 2024-03-30T04:46:12.722532+0000 mgr.y (mgr.25390) 253 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2024-03-30T04:46:14.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:46:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:46:13] "GET /metrics HTTP/1.1" 200 38456 "" "Prometheus/2.33.4" 2024-03-30T04:46:14.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:13 smithi194 bash[57237]: cluster 2024-03-30T04:46:12.722532+0000 mgr.y (mgr.25390) 253 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2024-03-30T04:46:15.399 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:46:15.648 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:15 smithi196 bash[44979]: audit 2024-03-30T04:46:14.334711+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:15.649 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:15 smithi196 bash[44979]: cluster 2024-03-30T04:46:14.723581+0000 mgr.y (mgr.25390) 254 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:15.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:15 smithi194 bash[55920]: audit 2024-03-30T04:46:14.334711+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:15.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:15 smithi194 bash[55920]: cluster 2024-03-30T04:46:14.723581+0000 mgr.y (mgr.25390) 254 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:15.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:15 smithi194 bash[57237]: audit 2024-03-30T04:46:14.334711+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:15.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:15 smithi194 bash[57237]: cluster 2024-03-30T04:46:14.723581+0000 mgr.y (mgr.25390) 254 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:15.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.944 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.944 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.945 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.945 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.946 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.946 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: Stopping Ceph osd.4 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:46:15.946 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:15.947 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:46:15 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:16.139 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:46:16.139 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (6m) 18s ago 13m 13.9M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:46:16.139 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 2m ago 12m - - 2024-03-30T04:46:16.139 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (4m) 18s ago 11m 43.7M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (4m) 2m ago 18m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (5m) 18s ago 20m 497M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (4m) 18s ago 20m 51.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (3m) 2m ago 19m 20.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (3m) 18s ago 19m 41.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (6m) 18s ago 13m 9711k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (5m) 2m ago 13m 9440k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (108s) 18s ago 18m 49.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (79s) 18s ago 17m 54.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (50s) 18s ago 17m 44.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (22s) 18s ago 16m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (15m) 2m ago 16m 60.2M 3036M 17.2.0 e1d6a67b021e beae632b1d21 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (15m) 2m ago 15m 54.6M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:46:16.140 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (14m) 2m ago 14m 51.8M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:46:16.141 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (14m) 2m ago 14m 55.6M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:46:16.141 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (4m) 2m ago 13m 61.1M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:46:16.141 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (11m) 18s ago 11m 87.6M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:46:16.141 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (11m) 2m ago 11m 87.0M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:46:16.141 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (11m) 18s ago 11m 87.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:46:16.141 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (11m) 2m ago 11m 87.6M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:46:16.337 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:16 smithi196 bash[21595]: debug 2024-03-30T04:46:15.997+0000 7f93e74d7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:46:16.337 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:16 smithi196 bash[21595]: debug 2024-03-30T04:46:15.997+0000 7f93e74d7700 -1 osd.4 125 *** Got signal Terminated *** 2024-03-30T04:46:16.337 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:16 smithi196 bash[21595]: debug 2024-03-30T04:46:15.997+0000 7f93e74d7700 -1 osd.4 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:46:16.590 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:46:16.591 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:16.592 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:46:16.592 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-30T04:46:16.592 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 9 2024-03-30T04:46:16.592 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:46:16.592 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:46:16.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:16 smithi196 bash[44979]: audit 2024-03-30T04:46:15.391778+0000 mgr.y (mgr.25390) 255 : audit [DBG] from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:16.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:16 smithi196 bash[44979]: audit 2024-03-30T04:46:15.766181+0000 mgr.y (mgr.25390) 256 : audit [DBG] from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:16.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:16 smithi196 bash[44979]: cluster 2024-03-30T04:46:15.997232+0000 mon.a (mon.0) 462 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:46:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:16 smithi194 bash[55920]: audit 2024-03-30T04:46:15.391778+0000 mgr.y (mgr.25390) 255 : audit [DBG] from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:16 smithi194 bash[55920]: audit 2024-03-30T04:46:15.766181+0000 mgr.y (mgr.25390) 256 : audit [DBG] from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:16.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:16 smithi194 bash[55920]: cluster 2024-03-30T04:46:15.997232+0000 mon.a (mon.0) 462 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:46:16.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:16 smithi194 bash[57237]: audit 2024-03-30T04:46:15.391778+0000 mgr.y (mgr.25390) 255 : audit [DBG] from='client.34413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:16.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:16 smithi194 bash[57237]: audit 2024-03-30T04:46:15.766181+0000 mgr.y (mgr.25390) 256 : audit [DBG] from='client.44347 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:16.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:16 smithi194 bash[57237]: cluster 2024-03-30T04:46:15.997232+0000 mon.a (mon.0) 462 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:46:16.951 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:46:16.951 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:46:16.951 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:46:16.951 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:46:16.951 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:46:16.952 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:46:16.952 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:46:16.952 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:46:16.952 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "9/23 daemons upgraded", 2024-03-30T04:46:16.952 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:46:16.952 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:46:16.952 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:46:17.416 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-03-30T04:46:17.416 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:46:17.416 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:46:17.417 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:46:17.417 INFO:teuthology.orchestra.run.smithi194.stdout: osd.4 (root=default,host=smithi196) is down 2024-03-30T04:46:17.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:17 smithi196 bash[44979]: audit 2024-03-30T04:46:16.117107+0000 mgr.y (mgr.25390) 257 : audit [DBG] from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:17.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:17 smithi196 bash[44979]: cluster 2024-03-30T04:46:16.342382+0000 mon.a (mon.0) 463 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:17.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:17 smithi196 bash[44979]: cluster 2024-03-30T04:46:16.366379+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-30T04:46:17.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:17 smithi196 bash[44979]: audit 2024-03-30T04:46:16.597785+0000 mon.a (mon.0) 465 : audit [DBG] from='client.? 172.21.15.194:0/2175593621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:17.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:17 smithi196 bash[44979]: cluster 2024-03-30T04:46:16.724142+0000 mgr.y (mgr.25390) 258 : cluster [DBG] pgmap v152: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:17.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[55920]: audit 2024-03-30T04:46:16.117107+0000 mgr.y (mgr.25390) 257 : audit [DBG] from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[55920]: cluster 2024-03-30T04:46:16.342382+0000 mon.a (mon.0) 463 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[55920]: cluster 2024-03-30T04:46:16.366379+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[55920]: audit 2024-03-30T04:46:16.597785+0000 mon.a (mon.0) 465 : audit [DBG] from='client.? 172.21.15.194:0/2175593621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[55920]: cluster 2024-03-30T04:46:16.724142+0000 mgr.y (mgr.25390) 258 : cluster [DBG] pgmap v152: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[57237]: audit 2024-03-30T04:46:16.117107+0000 mgr.y (mgr.25390) 257 : audit [DBG] from='client.44353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[57237]: cluster 2024-03-30T04:46:16.342382+0000 mon.a (mon.0) 463 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[57237]: cluster 2024-03-30T04:46:16.366379+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[57237]: audit 2024-03-30T04:46:16.597785+0000 mon.a (mon.0) 465 : audit [DBG] from='client.? 172.21.15.194:0/2175593621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:17 smithi194 bash[57237]: cluster 2024-03-30T04:46:16.724142+0000 mgr.y (mgr.25390) 258 : cluster [DBG] pgmap v152: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:17.944 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:17 smithi196 bash[46682]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:46:17.944 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:17 smithi196 bash[46749]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:46:18.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:18 smithi196 bash[44979]: audit 2024-03-30T04:46:16.957910+0000 mgr.y (mgr.25390) 259 : audit [DBG] from='client.44365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:18.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:18 smithi196 bash[44979]: cluster 2024-03-30T04:46:17.368073+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-30T04:46:18.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:18 smithi196 bash[44979]: audit 2024-03-30T04:46:17.423631+0000 mon.a (mon.0) 467 : audit [DBG] from='client.? 172.21.15.194:0/1567501729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:18.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:18 smithi194 bash[57237]: audit 2024-03-30T04:46:16.957910+0000 mgr.y (mgr.25390) 259 : audit [DBG] from='client.44365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:18.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:18 smithi194 bash[57237]: cluster 2024-03-30T04:46:17.368073+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-30T04:46:18.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:18 smithi194 bash[57237]: audit 2024-03-30T04:46:17.423631+0000 mon.a (mon.0) 467 : audit [DBG] from='client.? 172.21.15.194:0/1567501729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:18 smithi194 bash[55920]: audit 2024-03-30T04:46:16.957910+0000 mgr.y (mgr.25390) 259 : audit [DBG] from='client.44365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:18.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:18 smithi194 bash[55920]: cluster 2024-03-30T04:46:17.368073+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-30T04:46:18.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:18 smithi194 bash[55920]: audit 2024-03-30T04:46:17.423631+0000 mon.a (mon.0) 467 : audit [DBG] from='client.? 172.21.15.194:0/1567501729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:19.418 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:19 smithi196 bash[44979]: cluster 2024-03-30T04:46:18.725554+0000 mgr.y (mgr.25390) 260 : cluster [DBG] pgmap v154: 161 pgs: 2 active+undersized+degraded, 9 peering, 15 stale+active+clean, 8 active+undersized, 127 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:46:19.419 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:19 smithi196 bash[44979]: audit 2024-03-30T04:46:19.140240+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:19.419 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:19 smithi196 bash[44979]: audit 2024-03-30T04:46:19.142545+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:19.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:19 smithi194 bash[55920]: cluster 2024-03-30T04:46:18.725554+0000 mgr.y (mgr.25390) 260 : cluster [DBG] pgmap v154: 161 pgs: 2 active+undersized+degraded, 9 peering, 15 stale+active+clean, 8 active+undersized, 127 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:46:19.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:19 smithi194 bash[55920]: audit 2024-03-30T04:46:19.140240+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:19.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:19 smithi194 bash[55920]: audit 2024-03-30T04:46:19.142545+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:19 smithi194 bash[57237]: cluster 2024-03-30T04:46:18.725554+0000 mgr.y (mgr.25390) 260 : cluster [DBG] pgmap v154: 161 pgs: 2 active+undersized+degraded, 9 peering, 15 stale+active+clean, 8 active+undersized, 127 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:46:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:19 smithi194 bash[57237]: audit 2024-03-30T04:46:19.140240+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:19.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:19 smithi194 bash[57237]: audit 2024-03-30T04:46:19.142545+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:20.120 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.120 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.120 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.121 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.121 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.121 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.121 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.122 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.122 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:19 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.4.service: Deactivated successfully. 2024-03-30T04:46:20.122 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:19 smithi196 systemd[1]: Stopped Ceph osd.4 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:20.122 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:20.445 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:20 smithi196 systemd[1]: Started Ceph osd.4 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:20 smithi196 bash[44979]: cluster 2024-03-30T04:46:19.362313+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:20 smithi196 bash[44979]: cluster 2024-03-30T04:46:19.362377+0000 mon.a (mon.0) 471 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 2 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:20.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:20 smithi196 bash[44979]: audit 2024-03-30T04:46:20.190039+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:20.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:20 smithi196 bash[44979]: audit 2024-03-30T04:46:20.204083+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:20.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:20 smithi196 bash[44979]: audit 2024-03-30T04:46:20.226340+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:20.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[55920]: cluster 2024-03-30T04:46:19.362313+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:20.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[55920]: cluster 2024-03-30T04:46:19.362377+0000 mon.a (mon.0) 471 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 2 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:20.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[55920]: audit 2024-03-30T04:46:20.190039+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:20.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[55920]: audit 2024-03-30T04:46:20.204083+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[55920]: audit 2024-03-30T04:46:20.226340+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[57237]: cluster 2024-03-30T04:46:19.362313+0000 mon.a (mon.0) 470 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[57237]: cluster 2024-03-30T04:46:19.362377+0000 mon.a (mon.0) 471 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 2 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[57237]: audit 2024-03-30T04:46:20.190039+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[57237]: audit 2024-03-30T04:46:20.204083+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:20 smithi194 bash[57237]: audit 2024-03-30T04:46:20.226340+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:22.074 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:21 smithi196 bash[44979]: audit 2024-03-30T04:46:20.236313+0000 mgr.y (mgr.25390) 261 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.074 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:21 smithi196 bash[44979]: cluster 2024-03-30T04:46:20.726425+0000 mgr.y (mgr.25390) 262 : cluster [DBG] pgmap v155: 161 pgs: 15 active+undersized+degraded, 9 peering, 6 stale+active+clean, 27 active+undersized, 104 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:46:22.074 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:21 smithi196 bash[44979]: audit 2024-03-30T04:46:20.802849+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:22.075 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:21 smithi196 bash[44979]: audit 2024-03-30T04:46:20.813627+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[55920]: audit 2024-03-30T04:46:20.236313+0000 mgr.y (mgr.25390) 261 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[55920]: cluster 2024-03-30T04:46:20.726425+0000 mgr.y (mgr.25390) 262 : cluster [DBG] pgmap v155: 161 pgs: 15 active+undersized+degraded, 9 peering, 6 stale+active+clean, 27 active+undersized, 104 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:46:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[55920]: audit 2024-03-30T04:46:20.802849+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[55920]: audit 2024-03-30T04:46:20.813627+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:22.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[57237]: audit 2024-03-30T04:46:20.236313+0000 mgr.y (mgr.25390) 261 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[57237]: cluster 2024-03-30T04:46:20.726425+0000 mgr.y (mgr.25390) 262 : cluster [DBG] pgmap v155: 161 pgs: 15 active+undersized+degraded, 9 peering, 6 stale+active+clean, 27 active+undersized, 104 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 70/726 objects degraded (9.642%) 2024-03-30T04:46:22.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[57237]: audit 2024-03-30T04:46:20.802849+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:22.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:21 smithi194 bash[57237]: audit 2024-03-30T04:46:20.813627+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:22.377 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[46903]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-30T04:46:22.377 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[46903]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-30T04:46:22.378 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[46903]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-30T04:46:22.378 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[46903]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-30T04:46:22.378 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[46903]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-03-30T04:46:22.378 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[46903]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-30T04:46:22.378 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[46903]: --> ceph-volume raw activate successful for osd ID: 4 2024-03-30T04:46:23.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[44979]: cluster 2024-03-30T04:46:22.727978+0000 mgr.y (mgr.25390) 263 : cluster [DBG] pgmap v156: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:23.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:22 smithi196 bash[44979]: cluster 2024-03-30T04:46:22.801374+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-03-30T04:46:23.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:22 smithi194 bash[57237]: cluster 2024-03-30T04:46:22.727978+0000 mgr.y (mgr.25390) 263 : cluster [DBG] pgmap v156: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:23.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:22 smithi194 bash[57237]: cluster 2024-03-30T04:46:22.801374+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-03-30T04:46:23.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:22 smithi194 bash[55920]: cluster 2024-03-30T04:46:22.727978+0000 mgr.y (mgr.25390) 263 : cluster [DBG] pgmap v156: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:23.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:22 smithi194 bash[55920]: cluster 2024-03-30T04:46:22.801374+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-03-30T04:46:24.193 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:23 smithi196 bash[47131]: debug 2024-03-30T04:46:23.985+0000 7f014d77a700 1 -- 172.21.15.196:0/1412983810 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561ad3ec3680 con 0x561ad3f00c00 2024-03-30T04:46:24.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:46:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:46:23] "GET /metrics HTTP/1.1" 200 38448 "" "Prometheus/2.33.4" 2024-03-30T04:46:24.943 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:24 smithi196 bash[47131]: debug 2024-03-30T04:46:24.517+0000 7f01569127c0 -1 Falling back to public interface 2024-03-30T04:46:26.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:25 smithi194 bash[55920]: cluster 2024-03-30T04:46:24.729426+0000 mgr.y (mgr.25390) 264 : cluster [DBG] pgmap v157: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:26.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:25 smithi194 bash[57237]: cluster 2024-03-30T04:46:24.729426+0000 mgr.y (mgr.25390) 264 : cluster [DBG] pgmap v157: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:26.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:25 smithi196 bash[44979]: cluster 2024-03-30T04:46:24.729426+0000 mgr.y (mgr.25390) 264 : cluster [DBG] pgmap v157: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:27.785 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:27 smithi196 bash[47131]: debug 2024-03-30T04:46:27.533+0000 7f01569127c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-03-30T04:46:27.785 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:27 smithi196 bash[47131]: debug 2024-03-30T04:46:27.577+0000 7f01569127c0 -1 osd.4 125 log_to_monitors true 2024-03-30T04:46:28.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[57237]: cluster 2024-03-30T04:46:26.731171+0000 mgr.y (mgr.25390) 265 : cluster [DBG] pgmap v158: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[57237]: audit 2024-03-30T04:46:27.376461+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[57237]: audit 2024-03-30T04:46:27.388923+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[57237]: audit 2024-03-30T04:46:27.582588+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[57237]: audit 2024-03-30T04:46:27.586124+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[55920]: cluster 2024-03-30T04:46:26.731171+0000 mgr.y (mgr.25390) 265 : cluster [DBG] pgmap v158: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[55920]: audit 2024-03-30T04:46:27.376461+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[55920]: audit 2024-03-30T04:46:27.388923+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[55920]: audit 2024-03-30T04:46:27.582588+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:27 smithi194 bash[55920]: audit 2024-03-30T04:46:27.586124+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:28.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:27 smithi196 bash[44979]: cluster 2024-03-30T04:46:26.731171+0000 mgr.y (mgr.25390) 265 : cluster [DBG] pgmap v158: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 129/726 objects degraded (17.769%) 2024-03-30T04:46:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:27 smithi196 bash[44979]: audit 2024-03-30T04:46:27.376461+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:27 smithi196 bash[44979]: audit 2024-03-30T04:46:27.388923+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:27 smithi196 bash[44979]: audit 2024-03-30T04:46:27.582588+0000 mon.a (mon.0) 480 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:27 smithi196 bash[44979]: audit 2024-03-30T04:46:27.586124+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:46:28.693 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:28 smithi196 bash[47131]: debug 2024-03-30T04:46:28.437+0000 7f0147d6a700 -1 osd.4 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:46:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: audit 2024-03-30T04:46:28.387823+0000 mon.a (mon.0) 481 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:46:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: cluster 2024-03-30T04:46:28.393746+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-30T04:46:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: audit 2024-03-30T04:46:28.397571+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: audit 2024-03-30T04:46:28.401232+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: audit 2024-03-30T04:46:28.544141+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: audit 2024-03-30T04:46:28.556024+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:29.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: cluster 2024-03-30T04:46:28.732477+0000 mgr.y (mgr.25390) 266 : cluster [DBG] pgmap v160: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s; 129/726 objects degraded (17.769%) 2024-03-30T04:46:29.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:29 smithi196 bash[44979]: cluster 2024-03-30T04:46:29.282438+0000 mon.a (mon.0) 486 : cluster [WRN] Health check update: Degraded data redundancy: 129/726 objects degraded (17.769%), 28 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:29.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: audit 2024-03-30T04:46:28.387823+0000 mon.a (mon.0) 481 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: cluster 2024-03-30T04:46:28.393746+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: audit 2024-03-30T04:46:28.397571+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: audit 2024-03-30T04:46:28.401232+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: audit 2024-03-30T04:46:28.544141+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: audit 2024-03-30T04:46:28.556024+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: cluster 2024-03-30T04:46:28.732477+0000 mgr.y (mgr.25390) 266 : cluster [DBG] pgmap v160: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s; 129/726 objects degraded (17.769%) 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[55920]: cluster 2024-03-30T04:46:29.282438+0000 mon.a (mon.0) 486 : cluster [WRN] Health check update: Degraded data redundancy: 129/726 objects degraded (17.769%), 28 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: audit 2024-03-30T04:46:28.387823+0000 mon.a (mon.0) 481 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:46:29.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: cluster 2024-03-30T04:46:28.393746+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-30T04:46:29.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: audit 2024-03-30T04:46:28.397571+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:29.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: audit 2024-03-30T04:46:28.401232+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:29.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: audit 2024-03-30T04:46:28.544141+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:29.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: audit 2024-03-30T04:46:28.556024+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:29.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: cluster 2024-03-30T04:46:28.732477+0000 mgr.y (mgr.25390) 266 : cluster [DBG] pgmap v160: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 0 op/s; 129/726 objects degraded (17.769%) 2024-03-30T04:46:29.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:29 smithi194 bash[57237]: cluster 2024-03-30T04:46:29.282438+0000 mon.a (mon.0) 486 : cluster [WRN] Health check update: Degraded data redundancy: 129/726 objects degraded (17.769%), 28 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:30.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[55920]: cluster 2024-03-30T04:46:29.388785+0000 mon.a (mon.0) 487 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[55920]: cluster 2024-03-30T04:46:29.401012+0000 mon.a (mon.0) 488 : cluster [INF] osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950] boot 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[55920]: cluster 2024-03-30T04:46:29.401195+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e129: 8 total, 8 up, 8 in 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[55920]: audit 2024-03-30T04:46:29.405272+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[55920]: cluster 2024-03-30T04:46:30.401625+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e130: 8 total, 8 up, 8 in 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[57237]: cluster 2024-03-30T04:46:29.388785+0000 mon.a (mon.0) 487 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[57237]: cluster 2024-03-30T04:46:29.401012+0000 mon.a (mon.0) 488 : cluster [INF] osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950] boot 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[57237]: cluster 2024-03-30T04:46:29.401195+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e129: 8 total, 8 up, 8 in 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[57237]: audit 2024-03-30T04:46:29.405272+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:46:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:30 smithi194 bash[57237]: cluster 2024-03-30T04:46:30.401625+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e130: 8 total, 8 up, 8 in 2024-03-30T04:46:30.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:30 smithi196 bash[44979]: cluster 2024-03-30T04:46:29.388785+0000 mon.a (mon.0) 487 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:30.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:30 smithi196 bash[44979]: cluster 2024-03-30T04:46:29.401012+0000 mon.a (mon.0) 488 : cluster [INF] osd.4 [v2:172.21.15.196:6800/929733950,v1:172.21.15.196:6801/929733950] boot 2024-03-30T04:46:30.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:30 smithi196 bash[44979]: cluster 2024-03-30T04:46:29.401195+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e129: 8 total, 8 up, 8 in 2024-03-30T04:46:30.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:30 smithi196 bash[44979]: audit 2024-03-30T04:46:29.405272+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:46:30.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:30 smithi196 bash[44979]: cluster 2024-03-30T04:46:30.401625+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e130: 8 total, 8 up, 8 in 2024-03-30T04:46:31.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:31 smithi196 bash[44979]: audit 2024-03-30T04:46:30.243786+0000 mgr.y (mgr.25390) 267 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:31.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:31 smithi196 bash[44979]: cluster 2024-03-30T04:46:30.733551+0000 mgr.y (mgr.25390) 268 : cluster [DBG] pgmap v163: 161 pgs: 23 peering, 18 active+undersized+degraded, 27 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2024-03-30T04:46:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:31 smithi194 bash[55920]: audit 2024-03-30T04:46:30.243786+0000 mgr.y (mgr.25390) 267 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:31 smithi194 bash[55920]: cluster 2024-03-30T04:46:30.733551+0000 mgr.y (mgr.25390) 268 : cluster [DBG] pgmap v163: 161 pgs: 23 peering, 18 active+undersized+degraded, 27 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2024-03-30T04:46:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:31 smithi194 bash[57237]: audit 2024-03-30T04:46:30.243786+0000 mgr.y (mgr.25390) 267 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:31 smithi194 bash[57237]: cluster 2024-03-30T04:46:30.733551+0000 mgr.y (mgr.25390) 268 : cluster [DBG] pgmap v163: 161 pgs: 23 peering, 18 active+undersized+degraded, 27 active+undersized, 93 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2024-03-30T04:46:33.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:33 smithi196 bash[44979]: cluster 2024-03-30T04:46:32.734941+0000 mgr.y (mgr.25390) 269 : cluster [DBG] pgmap v164: 161 pgs: 23 peering, 11 active+undersized+degraded, 16 active+undersized, 111 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 42/726 objects degraded (5.785%) 2024-03-30T04:46:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:33 smithi194 bash[55920]: cluster 2024-03-30T04:46:32.734941+0000 mgr.y (mgr.25390) 269 : cluster [DBG] pgmap v164: 161 pgs: 23 peering, 11 active+undersized+degraded, 16 active+undersized, 111 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 42/726 objects degraded (5.785%) 2024-03-30T04:46:34.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:46:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:46:33] "GET /metrics HTTP/1.1" 200 38448 "" "Prometheus/2.33.4" 2024-03-30T04:46:34.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:33 smithi194 bash[57237]: cluster 2024-03-30T04:46:32.734941+0000 mgr.y (mgr.25390) 269 : cluster [DBG] pgmap v164: 161 pgs: 23 peering, 11 active+undersized+degraded, 16 active+undersized, 111 active+clean; 585 KiB data, 202 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 42/726 objects degraded (5.785%) 2024-03-30T04:46:35.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:35 smithi196 bash[44979]: audit 2024-03-30T04:46:34.141173+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:35.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:35 smithi196 bash[44979]: audit 2024-03-30T04:46:34.143896+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:35.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:35 smithi196 bash[44979]: cluster 2024-03-30T04:46:34.283634+0000 mon.a (mon.0) 494 : cluster [WRN] Health check update: Degraded data redundancy: 42/726 objects degraded (5.785%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:35.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:35 smithi196 bash[44979]: cluster 2024-03-30T04:46:34.736005+0000 mgr.y (mgr.25390) 270 : cluster [DBG] pgmap v165: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:46:35.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[55920]: audit 2024-03-30T04:46:34.141173+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:35.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[55920]: audit 2024-03-30T04:46:34.143896+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:35.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[55920]: cluster 2024-03-30T04:46:34.283634+0000 mon.a (mon.0) 494 : cluster [WRN] Health check update: Degraded data redundancy: 42/726 objects degraded (5.785%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:35.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[55920]: cluster 2024-03-30T04:46:34.736005+0000 mgr.y (mgr.25390) 270 : cluster [DBG] pgmap v165: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:46:35.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[57237]: audit 2024-03-30T04:46:34.141173+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:35.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[57237]: audit 2024-03-30T04:46:34.143896+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:35.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[57237]: cluster 2024-03-30T04:46:34.283634+0000 mon.a (mon.0) 494 : cluster [WRN] Health check update: Degraded data redundancy: 42/726 objects degraded (5.785%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:35.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:35 smithi194 bash[57237]: cluster 2024-03-30T04:46:34.736005+0000 mgr.y (mgr.25390) 270 : cluster [DBG] pgmap v165: 161 pgs: 23 peering, 138 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:46:36.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:36 smithi196 bash[44979]: cluster 2024-03-30T04:46:35.136595+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/726 objects degraded (5.785%), 11 pgs degraded) 2024-03-30T04:46:36.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:36 smithi194 bash[55920]: cluster 2024-03-30T04:46:35.136595+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/726 objects degraded (5.785%), 11 pgs degraded) 2024-03-30T04:46:36.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:36 smithi194 bash[57237]: cluster 2024-03-30T04:46:35.136595+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/726 objects degraded (5.785%), 11 pgs degraded) 2024-03-30T04:46:37.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:37 smithi196 bash[44979]: cluster 2024-03-30T04:46:36.737321+0000 mgr.y (mgr.25390) 271 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:37.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:37 smithi194 bash[57237]: cluster 2024-03-30T04:46:36.737321+0000 mgr.y (mgr.25390) 271 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:37.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:37 smithi194 bash[55920]: cluster 2024-03-30T04:46:36.737321+0000 mgr.y (mgr.25390) 271 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:40.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: cluster 2024-03-30T04:46:38.738572+0000 mgr.y (mgr.25390) 272 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:40.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.772471+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.786835+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.789643+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.791488+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: cluster 2024-03-30T04:46:38.795177+0000 mgr.y (mgr.25390) 273 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: cluster 2024-03-30T04:46:38.795988+0000 mgr.y (mgr.25390) 274 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.810398+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.911599+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.917098+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.921396+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.924642+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[57237]: audit 2024-03-30T04:46:38.928898+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: cluster 2024-03-30T04:46:38.738572+0000 mgr.y (mgr.25390) 272 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.772471+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.786835+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.789643+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.791488+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: cluster 2024-03-30T04:46:38.795177+0000 mgr.y (mgr.25390) 273 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: cluster 2024-03-30T04:46:38.795988+0000 mgr.y (mgr.25390) 274 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.810398+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.911599+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.917098+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.921396+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.924642+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:39 smithi194 bash[55920]: audit 2024-03-30T04:46:38.928898+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:40.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: cluster 2024-03-30T04:46:38.738572+0000 mgr.y (mgr.25390) 272 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.772471+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.786835+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.789643+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.791488+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: cluster 2024-03-30T04:46:38.795177+0000 mgr.y (mgr.25390) 273 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: cluster 2024-03-30T04:46:38.795988+0000 mgr.y (mgr.25390) 274 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.810398+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.911599+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.917098+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.921396+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.924642+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:40.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:39 smithi196 bash[44979]: audit 2024-03-30T04:46:38.928898+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:41.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:40 smithi194 bash[57237]: audit 2024-03-30T04:46:38.929261+0000 mgr.y (mgr.25390) 275 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:41.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:40 smithi194 bash[57237]: cephadm 2024-03-30T04:46:38.931662+0000 mgr.y (mgr.25390) 276 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:46:41.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:40 smithi194 bash[55920]: audit 2024-03-30T04:46:38.929261+0000 mgr.y (mgr.25390) 275 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:41.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:40 smithi194 bash[55920]: cephadm 2024-03-30T04:46:38.931662+0000 mgr.y (mgr.25390) 276 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:46:41.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:40 smithi196 bash[44979]: audit 2024-03-30T04:46:38.929261+0000 mgr.y (mgr.25390) 275 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:46:41.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:40 smithi196 bash[44979]: cephadm 2024-03-30T04:46:38.931662+0000 mgr.y (mgr.25390) 276 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:46:42.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[57237]: audit 2024-03-30T04:46:40.255024+0000 mgr.y (mgr.25390) 277 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[57237]: cluster 2024-03-30T04:46:40.797159+0000 mgr.y (mgr.25390) 278 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[57237]: audit 2024-03-30T04:46:41.261974+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[57237]: audit 2024-03-30T04:46:41.268423+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[57237]: audit 2024-03-30T04:46:41.280016+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[55920]: audit 2024-03-30T04:46:40.255024+0000 mgr.y (mgr.25390) 277 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[55920]: cluster 2024-03-30T04:46:40.797159+0000 mgr.y (mgr.25390) 278 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[55920]: audit 2024-03-30T04:46:41.261974+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[55920]: audit 2024-03-30T04:46:41.268423+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:46:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:41 smithi194 bash[55920]: audit 2024-03-30T04:46:41.280016+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:42.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:41 smithi196 bash[44979]: audit 2024-03-30T04:46:40.255024+0000 mgr.y (mgr.25390) 277 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:42.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:41 smithi196 bash[44979]: cluster 2024-03-30T04:46:40.797159+0000 mgr.y (mgr.25390) 278 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:42.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:41 smithi196 bash[44979]: audit 2024-03-30T04:46:41.261974+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:42.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:41 smithi196 bash[44979]: audit 2024-03-30T04:46:41.268423+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:46:42.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:41 smithi196 bash[44979]: audit 2024-03-30T04:46:41.280016+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:42 smithi194 bash[57237]: cephadm 2024-03-30T04:46:41.254651+0000 mgr.y (mgr.25390) 279 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:46:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:42 smithi194 bash[57237]: cephadm 2024-03-30T04:46:41.285897+0000 mgr.y (mgr.25390) 280 : cephadm [INF] Deploying daemon osd.5 on smithi196 2024-03-30T04:46:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:42 smithi194 bash[55920]: cephadm 2024-03-30T04:46:41.254651+0000 mgr.y (mgr.25390) 279 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:46:43.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:42 smithi194 bash[55920]: cephadm 2024-03-30T04:46:41.285897+0000 mgr.y (mgr.25390) 280 : cephadm [INF] Deploying daemon osd.5 on smithi196 2024-03-30T04:46:43.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:42 smithi196 bash[44979]: cephadm 2024-03-30T04:46:41.254651+0000 mgr.y (mgr.25390) 279 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:46:43.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:42 smithi196 bash[44979]: cephadm 2024-03-30T04:46:41.285897+0000 mgr.y (mgr.25390) 280 : cephadm [INF] Deploying daemon osd.5 on smithi196 2024-03-30T04:46:44.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:43 smithi194 bash[55920]: cluster 2024-03-30T04:46:42.798250+0000 mgr.y (mgr.25390) 281 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 635 B/s rd, 0 op/s 2024-03-30T04:46:44.083 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:46:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:46:43] "GET /metrics HTTP/1.1" 200 38463 "" "Prometheus/2.33.4" 2024-03-30T04:46:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:43 smithi194 bash[57237]: cluster 2024-03-30T04:46:42.798250+0000 mgr.y (mgr.25390) 281 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 635 B/s rd, 0 op/s 2024-03-30T04:46:44.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:43 smithi196 bash[44979]: cluster 2024-03-30T04:46:42.798250+0000 mgr.y (mgr.25390) 281 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 635 B/s rd, 0 op/s 2024-03-30T04:46:45.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:45 smithi196 bash[44979]: audit 2024-03-30T04:46:44.369212+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:45.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:45 smithi196 bash[44979]: cluster 2024-03-30T04:46:44.799302+0000 mgr.y (mgr.25390) 282 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:45.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:45 smithi194 bash[55920]: audit 2024-03-30T04:46:44.369212+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:45.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:45 smithi194 bash[55920]: cluster 2024-03-30T04:46:44.799302+0000 mgr.y (mgr.25390) 282 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:45.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:45 smithi194 bash[57237]: audit 2024-03-30T04:46:44.369212+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:45.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:45 smithi194 bash[57237]: cluster 2024-03-30T04:46:44.799302+0000 mgr.y (mgr.25390) 282 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:46.342 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.343 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.343 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.343 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.344 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.344 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.344 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.344 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.345 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:46.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:46 smithi196 bash[44979]: cluster 2024-03-30T04:46:46.486811+0000 mon.a (mon.0) 510 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:46:46.694 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:46 smithi196 systemd[1]: Stopping Ceph osd.5 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:46:46.694 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:46 smithi196 bash[24566]: debug 2024-03-30T04:46:46.485+0000 7f382f68e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:46:46.694 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:46 smithi196 bash[24566]: debug 2024-03-30T04:46:46.485+0000 7f382f68e700 -1 osd.5 130 *** Got signal Terminated *** 2024-03-30T04:46:46.694 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:46 smithi196 bash[24566]: debug 2024-03-30T04:46:46.485+0000 7f382f68e700 -1 osd.5 130 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:46:46.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:46 smithi194 bash[57237]: cluster 2024-03-30T04:46:46.486811+0000 mon.a (mon.0) 510 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:46:46.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:46 smithi194 bash[55920]: cluster 2024-03-30T04:46:46.486811+0000 mon.a (mon.0) 510 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:46:47.828 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:46:47.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[55920]: cluster 2024-03-30T04:46:46.538152+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:47.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[55920]: cluster 2024-03-30T04:46:46.549596+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-30T04:46:47.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[55920]: cluster 2024-03-30T04:46:46.800144+0000 mgr.y (mgr.25390) 283 : cluster [DBG] pgmap v174: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:47.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[55920]: cluster 2024-03-30T04:46:47.545148+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-30T04:46:47.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[57237]: cluster 2024-03-30T04:46:46.538152+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:47.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[57237]: cluster 2024-03-30T04:46:46.549596+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-30T04:46:47.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[57237]: cluster 2024-03-30T04:46:46.800144+0000 mgr.y (mgr.25390) 283 : cluster [DBG] pgmap v174: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:47.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:47 smithi194 bash[57237]: cluster 2024-03-30T04:46:47.545148+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-30T04:46:47.862 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:47 smithi196 bash[48559]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:46:47.862 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:47 smithi196 bash[48625]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:46:47.862 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:47 smithi196 bash[44979]: cluster 2024-03-30T04:46:46.538152+0000 mon.a (mon.0) 511 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:47.863 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:47 smithi196 bash[44979]: cluster 2024-03-30T04:46:46.549596+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e131: 8 total, 7 up, 8 in 2024-03-30T04:46:47.863 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:47 smithi196 bash[44979]: cluster 2024-03-30T04:46:46.800144+0000 mgr.y (mgr.25390) 283 : cluster [DBG] pgmap v174: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:46:47.863 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:47 smithi196 bash[44979]: cluster 2024-03-30T04:46:47.545148+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-30T04:46:48.539 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:46:48.539 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (6m) 50s ago 13m 13.9M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:46:48.539 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 21s ago 13m - - 2024-03-30T04:46:48.539 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (5m) 50s ago 11m 43.7M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:46:48.539 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (5m) 21s ago 19m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:46:48.539 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (5m) 50s ago 21m 497M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (4m) 50s ago 21m 51.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (3m) 21s ago 19m 39.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (4m) 50s ago 19m 41.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (6m) 50s ago 13m 9711k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (6m) 21s ago 13m 10.6M - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (2m) 50s ago 18m 49.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (112s) 50s ago 18m 54.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (82s) 50s ago 17m 44.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (54s) 50s ago 17m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (25s) 21s ago 16m - 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:46:48.540 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (15m) 21s ago 15m 60.5M 3036M 17.2.0 e1d6a67b021e 55e95c1d1db6 2024-03-30T04:46:48.541 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (15m) 21s ago 15m 58.1M 3036M 17.2.0 e1d6a67b021e 3f997891bf91 2024-03-30T04:46:48.541 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (14m) 21s ago 14m 63.1M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:46:48.541 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (5m) 21s ago 13m 66.9M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:46:48.541 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (11m) 50s ago 11m 87.6M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:46:48.541 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (11m) 21s ago 11m 87.7M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:46:48.541 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (11m) 50s ago 11m 87.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:46:48.541 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (11m) 21s ago 11m 88.4M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:46:48.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:48 smithi194 bash[57237]: audit 2024-03-30T04:46:47.820617+0000 mgr.y (mgr.25390) 284 : audit [DBG] from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:48 smithi194 bash[55920]: audit 2024-03-30T04:46:47.820617+0000 mgr.y (mgr.25390) 284 : audit [DBG] from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:48 smithi196 bash[44979]: audit 2024-03-30T04:46:47.820617+0000 mgr.y (mgr.25390) 284 : audit [DBG] from='client.44383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.970 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:46:48.970 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:46:48.970 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-30T04:46:48.971 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 10 2024-03-30T04:46:48.972 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:46:48.972 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:46:49.326 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:46:49.326 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:46:49.326 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:46:49.326 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:46:49.326 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:46:49.327 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:46:49.327 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:46:49.327 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:46:49.327 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "10/23 daemons upgraded", 2024-03-30T04:46:49.327 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:46:49.327 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:46:49.327 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:46:49.764 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Reduced data availability: 1 pg inactive, 1 pg peering; Degraded data redundancy: 39/726 objects degraded (5.372%), 10 pgs degraded 2024-03-30T04:46:49.764 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:46:49.764 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:46:49.764 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:46:49.764 INFO:teuthology.orchestra.run.smithi194.stdout: osd.5 (root=default,host=smithi196) is down 2024-03-30T04:46:49.764 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 1 pg inactive, 1 pg peering 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 5.1b is stuck peering for 2m, current state peering, last acting [0,7] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 39/726 objects degraded (5.372%), 10 pgs degraded 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.18 is active+undersized+degraded, acting [4,7] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.1e is active+undersized+degraded, acting [3,0] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2024-03-30T04:46:49.765 INFO:teuthology.orchestra.run.smithi194.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2024-03-30T04:46:49.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[57237]: audit 2024-03-30T04:46:48.170538+0000 mgr.y (mgr.25390) 285 : audit [DBG] from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[57237]: audit 2024-03-30T04:46:48.500641+0000 mgr.y (mgr.25390) 286 : audit [DBG] from='client.44395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[57237]: cluster 2024-03-30T04:46:48.801015+0000 mgr.y (mgr.25390) 287 : cluster [DBG] pgmap v176: 161 pgs: 10 active+undersized+degraded, 6 peering, 12 stale+active+clean, 9 active+undersized, 124 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 39/726 objects degraded (5.372%) 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[57237]: audit 2024-03-30T04:46:48.977207+0000 mon.a (mon.0) 514 : audit [DBG] from='client.? 172.21.15.194:0/2874097698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[57237]: audit 2024-03-30T04:46:49.138003+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[57237]: audit 2024-03-30T04:46:49.139018+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[55920]: audit 2024-03-30T04:46:48.170538+0000 mgr.y (mgr.25390) 285 : audit [DBG] from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[55920]: audit 2024-03-30T04:46:48.500641+0000 mgr.y (mgr.25390) 286 : audit [DBG] from='client.44395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[55920]: cluster 2024-03-30T04:46:48.801015+0000 mgr.y (mgr.25390) 287 : cluster [DBG] pgmap v176: 161 pgs: 10 active+undersized+degraded, 6 peering, 12 stale+active+clean, 9 active+undersized, 124 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 39/726 objects degraded (5.372%) 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[55920]: audit 2024-03-30T04:46:48.977207+0000 mon.a (mon.0) 514 : audit [DBG] from='client.? 172.21.15.194:0/2874097698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[55920]: audit 2024-03-30T04:46:49.138003+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:49 smithi194 bash[55920]: audit 2024-03-30T04:46:49.139018+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:49.914 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:49 smithi196 bash[44979]: audit 2024-03-30T04:46:48.170538+0000 mgr.y (mgr.25390) 285 : audit [DBG] from='client.34461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:49.914 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:49 smithi196 bash[44979]: audit 2024-03-30T04:46:48.500641+0000 mgr.y (mgr.25390) 286 : audit [DBG] from='client.44395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:49.914 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:49 smithi196 bash[44979]: cluster 2024-03-30T04:46:48.801015+0000 mgr.y (mgr.25390) 287 : cluster [DBG] pgmap v176: 161 pgs: 10 active+undersized+degraded, 6 peering, 12 stale+active+clean, 9 active+undersized, 124 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 39/726 objects degraded (5.372%) 2024-03-30T04:46:49.914 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:49 smithi196 bash[44979]: audit 2024-03-30T04:46:48.977207+0000 mon.a (mon.0) 514 : audit [DBG] from='client.? 172.21.15.194:0/2874097698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:49.915 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:49 smithi196 bash[44979]: audit 2024-03-30T04:46:49.138003+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:49.915 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:49 smithi196 bash[44979]: audit 2024-03-30T04:46:49.139018+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:50.171 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.171 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:49 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.5.service: Deactivated successfully. 2024-03-30T04:46:50.171 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:49 smithi196 systemd[1]: Stopped Ceph osd.5 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:50.172 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.172 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.173 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.173 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.174 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.174 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.175 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.175 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:50.443 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:50 smithi196 systemd[1]: Started Ceph osd.5 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:50.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 bash[44979]: audit 2024-03-30T04:46:49.332045+0000 mgr.y (mgr.25390) 288 : audit [DBG] from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:50.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 bash[44979]: cluster 2024-03-30T04:46:49.575556+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:46:50.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 bash[44979]: cluster 2024-03-30T04:46:49.575594+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: Degraded data redundancy: 39/726 objects degraded (5.372%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:50.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 bash[44979]: audit 2024-03-30T04:46:49.771049+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.194:0/2539884775' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:50.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 bash[44979]: audit 2024-03-30T04:46:50.226267+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:50.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 bash[44979]: audit 2024-03-30T04:46:50.237594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:50.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:50 smithi196 bash[44979]: audit 2024-03-30T04:46:50.279319+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:51.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[55920]: audit 2024-03-30T04:46:49.332045+0000 mgr.y (mgr.25390) 288 : audit [DBG] from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[55920]: cluster 2024-03-30T04:46:49.575556+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[55920]: cluster 2024-03-30T04:46:49.575594+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: Degraded data redundancy: 39/726 objects degraded (5.372%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[55920]: audit 2024-03-30T04:46:49.771049+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.194:0/2539884775' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[55920]: audit 2024-03-30T04:46:50.226267+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[55920]: audit 2024-03-30T04:46:50.237594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[55920]: audit 2024-03-30T04:46:50.279319+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[57237]: audit 2024-03-30T04:46:49.332045+0000 mgr.y (mgr.25390) 288 : audit [DBG] from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[57237]: cluster 2024-03-30T04:46:49.575556+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[57237]: cluster 2024-03-30T04:46:49.575594+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: Degraded data redundancy: 39/726 objects degraded (5.372%), 10 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:51.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[57237]: audit 2024-03-30T04:46:49.771049+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.194:0/2539884775' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:51.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[57237]: audit 2024-03-30T04:46:50.226267+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:51.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[57237]: audit 2024-03-30T04:46:50.237594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:51.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:50 smithi194 bash[57237]: audit 2024-03-30T04:46:50.279319+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:51.852 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[44979]: audit 2024-03-30T04:46:50.264242+0000 mgr.y (mgr.25390) 289 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:51.853 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[44979]: cluster 2024-03-30T04:46:50.802349+0000 mgr.y (mgr.25390) 290 : cluster [DBG] pgmap v177: 161 pgs: 16 active+undersized+degraded, 6 peering, 5 stale+active+clean, 25 active+undersized, 109 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 58/726 objects degraded (7.989%) 2024-03-30T04:46:51.853 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[48776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-30T04:46:51.853 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[48776]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-30T04:46:51.853 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[48776]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-30T04:46:51.853 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[48776]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-30T04:46:51.853 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[48776]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-03-30T04:46:51.853 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[48776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-30T04:46:51.853 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:51 smithi196 bash[48776]: --> ceph-volume raw activate successful for osd ID: 5 2024-03-30T04:46:52.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:51 smithi194 bash[55920]: audit 2024-03-30T04:46:50.264242+0000 mgr.y (mgr.25390) 289 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:52.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:51 smithi194 bash[55920]: cluster 2024-03-30T04:46:50.802349+0000 mgr.y (mgr.25390) 290 : cluster [DBG] pgmap v177: 161 pgs: 16 active+undersized+degraded, 6 peering, 5 stale+active+clean, 25 active+undersized, 109 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 58/726 objects degraded (7.989%) 2024-03-30T04:46:52.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:51 smithi194 bash[57237]: audit 2024-03-30T04:46:50.264242+0000 mgr.y (mgr.25390) 289 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:52.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:51 smithi194 bash[57237]: cluster 2024-03-30T04:46:50.802349+0000 mgr.y (mgr.25390) 290 : cluster [DBG] pgmap v177: 161 pgs: 16 active+undersized+degraded, 6 peering, 5 stale+active+clean, 25 active+undersized, 109 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 58/726 objects degraded (7.989%) 2024-03-30T04:46:52.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:52 smithi196 bash[44979]: cluster 2024-03-30T04:46:52.803673+0000 mgr.y (mgr.25390) 291 : cluster [DBG] pgmap v178: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:52.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:52 smithi196 bash[44979]: cluster 2024-03-30T04:46:52.855826+0000 mon.a (mon.0) 522 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:46:53.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:52 smithi194 bash[57237]: cluster 2024-03-30T04:46:52.803673+0000 mgr.y (mgr.25390) 291 : cluster [DBG] pgmap v178: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:53.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:52 smithi194 bash[57237]: cluster 2024-03-30T04:46:52.855826+0000 mon.a (mon.0) 522 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:46:53.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:52 smithi194 bash[55920]: cluster 2024-03-30T04:46:52.803673+0000 mgr.y (mgr.25390) 291 : cluster [DBG] pgmap v178: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:53.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:52 smithi194 bash[55920]: cluster 2024-03-30T04:46:52.855826+0000 mon.a (mon.0) 522 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:46:53.943 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:53 smithi196 bash[48999]: debug 2024-03-30T04:46:53.576+0000 7f8b036bb700 1 -- 172.21.15.196:0/3818483928 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5595e1e27680 con 0x5595e1e65000 2024-03-30T04:46:54.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:46:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:46:53] "GET /metrics HTTP/1.1" 200 38462 "" "Prometheus/2.33.4" 2024-03-30T04:46:54.443 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:54 smithi196 bash[48999]: debug 2024-03-30T04:46:54.112+0000 7f8b0c8537c0 -1 Falling back to public interface 2024-03-30T04:46:55.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:54 smithi196 bash[44979]: cluster 2024-03-30T04:46:54.805129+0000 mgr.y (mgr.25390) 292 : cluster [DBG] pgmap v179: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:55.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:54 smithi194 bash[57237]: cluster 2024-03-30T04:46:54.805129+0000 mgr.y (mgr.25390) 292 : cluster [DBG] pgmap v179: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:55.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:54 smithi194 bash[55920]: cluster 2024-03-30T04:46:54.805129+0000 mgr.y (mgr.25390) 292 : cluster [DBG] pgmap v179: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:57.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:57 smithi194 bash[55920]: audit 2024-03-30T04:46:56.079052+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:57.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:57 smithi194 bash[55920]: audit 2024-03-30T04:46:56.093651+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:57.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:57 smithi194 bash[55920]: cluster 2024-03-30T04:46:56.806658+0000 mgr.y (mgr.25390) 293 : cluster [DBG] pgmap v180: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:57.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:57 smithi194 bash[57237]: audit 2024-03-30T04:46:56.079052+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:57.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:57 smithi194 bash[57237]: audit 2024-03-30T04:46:56.093651+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:57.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:57 smithi194 bash[57237]: cluster 2024-03-30T04:46:56.806658+0000 mgr.y (mgr.25390) 293 : cluster [DBG] pgmap v180: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:57.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:57 smithi196 bash[44979]: audit 2024-03-30T04:46:56.079052+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:57.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:57 smithi196 bash[44979]: audit 2024-03-30T04:46:56.093651+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:57.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:57 smithi196 bash[44979]: cluster 2024-03-30T04:46:56.806658+0000 mgr.y (mgr.25390) 293 : cluster [DBG] pgmap v180: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 203 MiB used, 715 GiB / 715 GiB avail; 81/726 objects degraded (11.157%) 2024-03-30T04:46:57.444 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:57 smithi196 bash[48999]: debug 2024-03-30T04:46:57.080+0000 7f8b0c8537c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-03-30T04:46:57.444 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:57 smithi196 bash[48999]: debug 2024-03-30T04:46:57.112+0000 7f8b0c8537c0 -1 osd.5 130 log_to_monitors true 2024-03-30T04:46:58.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:58 smithi196 bash[44979]: audit 2024-03-30T04:46:57.117939+0000 mon.a (mon.0) 525 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:46:58.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:58 smithi196 bash[44979]: audit 2024-03-30T04:46:57.121973+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:46:58.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:58 smithi196 bash[44979]: audit 2024-03-30T04:46:57.296403+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:58.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:58 smithi196 bash[44979]: audit 2024-03-30T04:46:57.309054+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:58.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[57237]: audit 2024-03-30T04:46:57.117939+0000 mon.a (mon.0) 525 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:46:58.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[57237]: audit 2024-03-30T04:46:57.121973+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:46:58.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[57237]: audit 2024-03-30T04:46:57.296403+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:58.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[57237]: audit 2024-03-30T04:46:57.309054+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:58.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[55920]: audit 2024-03-30T04:46:57.117939+0000 mon.a (mon.0) 525 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:46:58.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[55920]: audit 2024-03-30T04:46:57.121973+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:46:58.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[55920]: audit 2024-03-30T04:46:57.296403+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:58.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:58 smithi194 bash[55920]: audit 2024-03-30T04:46:57.309054+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:46:58.943 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:46:58 smithi196 bash[48999]: debug 2024-03-30T04:46:58.608+0000 7f8af9ca3700 -1 osd.5 130 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:46:59.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:59 smithi196 bash[44979]: audit 2024-03-30T04:46:58.104449+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:46:59.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:59 smithi196 bash[44979]: cluster 2024-03-30T04:46:58.110978+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e133: 8 total, 7 up, 8 in 2024-03-30T04:46:59.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:59 smithi196 bash[44979]: audit 2024-03-30T04:46:58.114948+0000 mon.a (mon.0) 530 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:59.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:59 smithi196 bash[44979]: audit 2024-03-30T04:46:58.118566+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:59.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:59 smithi196 bash[44979]: audit 2024-03-30T04:46:58.595358+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:46:59.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:46:59 smithi196 bash[44979]: cluster 2024-03-30T04:46:58.808106+0000 mgr.y (mgr.25390) 294 : cluster [DBG] pgmap v182: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s; 81/726 objects degraded (11.157%) 2024-03-30T04:46:59.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[57237]: audit 2024-03-30T04:46:58.104449+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[57237]: cluster 2024-03-30T04:46:58.110978+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e133: 8 total, 7 up, 8 in 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[57237]: audit 2024-03-30T04:46:58.114948+0000 mon.a (mon.0) 530 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[57237]: audit 2024-03-30T04:46:58.118566+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[57237]: audit 2024-03-30T04:46:58.595358+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[57237]: cluster 2024-03-30T04:46:58.808106+0000 mgr.y (mgr.25390) 294 : cluster [DBG] pgmap v182: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s; 81/726 objects degraded (11.157%) 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[55920]: audit 2024-03-30T04:46:58.104449+0000 mon.a (mon.0) 528 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[55920]: cluster 2024-03-30T04:46:58.110978+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e133: 8 total, 7 up, 8 in 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[55920]: audit 2024-03-30T04:46:58.114948+0000 mon.a (mon.0) 530 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:59.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[55920]: audit 2024-03-30T04:46:58.118566+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:46:59.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[55920]: audit 2024-03-30T04:46:58.595358+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:46:59.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:46:59 smithi194 bash[55920]: cluster 2024-03-30T04:46:58.808106+0000 mgr.y (mgr.25390) 294 : cluster [DBG] pgmap v182: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s; 81/726 objects degraded (11.157%) 2024-03-30T04:47:00.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:00 smithi196 bash[44979]: cluster 2024-03-30T04:46:59.290227+0000 mon.a (mon.0) 532 : cluster [WRN] Health check update: Degraded data redundancy: 81/726 objects degraded (11.157%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:00.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:00 smithi196 bash[44979]: cluster 2024-03-30T04:46:59.589853+0000 mon.a (mon.0) 533 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:00.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:00 smithi196 bash[44979]: cluster 2024-03-30T04:46:59.601145+0000 mon.a (mon.0) 534 : cluster [INF] osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623] boot 2024-03-30T04:47:00.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:00 smithi196 bash[44979]: cluster 2024-03-30T04:46:59.601292+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e134: 8 total, 8 up, 8 in 2024-03-30T04:47:00.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:00 smithi196 bash[44979]: audit 2024-03-30T04:46:59.602643+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:00.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[55920]: cluster 2024-03-30T04:46:59.290227+0000 mon.a (mon.0) 532 : cluster [WRN] Health check update: Degraded data redundancy: 81/726 objects degraded (11.157%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[55920]: cluster 2024-03-30T04:46:59.589853+0000 mon.a (mon.0) 533 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[55920]: cluster 2024-03-30T04:46:59.601145+0000 mon.a (mon.0) 534 : cluster [INF] osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623] boot 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[55920]: cluster 2024-03-30T04:46:59.601292+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e134: 8 total, 8 up, 8 in 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[55920]: audit 2024-03-30T04:46:59.602643+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[57237]: cluster 2024-03-30T04:46:59.290227+0000 mon.a (mon.0) 532 : cluster [WRN] Health check update: Degraded data redundancy: 81/726 objects degraded (11.157%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[57237]: cluster 2024-03-30T04:46:59.589853+0000 mon.a (mon.0) 533 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[57237]: cluster 2024-03-30T04:46:59.601145+0000 mon.a (mon.0) 534 : cluster [INF] osd.5 [v2:172.21.15.196:6808/3486033623,v1:172.21.15.196:6809/3486033623] boot 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[57237]: cluster 2024-03-30T04:46:59.601292+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e134: 8 total, 8 up, 8 in 2024-03-30T04:47:00.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:00 smithi194 bash[57237]: audit 2024-03-30T04:46:59.602643+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:01.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:01 smithi196 bash[44979]: audit 2024-03-30T04:47:00.272278+0000 mgr.y (mgr.25390) 295 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:01.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:01 smithi196 bash[44979]: cluster 2024-03-30T04:47:00.602155+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e135: 8 total, 8 up, 8 in 2024-03-30T04:47:01.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:01 smithi196 bash[44979]: cluster 2024-03-30T04:47:00.809161+0000 mgr.y (mgr.25390) 296 : cluster [DBG] pgmap v185: 161 pgs: 10 peering, 17 active+undersized+degraded, 27 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-03-30T04:47:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:01 smithi194 bash[55920]: audit 2024-03-30T04:47:00.272278+0000 mgr.y (mgr.25390) 295 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:01 smithi194 bash[55920]: cluster 2024-03-30T04:47:00.602155+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e135: 8 total, 8 up, 8 in 2024-03-30T04:47:02.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:01 smithi194 bash[55920]: cluster 2024-03-30T04:47:00.809161+0000 mgr.y (mgr.25390) 296 : cluster [DBG] pgmap v185: 161 pgs: 10 peering, 17 active+undersized+degraded, 27 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-03-30T04:47:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:01 smithi194 bash[57237]: audit 2024-03-30T04:47:00.272278+0000 mgr.y (mgr.25390) 295 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:01 smithi194 bash[57237]: cluster 2024-03-30T04:47:00.602155+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e135: 8 total, 8 up, 8 in 2024-03-30T04:47:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:01 smithi194 bash[57237]: cluster 2024-03-30T04:47:00.809161+0000 mgr.y (mgr.25390) 296 : cluster [DBG] pgmap v185: 161 pgs: 10 peering, 17 active+undersized+degraded, 27 active+undersized, 107 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 69/726 objects degraded (9.504%) 2024-03-30T04:47:03.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:02 smithi196 bash[44979]: cluster 2024-03-30T04:47:02.810394+0000 mgr.y (mgr.25390) 297 : cluster [DBG] pgmap v186: 161 pgs: 10 peering, 12 active+undersized+degraded, 20 active+undersized, 119 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 46/726 objects degraded (6.336%) 2024-03-30T04:47:03.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:02 smithi194 bash[57237]: cluster 2024-03-30T04:47:02.810394+0000 mgr.y (mgr.25390) 297 : cluster [DBG] pgmap v186: 161 pgs: 10 peering, 12 active+undersized+degraded, 20 active+undersized, 119 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 46/726 objects degraded (6.336%) 2024-03-30T04:47:03.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:02 smithi194 bash[55920]: cluster 2024-03-30T04:47:02.810394+0000 mgr.y (mgr.25390) 297 : cluster [DBG] pgmap v186: 161 pgs: 10 peering, 12 active+undersized+degraded, 20 active+undersized, 119 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 46/726 objects degraded (6.336%) 2024-03-30T04:47:04.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:47:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:47:03] "GET /metrics HTTP/1.1" 200 38462 "" "Prometheus/2.33.4" 2024-03-30T04:47:05.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:05 smithi196 bash[44979]: audit 2024-03-30T04:47:04.141761+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:05.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:05 smithi196 bash[44979]: audit 2024-03-30T04:47:04.144140+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:05.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:05 smithi196 bash[44979]: cluster 2024-03-30T04:47:04.291330+0000 mon.a (mon.0) 540 : cluster [WRN] Health check update: Degraded data redundancy: 46/726 objects degraded (6.336%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:05.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:05 smithi196 bash[44979]: cluster 2024-03-30T04:47:04.811665+0000 mgr.y (mgr.25390) 298 : cluster [DBG] pgmap v187: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:05.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[55920]: audit 2024-03-30T04:47:04.141761+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[55920]: audit 2024-03-30T04:47:04.144140+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[55920]: cluster 2024-03-30T04:47:04.291330+0000 mon.a (mon.0) 540 : cluster [WRN] Health check update: Degraded data redundancy: 46/726 objects degraded (6.336%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[55920]: cluster 2024-03-30T04:47:04.811665+0000 mgr.y (mgr.25390) 298 : cluster [DBG] pgmap v187: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:05.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[57237]: audit 2024-03-30T04:47:04.141761+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:05.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[57237]: audit 2024-03-30T04:47:04.144140+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:05.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[57237]: cluster 2024-03-30T04:47:04.291330+0000 mon.a (mon.0) 540 : cluster [WRN] Health check update: Degraded data redundancy: 46/726 objects degraded (6.336%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:05.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:05 smithi194 bash[57237]: cluster 2024-03-30T04:47:04.811665+0000 mgr.y (mgr.25390) 298 : cluster [DBG] pgmap v187: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:06.422 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:06 smithi196 bash[44979]: cluster 2024-03-30T04:47:05.137202+0000 mon.a (mon.0) 541 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/726 objects degraded (6.336%), 12 pgs degraded) 2024-03-30T04:47:06.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:06 smithi194 bash[55920]: cluster 2024-03-30T04:47:05.137202+0000 mon.a (mon.0) 541 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/726 objects degraded (6.336%), 12 pgs degraded) 2024-03-30T04:47:06.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:06 smithi194 bash[57237]: cluster 2024-03-30T04:47:05.137202+0000 mon.a (mon.0) 541 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/726 objects degraded (6.336%), 12 pgs degraded) 2024-03-30T04:47:07.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:07 smithi196 bash[44979]: cluster 2024-03-30T04:47:06.812991+0000 mgr.y (mgr.25390) 299 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-30T04:47:07.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:07 smithi194 bash[55920]: cluster 2024-03-30T04:47:06.812991+0000 mgr.y (mgr.25390) 299 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-30T04:47:07.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:07 smithi194 bash[57237]: cluster 2024-03-30T04:47:06.812991+0000 mgr.y (mgr.25390) 299 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-30T04:47:08.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.225137+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.240992+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.243927+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.245952+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: cluster 2024-03-30T04:47:07.249675+0000 mgr.y (mgr.25390) 300 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 267 B/s rd, 0 op/s 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: cluster 2024-03-30T04:47:07.250275+0000 mgr.y (mgr.25390) 301 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.260790+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.364015+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.369562+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.373937+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.377119+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.381442+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:08.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: audit 2024-03-30T04:47:07.381791+0000 mgr.y (mgr.25390) 302 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:08.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[55920]: cephadm 2024-03-30T04:47:07.384229+0000 mgr.y (mgr.25390) 303 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:47:08.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.225137+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.585 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.240992+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.243927+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.245952+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: cluster 2024-03-30T04:47:07.249675+0000 mgr.y (mgr.25390) 300 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 267 B/s rd, 0 op/s 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: cluster 2024-03-30T04:47:07.250275+0000 mgr.y (mgr.25390) 301 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.260790+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.364015+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.369562+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.373937+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.377119+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.381442+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:08.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: audit 2024-03-30T04:47:07.381791+0000 mgr.y (mgr.25390) 302 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:08.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:08 smithi194 bash[57237]: cephadm 2024-03-30T04:47:07.384229+0000 mgr.y (mgr.25390) 303 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:47:08.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.225137+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.240992+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.243927+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.245952+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: cluster 2024-03-30T04:47:07.249675+0000 mgr.y (mgr.25390) 300 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 267 B/s rd, 0 op/s 2024-03-30T04:47:08.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: cluster 2024-03-30T04:47:07.250275+0000 mgr.y (mgr.25390) 301 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s 2024-03-30T04:47:08.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.260790+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:08.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.364015+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.369562+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.373937+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.377119+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.381442+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:08.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: audit 2024-03-30T04:47:07.381791+0000 mgr.y (mgr.25390) 302 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:08.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:08 smithi196 bash[44979]: cephadm 2024-03-30T04:47:07.384229+0000 mgr.y (mgr.25390) 303 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:47:11.055 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:10 smithi196 bash[44979]: cluster 2024-03-30T04:47:09.251499+0000 mgr.y (mgr.25390) 304 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 727 B/s rd, 0 op/s 2024-03-30T04:47:11.055 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:10 smithi196 bash[44979]: cephadm 2024-03-30T04:47:09.756317+0000 mgr.y (mgr.25390) 305 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:47:11.055 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:10 smithi196 bash[44979]: audit 2024-03-30T04:47:09.766484+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:11.055 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:10 smithi196 bash[44979]: audit 2024-03-30T04:47:09.772637+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:47:11.055 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:10 smithi196 bash[44979]: audit 2024-03-30T04:47:09.774482+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.055 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:10 smithi196 bash[44979]: cephadm 2024-03-30T04:47:09.780492+0000 mgr.y (mgr.25390) 306 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-03-30T04:47:11.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[55920]: cluster 2024-03-30T04:47:09.251499+0000 mgr.y (mgr.25390) 304 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 727 B/s rd, 0 op/s 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[55920]: cephadm 2024-03-30T04:47:09.756317+0000 mgr.y (mgr.25390) 305 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[55920]: audit 2024-03-30T04:47:09.766484+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[55920]: audit 2024-03-30T04:47:09.772637+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[55920]: audit 2024-03-30T04:47:09.774482+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[55920]: cephadm 2024-03-30T04:47:09.780492+0000 mgr.y (mgr.25390) 306 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[57237]: cluster 2024-03-30T04:47:09.251499+0000 mgr.y (mgr.25390) 304 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 727 B/s rd, 0 op/s 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[57237]: cephadm 2024-03-30T04:47:09.756317+0000 mgr.y (mgr.25390) 305 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[57237]: audit 2024-03-30T04:47:09.766484+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[57237]: audit 2024-03-30T04:47:09.772637+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:47:11.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[57237]: audit 2024-03-30T04:47:09.774482+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:10 smithi194 bash[57237]: cephadm 2024-03-30T04:47:09.780492+0000 mgr.y (mgr.25390) 306 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-03-30T04:47:12.082 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:11 smithi196 bash[44979]: audit 2024-03-30T04:47:10.282823+0000 mgr.y (mgr.25390) 307 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:12.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:11 smithi194 bash[55920]: audit 2024-03-30T04:47:10.282823+0000 mgr.y (mgr.25390) 307 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:12.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:11 smithi194 bash[57237]: audit 2024-03-30T04:47:10.282823+0000 mgr.y (mgr.25390) 307 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:13.033 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:12 smithi196 bash[44979]: cluster 2024-03-30T04:47:11.252708+0000 mgr.y (mgr.25390) 308 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 727 B/s rd, 0 op/s 2024-03-30T04:47:13.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:12 smithi194 bash[55920]: cluster 2024-03-30T04:47:11.252708+0000 mgr.y (mgr.25390) 308 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 727 B/s rd, 0 op/s 2024-03-30T04:47:13.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:12 smithi194 bash[57237]: cluster 2024-03-30T04:47:11.252708+0000 mgr.y (mgr.25390) 308 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 727 B/s rd, 0 op/s 2024-03-30T04:47:14.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:47:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:47:13] "GET /metrics HTTP/1.1" 200 38471 "" "Prometheus/2.33.4" 2024-03-30T04:47:14.569 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.569 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.569 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.570 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.570 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.570 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.571 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.571 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.571 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:14.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:14 smithi196 bash[44979]: cluster 2024-03-30T04:47:13.253757+0000 mgr.y (mgr.25390) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 485 B/s rd, 0 op/s 2024-03-30T04:47:14.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:14 smithi196 bash[44979]: audit 2024-03-30T04:47:14.396242+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:14.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:14 smithi196 bash[44979]: cluster 2024-03-30T04:47:14.698035+0000 mon.a (mon.0) 556 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:47:14.944 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:14 smithi196 systemd[1]: Stopping Ceph osd.6 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:47:14.944 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:14 smithi196 bash[27546]: debug 2024-03-30T04:47:14.696+0000 7ffb42fac700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:47:14.944 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:14 smithi196 bash[27546]: debug 2024-03-30T04:47:14.696+0000 7ffb42fac700 -1 osd.6 135 *** Got signal Terminated *** 2024-03-30T04:47:14.944 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:14 smithi196 bash[27546]: debug 2024-03-30T04:47:14.696+0000 7ffb42fac700 -1 osd.6 135 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:47:15.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:14 smithi194 bash[55920]: cluster 2024-03-30T04:47:13.253757+0000 mgr.y (mgr.25390) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 485 B/s rd, 0 op/s 2024-03-30T04:47:15.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:14 smithi194 bash[55920]: audit 2024-03-30T04:47:14.396242+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:15.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:14 smithi194 bash[55920]: cluster 2024-03-30T04:47:14.698035+0000 mon.a (mon.0) 556 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:47:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:14 smithi194 bash[57237]: cluster 2024-03-30T04:47:13.253757+0000 mgr.y (mgr.25390) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 485 B/s rd, 0 op/s 2024-03-30T04:47:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:14 smithi194 bash[57237]: audit 2024-03-30T04:47:14.396242+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:14 smithi194 bash[57237]: cluster 2024-03-30T04:47:14.698035+0000 mon.a (mon.0) 556 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:47:16.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:15 smithi194 bash[55920]: cluster 2024-03-30T04:47:15.392403+0000 mon.a (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:16.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:15 smithi194 bash[55920]: cluster 2024-03-30T04:47:15.403104+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-30T04:47:16.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:15 smithi194 bash[57237]: cluster 2024-03-30T04:47:15.392403+0000 mon.a (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:16.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:15 smithi194 bash[57237]: cluster 2024-03-30T04:47:15.403104+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-30T04:47:16.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:15 smithi196 bash[44979]: cluster 2024-03-30T04:47:15.392403+0000 mon.a (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:16.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:15 smithi196 bash[44979]: cluster 2024-03-30T04:47:15.403104+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-30T04:47:16.904 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:16 smithi196 bash[50433]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:47:16.904 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:16 smithi196 bash[50499]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:47:16.904 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:16 smithi196 bash[44979]: cluster 2024-03-30T04:47:15.255061+0000 mgr.y (mgr.25390) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:16.904 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:16 smithi196 bash[44979]: cluster 2024-03-30T04:47:16.404413+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-30T04:47:17.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:16 smithi194 bash[55920]: cluster 2024-03-30T04:47:15.255061+0000 mgr.y (mgr.25390) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:17.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:16 smithi194 bash[55920]: cluster 2024-03-30T04:47:16.404413+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-30T04:47:17.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:16 smithi194 bash[57237]: cluster 2024-03-30T04:47:15.255061+0000 mgr.y (mgr.25390) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:17.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:16 smithi194 bash[57237]: cluster 2024-03-30T04:47:16.404413+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-30T04:47:18.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:17 smithi196 bash[44979]: cluster 2024-03-30T04:47:17.788933+0000 mon.a (mon.0) 560 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:18.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:17 smithi196 bash[44979]: cluster 2024-03-30T04:47:17.789013+0000 mon.a (mon.0) 561 : cluster [WRN] Health check failed: Degraded data redundancy: 2/726 objects degraded (0.275%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:47:18.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:17 smithi194 bash[55920]: cluster 2024-03-30T04:47:17.788933+0000 mon.a (mon.0) 560 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:18.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:17 smithi194 bash[55920]: cluster 2024-03-30T04:47:17.789013+0000 mon.a (mon.0) 561 : cluster [WRN] Health check failed: Degraded data redundancy: 2/726 objects degraded (0.275%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:47:18.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:17 smithi194 bash[57237]: cluster 2024-03-30T04:47:17.788933+0000 mon.a (mon.0) 560 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:18.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:17 smithi194 bash[57237]: cluster 2024-03-30T04:47:17.789013+0000 mon.a (mon.0) 561 : cluster [WRN] Health check failed: Degraded data redundancy: 2/726 objects degraded (0.275%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:47:19.179 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.180 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.180 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.180 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.180 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:18 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.6.service: Deactivated successfully. 2024-03-30T04:47:19.181 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:18 smithi196 systemd[1]: Stopped Ceph osd.6 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:19.181 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.181 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.181 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:18 smithi196 bash[44979]: cluster 2024-03-30T04:47:17.256128+0000 mgr.y (mgr.25390) 311 : cluster [DBG] pgmap v197: 161 pgs: 1 active+undersized+degraded, 5 peering, 10 stale+active+clean, 2 active+undersized, 143 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 2/726 objects degraded (0.275%) 2024-03-30T04:47:19.181 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.182 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.182 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:19.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:18 smithi194 bash[57237]: cluster 2024-03-30T04:47:17.256128+0000 mgr.y (mgr.25390) 311 : cluster [DBG] pgmap v197: 161 pgs: 1 active+undersized+degraded, 5 peering, 10 stale+active+clean, 2 active+undersized, 143 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 2/726 objects degraded (0.275%) 2024-03-30T04:47:19.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:18 smithi194 bash[55920]: cluster 2024-03-30T04:47:17.256128+0000 mgr.y (mgr.25390) 311 : cluster [DBG] pgmap v197: 161 pgs: 1 active+undersized+degraded, 5 peering, 10 stale+active+clean, 2 active+undersized, 143 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 2/726 objects degraded (0.275%) 2024-03-30T04:47:19.443 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:19 smithi196 systemd[1]: Started Ceph osd.6 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:20.154 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:47:20.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[44979]: audit 2024-03-30T04:47:19.142527+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[44979]: audit 2024-03-30T04:47:19.144749+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:20.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[44979]: audit 2024-03-30T04:47:19.241431+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[44979]: audit 2024-03-30T04:47:19.253273+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[44979]: cluster 2024-03-30T04:47:19.257552+0000 mgr.y (mgr.25390) 312 : cluster [DBG] pgmap v198: 161 pgs: 11 active+undersized+degraded, 5 peering, 1 stale+active+clean, 28 active+undersized, 116 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 54/726 objects degraded (7.438%) 2024-03-30T04:47:20.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[44979]: audit 2024-03-30T04:47:19.306424+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:20.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[57237]: audit 2024-03-30T04:47:19.142527+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[57237]: audit 2024-03-30T04:47:19.144749+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[57237]: audit 2024-03-30T04:47:19.241431+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[57237]: audit 2024-03-30T04:47:19.253273+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[57237]: cluster 2024-03-30T04:47:19.257552+0000 mgr.y (mgr.25390) 312 : cluster [DBG] pgmap v198: 161 pgs: 11 active+undersized+degraded, 5 peering, 1 stale+active+clean, 28 active+undersized, 116 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 54/726 objects degraded (7.438%) 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[57237]: audit 2024-03-30T04:47:19.306424+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[55920]: audit 2024-03-30T04:47:19.142527+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[55920]: audit 2024-03-30T04:47:19.144749+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[55920]: audit 2024-03-30T04:47:19.241431+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[55920]: audit 2024-03-30T04:47:19.253273+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[55920]: cluster 2024-03-30T04:47:19.257552+0000 mgr.y (mgr.25390) 312 : cluster [DBG] pgmap v198: 161 pgs: 11 active+undersized+degraded, 5 peering, 1 stale+active+clean, 28 active+undersized, 116 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s; 54/726 objects degraded (7.438%) 2024-03-30T04:47:20.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:20 smithi194 bash[55920]: audit 2024-03-30T04:47:19.306424+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:20.863 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:47:20.863 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (7m) 83s ago 14m 13.9M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:47:20.863 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 24s ago 13m - - 2024-03-30T04:47:20.863 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (5m) 83s ago 12m 43.7M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (5m) 24s ago 19m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (6m) 83s ago 21m 497M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (5m) 83s ago 21m 51.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (4m) 24s ago 20m 39.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (4m) 83s ago 20m 41.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (7m) 83s ago 14m 9711k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (6m) 24s ago 14m 9664k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (2m) 83s ago 19m 49.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (2m) 83s ago 18m 54.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (115s) 83s ago 18m 44.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (86s) 83s ago 17m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (57s) 24s ago 17m 48.9M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:47:20.864 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (28s) 24s ago 16m - 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:47:20.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 starting - - - 3036M 2024-03-30T04:47:20.865 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (15m) 24s ago 15m 64.5M 3036M 17.2.0 e1d6a67b021e f8b243b9d01b 2024-03-30T04:47:20.865 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (5m) 24s ago 14m 67.4M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:47:20.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (12m) 83s ago 12m 87.6M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:47:20.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (12m) 24s ago 12m 87.8M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:47:20.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (12m) 83s ago 12m 87.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:47:20.865 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (12m) 24s ago 12m 88.4M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:47:21.099 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[50650]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-30T04:47:21.099 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[50650]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-30T04:47:21.099 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[50650]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-30T04:47:21.099 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[50650]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-30T04:47:21.099 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[50650]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-03-30T04:47:21.099 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[50650]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-30T04:47:21.099 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:20 smithi196 bash[50650]: --> ceph-volume raw activate successful for osd ID: 6 2024-03-30T04:47:21.301 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 6 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:47:21.302 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:47:21.303 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:21.303 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:47:21.303 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-30T04:47:21.303 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 11 2024-03-30T04:47:21.303 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:47:21.303 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:47:21.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:21 smithi196 bash[44979]: audit 2024-03-30T04:47:20.146631+0000 mgr.y (mgr.25390) 313 : audit [DBG] from='client.44422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:21 smithi196 bash[44979]: audit 2024-03-30T04:47:20.292413+0000 mgr.y (mgr.25390) 314 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:21.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:21 smithi196 bash[44979]: audit 2024-03-30T04:47:20.509385+0000 mgr.y (mgr.25390) 315 : audit [DBG] from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:21 smithi194 bash[55920]: audit 2024-03-30T04:47:20.146631+0000 mgr.y (mgr.25390) 313 : audit [DBG] from='client.44422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:21 smithi194 bash[55920]: audit 2024-03-30T04:47:20.292413+0000 mgr.y (mgr.25390) 314 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:21.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:21 smithi194 bash[55920]: audit 2024-03-30T04:47:20.509385+0000 mgr.y (mgr.25390) 315 : audit [DBG] from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:21 smithi194 bash[57237]: audit 2024-03-30T04:47:20.146631+0000 mgr.y (mgr.25390) 313 : audit [DBG] from='client.44422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:21 smithi194 bash[57237]: audit 2024-03-30T04:47:20.292413+0000 mgr.y (mgr.25390) 314 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:21 smithi194 bash[57237]: audit 2024-03-30T04:47:20.509385+0000 mgr.y (mgr.25390) 315 : audit [DBG] from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:47:21.681 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:47:21.682 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "11/23 daemons upgraded", 2024-03-30T04:47:21.682 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:47:21.682 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:47:21.682 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Reduced data availability: 1 pg inactive, 1 pg peering; Degraded data redundancy: 54/726 objects degraded (7.438%), 11 pgs degraded 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout: osd.6 (root=default,host=smithi196) is down 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 1 pg inactive, 1 pg peering 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout: pg 4.a is stuck peering for 2m, current state peering, last acting [1,7] 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 54/726 objects degraded (7.438%), 11 pgs degraded 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2024-03-30T04:47:22.099 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2024-03-30T04:47:22.100 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2024-03-30T04:47:22.100 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2024-03-30T04:47:22.100 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2024-03-30T04:47:22.100 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2024-03-30T04:47:22.100 INFO:teuthology.orchestra.run.smithi194.stdout: pg 4.e is active+undersized+degraded, acting [4,1] 2024-03-30T04:47:22.100 INFO:teuthology.orchestra.run.smithi194.stdout: pg 4.1f is active+undersized+degraded, acting [5,1] 2024-03-30T04:47:22.100 INFO:teuthology.orchestra.run.smithi194.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2024-03-30T04:47:22.515 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:22 smithi196 bash[44979]: audit 2024-03-30T04:47:20.854959+0000 mgr.y (mgr.25390) 316 : audit [DBG] from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:22.515 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:22 smithi196 bash[44979]: cluster 2024-03-30T04:47:21.258932+0000 mgr.y (mgr.25390) 317 : cluster [DBG] pgmap v199: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:22.515 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:22 smithi196 bash[44979]: audit 2024-03-30T04:47:21.308190+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.194:0/2099542534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:22.515 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:22 smithi196 bash[44979]: audit 2024-03-30T04:47:21.687479+0000 mgr.y (mgr.25390) 318 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:22.515 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:22 smithi196 bash[44979]: audit 2024-03-30T04:47:22.105559+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.194:0/2867859632' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:22.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[55920]: audit 2024-03-30T04:47:20.854959+0000 mgr.y (mgr.25390) 316 : audit [DBG] from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[55920]: cluster 2024-03-30T04:47:21.258932+0000 mgr.y (mgr.25390) 317 : cluster [DBG] pgmap v199: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[55920]: audit 2024-03-30T04:47:21.308190+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.194:0/2099542534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[55920]: audit 2024-03-30T04:47:21.687479+0000 mgr.y (mgr.25390) 318 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[55920]: audit 2024-03-30T04:47:22.105559+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.194:0/2867859632' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[57237]: audit 2024-03-30T04:47:20.854959+0000 mgr.y (mgr.25390) 316 : audit [DBG] from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[57237]: cluster 2024-03-30T04:47:21.258932+0000 mgr.y (mgr.25390) 317 : cluster [DBG] pgmap v199: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[57237]: audit 2024-03-30T04:47:21.308190+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.194:0/2099542534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[57237]: audit 2024-03-30T04:47:21.687479+0000 mgr.y (mgr.25390) 318 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:22.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:22 smithi194 bash[57237]: audit 2024-03-30T04:47:22.105559+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.194:0/2867859632' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:22.943 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:22 smithi196 bash[50881]: debug 2024-03-30T04:47:22.568+0000 7f548d3ec700 1 -- 172.21.15.196:0/3530432555 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55937be11680 con 0x55937be4e800 2024-03-30T04:47:23.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:23 smithi196 bash[44979]: cluster 2024-03-30T04:47:22.252704+0000 mon.a (mon.0) 568 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:47:23.443 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:23 smithi196 bash[50881]: debug 2024-03-30T04:47:23.112+0000 7f54965847c0 -1 Falling back to public interface 2024-03-30T04:47:23.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:23 smithi194 bash[57237]: cluster 2024-03-30T04:47:22.252704+0000 mon.a (mon.0) 568 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:47:23.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:23 smithi194 bash[55920]: cluster 2024-03-30T04:47:22.252704+0000 mon.a (mon.0) 568 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:47:24.310 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:47:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:47:23] "GET /metrics HTTP/1.1" 200 38542 "" "Prometheus/2.33.4" 2024-03-30T04:47:24.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:24 smithi194 bash[55920]: cluster 2024-03-30T04:47:23.260290+0000 mgr.y (mgr.25390) 319 : cluster [DBG] pgmap v200: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:24.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:24 smithi194 bash[55920]: cluster 2024-03-30T04:47:24.295956+0000 mon.a (mon.0) 569 : cluster [WRN] Health check update: Degraded data redundancy: 84/726 objects degraded (11.570%), 17 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:24.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:24 smithi194 bash[57237]: cluster 2024-03-30T04:47:23.260290+0000 mgr.y (mgr.25390) 319 : cluster [DBG] pgmap v200: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:24.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:24 smithi194 bash[57237]: cluster 2024-03-30T04:47:24.295956+0000 mon.a (mon.0) 569 : cluster [WRN] Health check update: Degraded data redundancy: 84/726 objects degraded (11.570%), 17 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:24.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:24 smithi196 bash[44979]: cluster 2024-03-30T04:47:23.260290+0000 mgr.y (mgr.25390) 319 : cluster [DBG] pgmap v200: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:24.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:24 smithi196 bash[44979]: cluster 2024-03-30T04:47:24.295956+0000 mon.a (mon.0) 569 : cluster [WRN] Health check update: Degraded data redundancy: 84/726 objects degraded (11.570%), 17 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:26.443 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[50881]: debug 2024-03-30T04:47:26.120+0000 7f54965847c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-03-30T04:47:26.443 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[50881]: debug 2024-03-30T04:47:26.148+0000 7f54965847c0 -1 osd.6 135 log_to_monitors true 2024-03-30T04:47:26.443 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[50881]: debug 2024-03-30T04:47:26.240+0000 7f54879dc700 -1 osd.6 135 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:47:26.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[44979]: audit 2024-03-30T04:47:25.181731+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:26.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[44979]: audit 2024-03-30T04:47:25.193828+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:26.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[44979]: cluster 2024-03-30T04:47:25.261761+0000 mgr.y (mgr.25390) 320 : cluster [DBG] pgmap v201: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:26.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[44979]: audit 2024-03-30T04:47:26.154977+0000 mon.a (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:26.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:26 smithi196 bash[44979]: audit 2024-03-30T04:47:26.159471+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[55920]: audit 2024-03-30T04:47:25.181731+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[55920]: audit 2024-03-30T04:47:25.193828+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[55920]: cluster 2024-03-30T04:47:25.261761+0000 mgr.y (mgr.25390) 320 : cluster [DBG] pgmap v201: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[55920]: audit 2024-03-30T04:47:26.154977+0000 mon.a (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[55920]: audit 2024-03-30T04:47:26.159471+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[57237]: audit 2024-03-30T04:47:25.181731+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[57237]: audit 2024-03-30T04:47:25.193828+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[57237]: cluster 2024-03-30T04:47:25.261761+0000 mgr.y (mgr.25390) 320 : cluster [DBG] pgmap v201: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:26.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[57237]: audit 2024-03-30T04:47:26.154977+0000 mon.a (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:26.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:26 smithi194 bash[57237]: audit 2024-03-30T04:47:26.159471+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[55920]: audit 2024-03-30T04:47:26.198116+0000 mon.a (mon.0) 573 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[55920]: cluster 2024-03-30T04:47:26.204977+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e138: 8 total, 7 up, 8 in 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[55920]: audit 2024-03-30T04:47:26.206323+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[55920]: audit 2024-03-30T04:47:26.209314+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[55920]: audit 2024-03-30T04:47:26.298786+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[55920]: audit 2024-03-30T04:47:26.310862+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[57237]: audit 2024-03-30T04:47:26.198116+0000 mon.a (mon.0) 573 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:47:27.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[57237]: cluster 2024-03-30T04:47:26.204977+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e138: 8 total, 7 up, 8 in 2024-03-30T04:47:27.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[57237]: audit 2024-03-30T04:47:26.206323+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:27.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[57237]: audit 2024-03-30T04:47:26.209314+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:27.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[57237]: audit 2024-03-30T04:47:26.298786+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:27.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:27 smithi194 bash[57237]: audit 2024-03-30T04:47:26.310862+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:27.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:27 smithi196 bash[44979]: audit 2024-03-30T04:47:26.198116+0000 mon.a (mon.0) 573 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:47:27.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:27 smithi196 bash[44979]: cluster 2024-03-30T04:47:26.204977+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e138: 8 total, 7 up, 8 in 2024-03-30T04:47:27.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:27 smithi196 bash[44979]: audit 2024-03-30T04:47:26.206323+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:27.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:27 smithi196 bash[44979]: audit 2024-03-30T04:47:26.209314+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:27.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:27 smithi196 bash[44979]: audit 2024-03-30T04:47:26.298786+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:27.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:27 smithi196 bash[44979]: audit 2024-03-30T04:47:26.310862+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[55920]: cluster 2024-03-30T04:47:27.199102+0000 mon.a (mon.0) 578 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[55920]: cluster 2024-03-30T04:47:27.211751+0000 mon.a (mon.0) 579 : cluster [INF] osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224] boot 2024-03-30T04:47:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[55920]: cluster 2024-03-30T04:47:27.211858+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e139: 8 total, 8 up, 8 in 2024-03-30T04:47:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[55920]: audit 2024-03-30T04:47:27.217764+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:47:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[55920]: cluster 2024-03-30T04:47:27.262677+0000 mgr.y (mgr.25390) 321 : cluster [DBG] pgmap v204: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:28.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[55920]: cluster 2024-03-30T04:47:28.213161+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e140: 8 total, 8 up, 8 in 2024-03-30T04:47:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[57237]: cluster 2024-03-30T04:47:27.199102+0000 mon.a (mon.0) 578 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[57237]: cluster 2024-03-30T04:47:27.211751+0000 mon.a (mon.0) 579 : cluster [INF] osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224] boot 2024-03-30T04:47:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[57237]: cluster 2024-03-30T04:47:27.211858+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e139: 8 total, 8 up, 8 in 2024-03-30T04:47:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[57237]: audit 2024-03-30T04:47:27.217764+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:47:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[57237]: cluster 2024-03-30T04:47:27.262677+0000 mgr.y (mgr.25390) 321 : cluster [DBG] pgmap v204: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:28.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:28 smithi194 bash[57237]: cluster 2024-03-30T04:47:28.213161+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e140: 8 total, 8 up, 8 in 2024-03-30T04:47:28.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:28 smithi196 bash[44979]: cluster 2024-03-30T04:47:27.199102+0000 mon.a (mon.0) 578 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:28.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:28 smithi196 bash[44979]: cluster 2024-03-30T04:47:27.211751+0000 mon.a (mon.0) 579 : cluster [INF] osd.6 [v2:172.21.15.196:6816/4121820224,v1:172.21.15.196:6817/4121820224] boot 2024-03-30T04:47:28.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:28 smithi196 bash[44979]: cluster 2024-03-30T04:47:27.211858+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e139: 8 total, 8 up, 8 in 2024-03-30T04:47:28.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:28 smithi196 bash[44979]: audit 2024-03-30T04:47:27.217764+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:47:28.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:28 smithi196 bash[44979]: cluster 2024-03-30T04:47:27.262677+0000 mgr.y (mgr.25390) 321 : cluster [DBG] pgmap v204: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 84/726 objects degraded (11.570%) 2024-03-30T04:47:28.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:28 smithi196 bash[44979]: cluster 2024-03-30T04:47:28.213161+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e140: 8 total, 8 up, 8 in 2024-03-30T04:47:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:30 smithi194 bash[55920]: cluster 2024-03-30T04:47:29.263963+0000 mgr.y (mgr.25390) 322 : cluster [DBG] pgmap v206: 161 pgs: 8 peering, 9 active+undersized+degraded, 17 active+undersized, 127 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 43/726 objects degraded (5.923%) 2024-03-30T04:47:30.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:30 smithi194 bash[55920]: cluster 2024-03-30T04:47:29.315975+0000 mon.a (mon.0) 583 : cluster [WRN] Health check update: Degraded data redundancy: 43/726 objects degraded (5.923%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:30 smithi194 bash[57237]: cluster 2024-03-30T04:47:29.263963+0000 mgr.y (mgr.25390) 322 : cluster [DBG] pgmap v206: 161 pgs: 8 peering, 9 active+undersized+degraded, 17 active+undersized, 127 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 43/726 objects degraded (5.923%) 2024-03-30T04:47:30.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:30 smithi194 bash[57237]: cluster 2024-03-30T04:47:29.315975+0000 mon.a (mon.0) 583 : cluster [WRN] Health check update: Degraded data redundancy: 43/726 objects degraded (5.923%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:30.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:30 smithi196 bash[44979]: cluster 2024-03-30T04:47:29.263963+0000 mgr.y (mgr.25390) 322 : cluster [DBG] pgmap v206: 161 pgs: 8 peering, 9 active+undersized+degraded, 17 active+undersized, 127 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 43/726 objects degraded (5.923%) 2024-03-30T04:47:30.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:30 smithi196 bash[44979]: cluster 2024-03-30T04:47:29.315975+0000 mon.a (mon.0) 583 : cluster [WRN] Health check update: Degraded data redundancy: 43/726 objects degraded (5.923%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:31.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:31 smithi194 bash[55920]: audit 2024-03-30T04:47:30.300259+0000 mgr.y (mgr.25390) 323 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:31.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:31 smithi194 bash[57237]: audit 2024-03-30T04:47:30.300259+0000 mgr.y (mgr.25390) 323 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:31.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:31 smithi196 bash[44979]: audit 2024-03-30T04:47:30.300259+0000 mgr.y (mgr.25390) 323 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:32.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:32 smithi194 bash[57237]: cluster 2024-03-30T04:47:31.265105+0000 mgr.y (mgr.25390) 324 : cluster [DBG] pgmap v207: 161 pgs: 8 peering, 1 active+undersized, 152 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-03-30T04:47:32.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:32 smithi194 bash[57237]: cluster 2024-03-30T04:47:31.302903+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/726 objects degraded (5.923%), 9 pgs degraded) 2024-03-30T04:47:32.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:32 smithi194 bash[55920]: cluster 2024-03-30T04:47:31.265105+0000 mgr.y (mgr.25390) 324 : cluster [DBG] pgmap v207: 161 pgs: 8 peering, 1 active+undersized, 152 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-03-30T04:47:32.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:32 smithi194 bash[55920]: cluster 2024-03-30T04:47:31.302903+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/726 objects degraded (5.923%), 9 pgs degraded) 2024-03-30T04:47:32.585 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:32 smithi196 bash[44979]: cluster 2024-03-30T04:47:31.265105+0000 mgr.y (mgr.25390) 324 : cluster [DBG] pgmap v207: 161 pgs: 8 peering, 1 active+undersized, 152 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-03-30T04:47:32.585 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:32 smithi196 bash[44979]: cluster 2024-03-30T04:47:31.302903+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/726 objects degraded (5.923%), 9 pgs degraded) 2024-03-30T04:47:34.317 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:47:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:47:33] "GET /metrics HTTP/1.1" 200 38542 "" "Prometheus/2.33.4" 2024-03-30T04:47:34.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:34 smithi196 bash[44979]: cluster 2024-03-30T04:47:33.266291+0000 mgr.y (mgr.25390) 325 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2024-03-30T04:47:34.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:34 smithi196 bash[44979]: audit 2024-03-30T04:47:34.142818+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:34.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:34 smithi196 bash[44979]: audit 2024-03-30T04:47:34.145291+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:34.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:34 smithi194 bash[55920]: cluster 2024-03-30T04:47:33.266291+0000 mgr.y (mgr.25390) 325 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2024-03-30T04:47:34.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:34 smithi194 bash[55920]: audit 2024-03-30T04:47:34.142818+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:34.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:34 smithi194 bash[55920]: audit 2024-03-30T04:47:34.145291+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:34.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:34 smithi194 bash[57237]: cluster 2024-03-30T04:47:33.266291+0000 mgr.y (mgr.25390) 325 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2024-03-30T04:47:34.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:34 smithi194 bash[57237]: audit 2024-03-30T04:47:34.142818+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:34.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:34 smithi194 bash[57237]: audit 2024-03-30T04:47:34.145291+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:36.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:36 smithi194 bash[55920]: cluster 2024-03-30T04:47:35.267583+0000 mgr.y (mgr.25390) 326 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:36.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:36 smithi194 bash[55920]: audit 2024-03-30T04:47:36.318011+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:36.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:36 smithi194 bash[57237]: cluster 2024-03-30T04:47:35.267583+0000 mgr.y (mgr.25390) 326 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:36.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:36 smithi194 bash[57237]: audit 2024-03-30T04:47:36.318011+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:36.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:36 smithi196 bash[44979]: cluster 2024-03-30T04:47:35.267583+0000 mgr.y (mgr.25390) 326 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:36.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:36 smithi196 bash[44979]: audit 2024-03-30T04:47:36.318011+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:37.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.330477+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:37.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.341626+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.343852+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: cluster 2024-03-30T04:47:36.347533+0000 mgr.y (mgr.25390) 327 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1014 B/s rd, 0 op/s 2024-03-30T04:47:37.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: cluster 2024-03-30T04:47:36.348069+0000 mgr.y (mgr.25390) 328 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.359919+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.461120+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.466323+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.470493+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.473821+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.478085+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: audit 2024-03-30T04:47:36.478441+0000 mgr.y (mgr.25390) 329 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:37.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:37 smithi196 bash[44979]: cephadm 2024-03-30T04:47:36.480941+0000 mgr.y (mgr.25390) 330 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.330477+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.341626+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.343852+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: cluster 2024-03-30T04:47:36.347533+0000 mgr.y (mgr.25390) 327 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1014 B/s rd, 0 op/s 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: cluster 2024-03-30T04:47:36.348069+0000 mgr.y (mgr.25390) 328 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.359919+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.461120+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.466323+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.470493+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.473821+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.478085+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: audit 2024-03-30T04:47:36.478441+0000 mgr.y (mgr.25390) 329 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[55920]: cephadm 2024-03-30T04:47:36.480941+0000 mgr.y (mgr.25390) 330 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.330477+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.341626+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.343852+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: cluster 2024-03-30T04:47:36.347533+0000 mgr.y (mgr.25390) 327 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1014 B/s rd, 0 op/s 2024-03-30T04:47:37.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: cluster 2024-03-30T04:47:36.348069+0000 mgr.y (mgr.25390) 328 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.359919+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.461120+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.466323+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.470493+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.473821+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.478085+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: audit 2024-03-30T04:47:36.478441+0000 mgr.y (mgr.25390) 329 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:47:37.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:37 smithi194 bash[57237]: cephadm 2024-03-30T04:47:36.480941+0000 mgr.y (mgr.25390) 330 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:47:40.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[55920]: cluster 2024-03-30T04:47:38.349145+0000 mgr.y (mgr.25390) 331 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 563 B/s rd, 0 op/s 2024-03-30T04:47:40.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[55920]: cephadm 2024-03-30T04:47:38.802345+0000 mgr.y (mgr.25390) 332 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:47:40.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[55920]: audit 2024-03-30T04:47:38.809616+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:40.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[55920]: audit 2024-03-30T04:47:38.814206+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:47:40.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[55920]: audit 2024-03-30T04:47:38.816048+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:40.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[55920]: cephadm 2024-03-30T04:47:38.821863+0000 mgr.y (mgr.25390) 333 : cephadm [INF] Deploying daemon osd.7 on smithi196 2024-03-30T04:47:40.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[55920]: audit 2024-03-30T04:47:39.421341+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[57237]: cluster 2024-03-30T04:47:38.349145+0000 mgr.y (mgr.25390) 331 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 563 B/s rd, 0 op/s 2024-03-30T04:47:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[57237]: cephadm 2024-03-30T04:47:38.802345+0000 mgr.y (mgr.25390) 332 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:47:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[57237]: audit 2024-03-30T04:47:38.809616+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[57237]: audit 2024-03-30T04:47:38.814206+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:47:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[57237]: audit 2024-03-30T04:47:38.816048+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[57237]: cephadm 2024-03-30T04:47:38.821863+0000 mgr.y (mgr.25390) 333 : cephadm [INF] Deploying daemon osd.7 on smithi196 2024-03-30T04:47:40.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:39 smithi194 bash[57237]: audit 2024-03-30T04:47:39.421341+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:40.107 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:39 smithi196 bash[44979]: cluster 2024-03-30T04:47:38.349145+0000 mgr.y (mgr.25390) 331 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 563 B/s rd, 0 op/s 2024-03-30T04:47:40.108 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:39 smithi196 bash[44979]: cephadm 2024-03-30T04:47:38.802345+0000 mgr.y (mgr.25390) 332 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:47:40.108 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:39 smithi196 bash[44979]: audit 2024-03-30T04:47:38.809616+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:40.108 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:39 smithi196 bash[44979]: audit 2024-03-30T04:47:38.814206+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:47:40.108 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:39 smithi196 bash[44979]: audit 2024-03-30T04:47:38.816048+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:40.108 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:39 smithi196 bash[44979]: cephadm 2024-03-30T04:47:38.821863+0000 mgr.y (mgr.25390) 333 : cephadm [INF] Deploying daemon osd.7 on smithi196 2024-03-30T04:47:40.108 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:39 smithi196 bash[44979]: audit 2024-03-30T04:47:39.421341+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:41 smithi194 bash[55920]: audit 2024-03-30T04:47:40.303129+0000 mgr.y (mgr.25390) 334 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:41 smithi194 bash[55920]: cluster 2024-03-30T04:47:40.350445+0000 mgr.y (mgr.25390) 335 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:41 smithi194 bash[57237]: audit 2024-03-30T04:47:40.303129+0000 mgr.y (mgr.25390) 334 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:41 smithi194 bash[57237]: cluster 2024-03-30T04:47:40.350445+0000 mgr.y (mgr.25390) 335 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:42.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:41 smithi196 bash[44979]: audit 2024-03-30T04:47:40.303129+0000 mgr.y (mgr.25390) 334 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:42.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:41 smithi196 bash[44979]: cluster 2024-03-30T04:47:40.350445+0000 mgr.y (mgr.25390) 335 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:43.474 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.474 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.475 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.475 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.475 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.476 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.476 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.476 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.476 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:43.845 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:43 smithi196 systemd[1]: Stopping Ceph osd.7 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:47:43.845 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:43 smithi196 bash[30564]: debug 2024-03-30T04:47:43.592+0000 7f469541d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:47:43.846 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:43 smithi196 bash[30564]: debug 2024-03-30T04:47:43.592+0000 7f469541d700 -1 osd.7 140 *** Got signal Terminated *** 2024-03-30T04:47:43.846 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:43 smithi196 bash[30564]: debug 2024-03-30T04:47:43.592+0000 7f469541d700 -1 osd.7 140 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:47:44.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:43 smithi196 bash[44979]: cluster 2024-03-30T04:47:42.351713+0000 mgr.y (mgr.25390) 336 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:44.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:43 smithi196 bash[44979]: cluster 2024-03-30T04:47:43.588275+0000 mon.a (mon.0) 601 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:47:44.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:47:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:47:43] "GET /metrics HTTP/1.1" 200 38546 "" "Prometheus/2.33.4" 2024-03-30T04:47:44.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:43 smithi194 bash[55920]: cluster 2024-03-30T04:47:42.351713+0000 mgr.y (mgr.25390) 336 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:44.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:43 smithi194 bash[55920]: cluster 2024-03-30T04:47:43.588275+0000 mon.a (mon.0) 601 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:47:44.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:43 smithi194 bash[57237]: cluster 2024-03-30T04:47:42.351713+0000 mgr.y (mgr.25390) 336 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:47:44.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:43 smithi194 bash[57237]: cluster 2024-03-30T04:47:43.588275+0000 mon.a (mon.0) 601 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:47:45.147 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:44 smithi196 bash[52310]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:47:45.147 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:45 smithi196 bash[52376]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:47:45.147 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:44 smithi196 bash[44979]: cluster 2024-03-30T04:47:43.815660+0000 mon.a (mon.0) 602 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:45.147 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:44 smithi196 bash[44979]: cluster 2024-03-30T04:47:43.815734+0000 mon.a (mon.0) 603 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:47:45.147 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:44 smithi196 bash[44979]: cluster 2024-03-30T04:47:43.832802+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-30T04:47:45.147 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:44 smithi196 bash[44979]: cluster 2024-03-30T04:47:44.830393+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[55920]: cluster 2024-03-30T04:47:43.815660+0000 mon.a (mon.0) 602 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[55920]: cluster 2024-03-30T04:47:43.815734+0000 mon.a (mon.0) 603 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[55920]: cluster 2024-03-30T04:47:43.832802+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[55920]: cluster 2024-03-30T04:47:44.830393+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[57237]: cluster 2024-03-30T04:47:43.815660+0000 mon.a (mon.0) 602 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[57237]: cluster 2024-03-30T04:47:43.815734+0000 mon.a (mon.0) 603 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[57237]: cluster 2024-03-30T04:47:43.832802+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-30T04:47:45.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:44 smithi194 bash[57237]: cluster 2024-03-30T04:47:44.830393+0000 mon.a (mon.0) 605 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-30T04:47:46.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:45 smithi196 bash[44979]: cluster 2024-03-30T04:47:44.352410+0000 mgr.y (mgr.25390) 337 : cluster [DBG] pgmap v216: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:46.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:45 smithi194 bash[55920]: cluster 2024-03-30T04:47:44.352410+0000 mgr.y (mgr.25390) 337 : cluster [DBG] pgmap v216: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:46.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:45 smithi194 bash[57237]: cluster 2024-03-30T04:47:44.352410+0000 mgr.y (mgr.25390) 337 : cluster [DBG] pgmap v216: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:47.157 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.7.service: Deactivated successfully. 2024-03-30T04:47:47.158 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: Stopped Ceph osd.7 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:47.158 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:46 smithi196 bash[44979]: cluster 2024-03-30T04:47:46.353661+0000 mgr.y (mgr.25390) 338 : cluster [DBG] pgmap v218: 161 pgs: 3 active+undersized+degraded, 14 stale+active+clean, 19 active+undersized, 125 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3/726 objects degraded (0.413%) 2024-03-30T04:47:47.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:46 smithi194 bash[57237]: cluster 2024-03-30T04:47:46.353661+0000 mgr.y (mgr.25390) 338 : cluster [DBG] pgmap v218: 161 pgs: 3 active+undersized+degraded, 14 stale+active+clean, 19 active+undersized, 125 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3/726 objects degraded (0.413%) 2024-03-30T04:47:47.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:46 smithi194 bash[55920]: cluster 2024-03-30T04:47:46.353661+0000 mgr.y (mgr.25390) 338 : cluster [DBG] pgmap v218: 161 pgs: 3 active+undersized+degraded, 14 stale+active+clean, 19 active+undersized, 125 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 3/726 objects degraded (0.413%) 2024-03-30T04:47:47.443 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.443 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.443 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.444 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.444 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.444 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.444 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.445 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:47.445 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: Started Ceph osd.7 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:47.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:47 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:48.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:47 smithi196 bash[44979]: cluster 2024-03-30T04:47:46.871736+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: Degraded data redundancy: 3/726 objects degraded (0.413%), 3 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:48.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:47 smithi196 bash[44979]: audit 2024-03-30T04:47:47.337363+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:48.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:47 smithi196 bash[44979]: audit 2024-03-30T04:47:47.349436+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:48.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:47 smithi196 bash[44979]: audit 2024-03-30T04:47:47.358171+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[55920]: cluster 2024-03-30T04:47:46.871736+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: Degraded data redundancy: 3/726 objects degraded (0.413%), 3 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[55920]: audit 2024-03-30T04:47:47.337363+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[55920]: audit 2024-03-30T04:47:47.349436+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[55920]: audit 2024-03-30T04:47:47.358171+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[57237]: cluster 2024-03-30T04:47:46.871736+0000 mon.a (mon.0) 606 : cluster [WRN] Health check failed: Degraded data redundancy: 3/726 objects degraded (0.413%), 3 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[57237]: audit 2024-03-30T04:47:47.337363+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[57237]: audit 2024-03-30T04:47:47.349436+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:48.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:47 smithi194 bash[57237]: audit 2024-03-30T04:47:47.358171+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.193 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[52528]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-30T04:47:49.193 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[52528]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-30T04:47:49.194 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[52528]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-30T04:47:49.194 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[52528]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-30T04:47:49.194 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[52528]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-03-30T04:47:49.194 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[52528]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-30T04:47:49.194 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[52528]: --> ceph-volume raw activate successful for osd ID: 7 2024-03-30T04:47:49.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[44979]: audit 2024-03-30T04:47:47.900583+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:49.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[44979]: audit 2024-03-30T04:47:47.914150+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:49.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:48 smithi196 bash[44979]: cluster 2024-03-30T04:47:48.354909+0000 mgr.y (mgr.25390) 339 : cluster [DBG] pgmap v219: 161 pgs: 14 active+undersized+degraded, 8 stale+active+clean, 31 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 34/726 objects degraded (4.683%) 2024-03-30T04:47:49.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:48 smithi194 bash[55920]: audit 2024-03-30T04:47:47.900583+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:49.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:48 smithi194 bash[55920]: audit 2024-03-30T04:47:47.914150+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:49.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:48 smithi194 bash[55920]: cluster 2024-03-30T04:47:48.354909+0000 mgr.y (mgr.25390) 339 : cluster [DBG] pgmap v219: 161 pgs: 14 active+undersized+degraded, 8 stale+active+clean, 31 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 34/726 objects degraded (4.683%) 2024-03-30T04:47:49.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:48 smithi194 bash[57237]: audit 2024-03-30T04:47:47.900583+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:49.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:48 smithi194 bash[57237]: audit 2024-03-30T04:47:47.914150+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:49.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:48 smithi194 bash[57237]: cluster 2024-03-30T04:47:48.354909+0000 mgr.y (mgr.25390) 339 : cluster [DBG] pgmap v219: 161 pgs: 14 active+undersized+degraded, 8 stale+active+clean, 31 active+undersized, 108 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 34/726 objects degraded (4.683%) 2024-03-30T04:47:50.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:50 smithi196 bash[44979]: audit 2024-03-30T04:47:49.143118+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:50.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:50 smithi196 bash[44979]: audit 2024-03-30T04:47:49.145541+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:50.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:50 smithi194 bash[57237]: audit 2024-03-30T04:47:49.143118+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:50.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:50 smithi194 bash[57237]: audit 2024-03-30T04:47:49.145541+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:50.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:50 smithi194 bash[55920]: audit 2024-03-30T04:47:49.143118+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:50.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:50 smithi194 bash[55920]: audit 2024-03-30T04:47:49.145541+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:50.943 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:50 smithi196 bash[52783]: debug 2024-03-30T04:47:50.544+0000 7f6c5a70d700 1 -- 172.21.15.196:0/879471472 <== mon.2 v2:172.21.15.196:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56530daeb680 con 0x56530db28800 2024-03-30T04:47:51.442 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:51 smithi196 bash[52783]: debug 2024-03-30T04:47:51.076+0000 7f6c638a57c0 -1 Falling back to public interface 2024-03-30T04:47:51.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:51 smithi196 bash[44979]: audit 2024-03-30T04:47:50.314377+0000 mgr.y (mgr.25390) 340 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:51.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:51 smithi196 bash[44979]: cluster 2024-03-30T04:47:50.356393+0000 mgr.y (mgr.25390) 341 : cluster [DBG] pgmap v220: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:51.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:51 smithi194 bash[57237]: audit 2024-03-30T04:47:50.314377+0000 mgr.y (mgr.25390) 340 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:51.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:51 smithi194 bash[57237]: cluster 2024-03-30T04:47:50.356393+0000 mgr.y (mgr.25390) 341 : cluster [DBG] pgmap v220: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:51.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:51 smithi194 bash[55920]: audit 2024-03-30T04:47:50.314377+0000 mgr.y (mgr.25390) 340 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:51.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:51 smithi194 bash[55920]: cluster 2024-03-30T04:47:50.356393+0000 mgr.y (mgr.25390) 341 : cluster [DBG] pgmap v220: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:52.494 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:47:53.219 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:47:53.219 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (7m) 115s ago 14m 13.9M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:47:53.219 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 28s ago 14m - - 2024-03-30T04:47:53.219 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (6m) 115s ago 12m 43.7M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:47:53.219 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (6m) 28s ago 20m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (7m) 115s ago 22m 497M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (5m) 115s ago 22m 51.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (4m) 28s ago 20m 40.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (5m) 115s ago 20m 41.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (7m) 115s ago 14m 9711k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (7m) 28s ago 14m 9339k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (3m) 115s ago 19m 49.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (2m) 115s ago 19m 54.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (2m) 115s ago 18m 44.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (119s) 115s ago 18m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (90s) 28s ago 17m 49.5M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (60s) 28s ago 17m 50.7M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (31s) 28s ago 16m - 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 starting - - - 3036M 2024-03-30T04:47:53.220 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (6m) 28s ago 15m 67.9M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:47:53.221 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (13m) 115s ago 13m 87.6M - 17.2.0 e1d6a67b021e 68dea12f7ba3 2024-03-30T04:47:53.221 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (12m) 28s ago 12m 88.0M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:47:53.221 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (12m) 115s ago 12m 87.8M - 17.2.0 e1d6a67b021e 04780e9e7e94 2024-03-30T04:47:53.221 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (12m) 28s ago 12m 88.5M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:47:53.636 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:47:53.636 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:47:53.636 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:47:53.636 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:53.636 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:47:53.636 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:47:53.636 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 7 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 12 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:47:53.637 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:47:53.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:53 smithi196 bash[44979]: cluster 2024-03-30T04:47:52.357953+0000 mgr.y (mgr.25390) 342 : cluster [DBG] pgmap v221: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:53.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:53 smithi196 bash[44979]: audit 2024-03-30T04:47:52.486500+0000 mgr.y (mgr.25390) 343 : audit [DBG] from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:53.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:53 smithi196 bash[44979]: audit 2024-03-30T04:47:52.841912+0000 mgr.y (mgr.25390) 344 : audit [DBG] from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:53.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:53 smithi194 bash[57237]: cluster 2024-03-30T04:47:52.357953+0000 mgr.y (mgr.25390) 342 : cluster [DBG] pgmap v221: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:53.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:53 smithi194 bash[57237]: audit 2024-03-30T04:47:52.486500+0000 mgr.y (mgr.25390) 343 : audit [DBG] from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:53.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:53 smithi194 bash[57237]: audit 2024-03-30T04:47:52.841912+0000 mgr.y (mgr.25390) 344 : audit [DBG] from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:53.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:53 smithi194 bash[55920]: cluster 2024-03-30T04:47:52.357953+0000 mgr.y (mgr.25390) 342 : cluster [DBG] pgmap v221: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:53.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:53 smithi194 bash[55920]: audit 2024-03-30T04:47:52.486500+0000 mgr.y (mgr.25390) 343 : audit [DBG] from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:53.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:53 smithi194 bash[55920]: audit 2024-03-30T04:47:52.841912+0000 mgr.y (mgr.25390) 344 : audit [DBG] from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:54.004 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "12/23 daemons upgraded", 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:47:54.005 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:47:54.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:47:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:47:53] "GET /metrics HTTP/1.1" 200 38623 "" "Prometheus/2.33.4" 2024-03-30T04:47:54.416 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[52783]: debug 2024-03-30T04:47:54.040+0000 7f6c638a57c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-03-30T04:47:54.416 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[52783]: debug 2024-03-30T04:47:54.076+0000 7f6c638a57c0 -1 osd.7 140 log_to_monitors true 2024-03-30T04:47:54.427 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; all OSDs are running squid or later but require_osd_release < squid; Degraded data redundancy: 98/726 objects degraded (13.499%), 27 pgs degraded 2024-03-30T04:47:54.427 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:47:54.427 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:47:54.427 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:47:54.427 INFO:teuthology.orchestra.run.smithi194.stdout: osd.7 (root=default,host=smithi196) is down 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] OSD_UPGRADE_FINISHED: all OSDs are running squid or later but require_osd_release < squid 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: all OSDs are running squid or later but require_osd_release < squid 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 98/726 objects degraded (13.499%), 27 pgs degraded 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.7 is active+undersized+degraded, acting [6,2] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.8 is active+undersized+degraded, acting [0,1] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.18 is active+undersized+degraded, acting [5,4] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-03-30T04:47:54.428 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 4.3 is active+undersized+degraded, acting [0,5] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 4.14 is active+undersized+degraded, acting [3,2] 2024-03-30T04:47:54.429 INFO:teuthology.orchestra.run.smithi194.stdout: pg 4.15 is active+undersized+degraded, acting [5,3] 2024-03-30T04:47:54.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[44979]: audit 2024-03-30T04:47:53.182359+0000 mgr.y (mgr.25390) 345 : audit [DBG] from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:54.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[44979]: audit 2024-03-30T04:47:53.642648+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.194:0/2499075411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[44979]: audit 2024-03-30T04:47:54.078660+0000 mon.a (mon.0) 614 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:47:54.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[44979]: audit 2024-03-30T04:47:54.083560+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:47:54.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[44979]: cluster 2024-03-30T04:47:54.304899+0000 mon.a (mon.0) 615 : cluster [WRN] Health check update: Degraded data redundancy: 98/726 objects degraded (13.499%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:54.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[55920]: audit 2024-03-30T04:47:53.182359+0000 mgr.y (mgr.25390) 345 : audit [DBG] from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:54.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[55920]: audit 2024-03-30T04:47:53.642648+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.194:0/2499075411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[55920]: audit 2024-03-30T04:47:54.078660+0000 mon.a (mon.0) 614 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:47:54.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[55920]: audit 2024-03-30T04:47:54.083560+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:47:54.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[55920]: cluster 2024-03-30T04:47:54.304899+0000 mon.a (mon.0) 615 : cluster [WRN] Health check update: Degraded data redundancy: 98/726 objects degraded (13.499%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:54.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[57237]: audit 2024-03-30T04:47:53.182359+0000 mgr.y (mgr.25390) 345 : audit [DBG] from='client.34551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:54.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[57237]: audit 2024-03-30T04:47:53.642648+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.194:0/2499075411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[57237]: audit 2024-03-30T04:47:54.078660+0000 mon.a (mon.0) 614 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:47:54.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[57237]: audit 2024-03-30T04:47:54.083560+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:47:54.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:54 smithi194 bash[57237]: cluster 2024-03-30T04:47:54.304899+0000 mon.a (mon.0) 615 : cluster [WRN] Health check update: Degraded data redundancy: 98/726 objects degraded (13.499%), 27 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:55.192 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:47:54 smithi196 bash[52783]: debug 2024-03-30T04:47:54.932+0000 7f6c50cf5700 -1 osd.7 140 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:54.010871+0000 mgr.y (mgr.25390) 346 : audit [DBG] from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: cluster 2024-03-30T04:47:54.359457+0000 mgr.y (mgr.25390) 347 : cluster [DBG] pgmap v222: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:54.422505+0000 mon.a (mon.0) 616 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:54.432434+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:54.433160+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.194:0/821415704' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: cluster 2024-03-30T04:47:54.433709+0000 mon.a (mon.0) 617 : cluster [DBG] osdmap e143: 8 total, 7 up, 8 in 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:54.436087+0000 mon.a (mon.0) 618 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:54.894310+0000 mon.a (mon.0) 619 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:55.143156+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:55.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:55 smithi196 bash[44979]: audit 2024-03-30T04:47:55.157330+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:54.010871+0000 mgr.y (mgr.25390) 346 : audit [DBG] from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: cluster 2024-03-30T04:47:54.359457+0000 mgr.y (mgr.25390) 347 : cluster [DBG] pgmap v222: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:54.422505+0000 mon.a (mon.0) 616 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:54.432434+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:54.433160+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.194:0/821415704' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: cluster 2024-03-30T04:47:54.433709+0000 mon.a (mon.0) 617 : cluster [DBG] osdmap e143: 8 total, 7 up, 8 in 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:54.436087+0000 mon.a (mon.0) 618 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:54.894310+0000 mon.a (mon.0) 619 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:55.143156+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:55.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[55920]: audit 2024-03-30T04:47:55.157330+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:54.010871+0000 mgr.y (mgr.25390) 346 : audit [DBG] from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: cluster 2024-03-30T04:47:54.359457+0000 mgr.y (mgr.25390) 347 : cluster [DBG] pgmap v222: 161 pgs: 27 active+undersized+degraded, 42 active+undersized, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:54.422505+0000 mon.a (mon.0) 616 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:54.432434+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:54.433160+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.194:0/821415704' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: cluster 2024-03-30T04:47:54.433709+0000 mon.a (mon.0) 617 : cluster [DBG] osdmap e143: 8 total, 7 up, 8 in 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:54.436087+0000 mon.a (mon.0) 618 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:54.894310+0000 mon.a (mon.0) 619 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:55.143156+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:55.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:55 smithi194 bash[57237]: audit 2024-03-30T04:47:55.157330+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:56.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:56 smithi196 bash[44979]: cluster 2024-03-30T04:47:55.891145+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:56.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:56 smithi196 bash[44979]: cluster 2024-03-30T04:47:55.900389+0000 mon.a (mon.0) 623 : cluster [INF] osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207] boot 2024-03-30T04:47:56.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:56 smithi196 bash[44979]: cluster 2024-03-30T04:47:55.900523+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e144: 8 total, 8 up, 8 in 2024-03-30T04:47:56.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:56 smithi196 bash[44979]: audit 2024-03-30T04:47:55.912386+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:47:56.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:56 smithi196 bash[44979]: audit 2024-03-30T04:47:56.315885+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:56.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:56 smithi196 bash[44979]: audit 2024-03-30T04:47:56.330137+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[55920]: cluster 2024-03-30T04:47:55.891145+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[55920]: cluster 2024-03-30T04:47:55.900389+0000 mon.a (mon.0) 623 : cluster [INF] osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207] boot 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[55920]: cluster 2024-03-30T04:47:55.900523+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e144: 8 total, 8 up, 8 in 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[55920]: audit 2024-03-30T04:47:55.912386+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[55920]: audit 2024-03-30T04:47:56.315885+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[55920]: audit 2024-03-30T04:47:56.330137+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[57237]: cluster 2024-03-30T04:47:55.891145+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:56.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[57237]: cluster 2024-03-30T04:47:55.900389+0000 mon.a (mon.0) 623 : cluster [INF] osd.7 [v2:172.21.15.196:6824/3592016207,v1:172.21.15.196:6825/3592016207] boot 2024-03-30T04:47:56.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[57237]: cluster 2024-03-30T04:47:55.900523+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e144: 8 total, 8 up, 8 in 2024-03-30T04:47:56.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[57237]: audit 2024-03-30T04:47:55.912386+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:47:56.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[57237]: audit 2024-03-30T04:47:56.315885+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:56.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:56 smithi194 bash[57237]: audit 2024-03-30T04:47:56.330137+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:47:57.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:57 smithi196 bash[44979]: cluster 2024-03-30T04:47:56.360748+0000 mgr.y (mgr.25390) 348 : cluster [DBG] pgmap v225: 161 pgs: 10 peering, 24 active+undersized+degraded, 35 active+undersized, 92 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:47:57.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:57 smithi196 bash[44979]: cluster 2024-03-30T04:47:56.904570+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-30T04:47:57.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:57 smithi194 bash[57237]: cluster 2024-03-30T04:47:56.360748+0000 mgr.y (mgr.25390) 348 : cluster [DBG] pgmap v225: 161 pgs: 10 peering, 24 active+undersized+degraded, 35 active+undersized, 92 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:47:57.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:57 smithi194 bash[57237]: cluster 2024-03-30T04:47:56.904570+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-30T04:47:57.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:57 smithi194 bash[55920]: cluster 2024-03-30T04:47:56.360748+0000 mgr.y (mgr.25390) 348 : cluster [DBG] pgmap v225: 161 pgs: 10 peering, 24 active+undersized+degraded, 35 active+undersized, 92 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:47:57.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:57 smithi194 bash[55920]: cluster 2024-03-30T04:47:56.904570+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-30T04:47:59.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:59 smithi196 bash[44979]: cluster 2024-03-30T04:47:58.361932+0000 mgr.y (mgr.25390) 349 : cluster [DBG] pgmap v227: 161 pgs: 20 peering, 16 active+undersized+degraded, 26 active+undersized, 99 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:47:59.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:47:59 smithi196 bash[44979]: cluster 2024-03-30T04:47:59.306038+0000 mon.a (mon.0) 629 : cluster [WRN] Health check update: Degraded data redundancy: 75/726 objects degraded (10.331%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:59.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:59 smithi194 bash[57237]: cluster 2024-03-30T04:47:58.361932+0000 mgr.y (mgr.25390) 349 : cluster [DBG] pgmap v227: 161 pgs: 20 peering, 16 active+undersized+degraded, 26 active+undersized, 99 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:47:59.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:47:59 smithi194 bash[57237]: cluster 2024-03-30T04:47:59.306038+0000 mon.a (mon.0) 629 : cluster [WRN] Health check update: Degraded data redundancy: 75/726 objects degraded (10.331%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:59.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:59 smithi194 bash[55920]: cluster 2024-03-30T04:47:58.361932+0000 mgr.y (mgr.25390) 349 : cluster [DBG] pgmap v227: 161 pgs: 20 peering, 16 active+undersized+degraded, 26 active+undersized, 99 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:47:59.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:47:59 smithi194 bash[55920]: cluster 2024-03-30T04:47:59.306038+0000 mon.a (mon.0) 629 : cluster [WRN] Health check update: Degraded data redundancy: 75/726 objects degraded (10.331%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:00 smithi194 bash[57237]: cluster 2024-03-30T04:48:00.435471+0000 mon.a (mon.0) 630 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/726 objects degraded (10.331%), 16 pgs degraded) 2024-03-30T04:48:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:00 smithi194 bash[55920]: cluster 2024-03-30T04:48:00.435471+0000 mon.a (mon.0) 630 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/726 objects degraded (10.331%), 16 pgs degraded) 2024-03-30T04:48:00.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:00 smithi196 bash[44979]: cluster 2024-03-30T04:48:00.435471+0000 mon.a (mon.0) 630 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/726 objects degraded (10.331%), 16 pgs degraded) 2024-03-30T04:48:01.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:01 smithi196 bash[44979]: audit 2024-03-30T04:48:00.324296+0000 mgr.y (mgr.25390) 350 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:01.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:01 smithi196 bash[44979]: cluster 2024-03-30T04:48:00.363211+0000 mgr.y (mgr.25390) 351 : cluster [DBG] pgmap v228: 161 pgs: 20 peering, 4 active+undersized, 137 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:01.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:01 smithi194 bash[55920]: audit 2024-03-30T04:48:00.324296+0000 mgr.y (mgr.25390) 350 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:01.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:01 smithi194 bash[55920]: cluster 2024-03-30T04:48:00.363211+0000 mgr.y (mgr.25390) 351 : cluster [DBG] pgmap v228: 161 pgs: 20 peering, 4 active+undersized, 137 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:01.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:01 smithi194 bash[57237]: audit 2024-03-30T04:48:00.324296+0000 mgr.y (mgr.25390) 350 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:01.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:01 smithi194 bash[57237]: cluster 2024-03-30T04:48:00.363211+0000 mgr.y (mgr.25390) 351 : cluster [DBG] pgmap v228: 161 pgs: 20 peering, 4 active+undersized, 137 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:03.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:03 smithi196 bash[44979]: cluster 2024-03-30T04:48:02.364466+0000 mgr.y (mgr.25390) 352 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 0 op/s 2024-03-30T04:48:03.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:03 smithi194 bash[55920]: cluster 2024-03-30T04:48:02.364466+0000 mgr.y (mgr.25390) 352 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 0 op/s 2024-03-30T04:48:03.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:03 smithi194 bash[57237]: cluster 2024-03-30T04:48:02.364466+0000 mgr.y (mgr.25390) 352 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 0 op/s 2024-03-30T04:48:04.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:48:03] "GET /metrics HTTP/1.1" 200 38623 "" "Prometheus/2.33.4" 2024-03-30T04:48:05.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:05 smithi196 bash[44979]: audit 2024-03-30T04:48:04.143704+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:05.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:05 smithi196 bash[44979]: audit 2024-03-30T04:48:04.146062+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:05.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:05 smithi196 bash[44979]: cluster 2024-03-30T04:48:04.365783+0000 mgr.y (mgr.25390) 353 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:05.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:05 smithi194 bash[55920]: audit 2024-03-30T04:48:04.143704+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:05 smithi194 bash[55920]: audit 2024-03-30T04:48:04.146062+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:05.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:05 smithi194 bash[55920]: cluster 2024-03-30T04:48:04.365783+0000 mgr.y (mgr.25390) 353 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:05.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:05 smithi194 bash[57237]: audit 2024-03-30T04:48:04.143704+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:05.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:05 smithi194 bash[57237]: audit 2024-03-30T04:48:04.146062+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:05.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:05 smithi194 bash[57237]: cluster 2024-03-30T04:48:04.365783+0000 mgr.y (mgr.25390) 353 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:07.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: cluster 2024-03-30T04:48:06.366985+0000 mgr.y (mgr.25390) 354 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.436567+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.449115+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.452377+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.454701+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: cluster 2024-03-30T04:48:06.461002+0000 mgr.y (mgr.25390) 355 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.469860+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.573953+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.578817+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.582520+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.585226+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.590525+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: cephadm 2024-03-30T04:48:06.591819+0000 mgr.y (mgr.25390) 356 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.598620+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.603358+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.609597+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.613866+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.619456+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.624349+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.630199+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.634844+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.640397+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.645079+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.650774+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.655417+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.661264+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:48:07.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.665916+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.671418+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:48:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.676073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.681293+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:48:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: cephadm 2024-03-30T04:48:06.688502+0000 mgr.y (mgr.25390) 357 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:48:07.696 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:07 smithi196 bash[44979]: audit 2024-03-30T04:48:06.688935+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: cluster 2024-03-30T04:48:06.366985+0000 mgr.y (mgr.25390) 354 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.436567+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.449115+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.452377+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.454701+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: cluster 2024-03-30T04:48:06.461002+0000 mgr.y (mgr.25390) 355 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:07.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.469860+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.573953+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.578817+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.582520+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.585226+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.590525+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: cephadm 2024-03-30T04:48:06.591819+0000 mgr.y (mgr.25390) 356 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.598620+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.603358+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.609597+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.613866+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.619456+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:48:07.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.624349+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: cluster 2024-03-30T04:48:06.366985+0000 mgr.y (mgr.25390) 354 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.436567+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.449115+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.452377+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.454701+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: cluster 2024-03-30T04:48:06.461002+0000 mgr.y (mgr.25390) 355 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.469860+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.573953+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.578817+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.582520+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.585226+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.590525+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:07.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: cephadm 2024-03-30T04:48:06.591819+0000 mgr.y (mgr.25390) 356 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.598620+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.603358+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.609597+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.613866+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.619456+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.624349+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.630199+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.634844+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.640397+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:48:07.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.645079+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.650774+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.655417+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.661264+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.665916+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.671418+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.676073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.681293+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: cephadm 2024-03-30T04:48:06.688502+0000 mgr.y (mgr.25390) 357 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[55920]: audit 2024-03-30T04:48:06.688935+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.630199+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.634844+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:48:07.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.640397+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.645079+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.650774+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.655417+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.661264+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.665916+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.671418+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.676073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.681293+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: cephadm 2024-03-30T04:48:06.688502+0000 mgr.y (mgr.25390) 357 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:48:07.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:07 smithi194 bash[57237]: audit 2024-03-30T04:48:06.688935+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[57237]: cluster 2024-03-30T04:48:07.677868+0000 mon.a (mon.0) 661 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[57237]: audit 2024-03-30T04:48:07.680120+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[57237]: cluster 2024-03-30T04:48:07.687924+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[57237]: audit 2024-03-30T04:48:07.694197+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[57237]: cephadm 2024-03-30T04:48:07.695868+0000 mgr.y (mgr.25390) 358 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[57237]: audit 2024-03-30T04:48:07.702498+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[55920]: cluster 2024-03-30T04:48:07.677868+0000 mon.a (mon.0) 661 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:48:08.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[55920]: audit 2024-03-30T04:48:07.680120+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:48:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[55920]: cluster 2024-03-30T04:48:07.687924+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-30T04:48:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[55920]: audit 2024-03-30T04:48:07.694197+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[55920]: cephadm 2024-03-30T04:48:07.695868+0000 mgr.y (mgr.25390) 358 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:48:08.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:08 smithi194 bash[55920]: audit 2024-03-30T04:48:07.702498+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:08.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:08 smithi196 bash[44979]: cluster 2024-03-30T04:48:07.677868+0000 mon.a (mon.0) 661 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:48:08.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:08 smithi196 bash[44979]: audit 2024-03-30T04:48:07.680120+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:48:08.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:08 smithi196 bash[44979]: cluster 2024-03-30T04:48:07.687924+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-30T04:48:08.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:08 smithi196 bash[44979]: audit 2024-03-30T04:48:07.694197+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:08.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:08 smithi196 bash[44979]: cephadm 2024-03-30T04:48:07.695868+0000 mgr.y (mgr.25390) 358 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:48:08.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:08 smithi196 bash[44979]: audit 2024-03-30T04:48:07.702498+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:09 smithi194 bash[57237]: cluster 2024-03-30T04:48:08.462029+0000 mgr.y (mgr.25390) 359 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-30T04:48:09.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:09 smithi194 bash[57237]: audit 2024-03-30T04:48:09.443363+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:09 smithi194 bash[55920]: cluster 2024-03-30T04:48:08.462029+0000 mgr.y (mgr.25390) 359 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-30T04:48:09.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:09 smithi194 bash[55920]: audit 2024-03-30T04:48:09.443363+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:09.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:09 smithi196 bash[44979]: cluster 2024-03-30T04:48:08.462029+0000 mgr.y (mgr.25390) 359 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-30T04:48:09.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:09 smithi196 bash[44979]: audit 2024-03-30T04:48:09.443363+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:11.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:11 smithi196 bash[44979]: cephadm 2024-03-30T04:48:10.176994+0000 mgr.y (mgr.25390) 360 : cephadm [INF] Upgrade: Updating rgw.foo.smithi194.hxehtd (1/4) 2024-03-30T04:48:11.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:11 smithi196 bash[44979]: audit 2024-03-30T04:48:10.184339+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:11.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:11 smithi196 bash[44979]: audit 2024-03-30T04:48:10.188933+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:11.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:11 smithi196 bash[44979]: audit 2024-03-30T04:48:10.191572+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:11 smithi196 bash[44979]: cephadm 2024-03-30T04:48:10.193430+0000 mgr.y (mgr.25390) 361 : cephadm [INF] Deploying daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:48:11.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:11 smithi196 bash[44979]: audit 2024-03-30T04:48:10.335555+0000 mgr.y (mgr.25390) 362 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:11.443 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:11 smithi196 bash[44979]: cluster 2024-03-30T04:48:10.463089+0000 mgr.y (mgr.25390) 363 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[57237]: cephadm 2024-03-30T04:48:10.176994+0000 mgr.y (mgr.25390) 360 : cephadm [INF] Upgrade: Updating rgw.foo.smithi194.hxehtd (1/4) 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[57237]: audit 2024-03-30T04:48:10.184339+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[57237]: audit 2024-03-30T04:48:10.188933+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[57237]: audit 2024-03-30T04:48:10.191572+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[57237]: cephadm 2024-03-30T04:48:10.193430+0000 mgr.y (mgr.25390) 361 : cephadm [INF] Deploying daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[57237]: audit 2024-03-30T04:48:10.335555+0000 mgr.y (mgr.25390) 362 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[57237]: cluster 2024-03-30T04:48:10.463089+0000 mgr.y (mgr.25390) 363 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[55920]: cephadm 2024-03-30T04:48:10.176994+0000 mgr.y (mgr.25390) 360 : cephadm [INF] Upgrade: Updating rgw.foo.smithi194.hxehtd (1/4) 2024-03-30T04:48:11.458 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[55920]: audit 2024-03-30T04:48:10.184339+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:11.459 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[55920]: audit 2024-03-30T04:48:10.188933+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi194.hxehtd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:11.459 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[55920]: audit 2024-03-30T04:48:10.191572+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.459 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[55920]: cephadm 2024-03-30T04:48:10.193430+0000 mgr.y (mgr.25390) 361 : cephadm [INF] Deploying daemon rgw.foo.smithi194.hxehtd on smithi194 2024-03-30T04:48:11.459 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[55920]: audit 2024-03-30T04:48:10.335555+0000 mgr.y (mgr.25390) 362 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:11.459 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:11 smithi194 bash[55920]: cluster 2024-03-30T04:48:10.463089+0000 mgr.y (mgr.25390) 363 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:12.739 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.739 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.739 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.740 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.740 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.740 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.741 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.741 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:12.741 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:48:12 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:13.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:13 smithi194 bash[55920]: cluster 2024-03-30T04:48:12.464693+0000 mgr.y (mgr.25390) 364 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-30T04:48:13.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:13 smithi194 bash[57237]: cluster 2024-03-30T04:48:12.464693+0000 mgr.y (mgr.25390) 364 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-30T04:48:13.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:13 smithi196 bash[44979]: cluster 2024-03-30T04:48:12.464693+0000 mgr.y (mgr.25390) 364 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 632 B/s rd, 0 op/s 2024-03-30T04:48:14.150 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.151 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.151 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.151 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:48:13] "GET /metrics HTTP/1.1" 200 38637 "" "Prometheus/2.33.4" 2024-03-30T04:48:14.151 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.152 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.152 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.152 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:14.153 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:48:14 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:15 smithi194 bash[55920]: audit 2024-03-30T04:48:14.199150+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:15.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:15 smithi194 bash[55920]: audit 2024-03-30T04:48:14.205609+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:15.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:15 smithi194 bash[55920]: cluster 2024-03-30T04:48:14.466274+0000 mgr.y (mgr.25390) 365 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:15.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:15 smithi194 bash[57237]: audit 2024-03-30T04:48:14.199150+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:15.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:15 smithi194 bash[57237]: audit 2024-03-30T04:48:14.205609+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:15.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:15 smithi194 bash[57237]: cluster 2024-03-30T04:48:14.466274+0000 mgr.y (mgr.25390) 365 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:15.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:15 smithi196 bash[44979]: audit 2024-03-30T04:48:14.199150+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:15.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:15 smithi196 bash[44979]: audit 2024-03-30T04:48:14.205609+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:15.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:15 smithi196 bash[44979]: cluster 2024-03-30T04:48:14.466274+0000 mgr.y (mgr.25390) 365 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:17.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[55920]: cluster 2024-03-30T04:48:16.466980+0000 mgr.y (mgr.25390) 366 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-03-30T04:48:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[55920]: audit 2024-03-30T04:48:16.991414+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[55920]: audit 2024-03-30T04:48:16.994571+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:17.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[55920]: audit 2024-03-30T04:48:16.997033+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[57237]: cluster 2024-03-30T04:48:16.466980+0000 mgr.y (mgr.25390) 366 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-03-30T04:48:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[57237]: audit 2024-03-30T04:48:16.991414+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[57237]: audit 2024-03-30T04:48:16.994571+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:17.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:17 smithi194 bash[57237]: audit 2024-03-30T04:48:16.997033+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:17.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:17 smithi196 bash[44979]: cluster 2024-03-30T04:48:16.466980+0000 mgr.y (mgr.25390) 366 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-03-30T04:48:17.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:17 smithi196 bash[44979]: audit 2024-03-30T04:48:16.991414+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:17.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:17 smithi196 bash[44979]: audit 2024-03-30T04:48:16.994571+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi194.blubcl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:17.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:17 smithi196 bash[44979]: audit 2024-03-30T04:48:16.997033+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:18.814 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:18 smithi194 bash[55920]: cephadm 2024-03-30T04:48:16.986489+0000 mgr.y (mgr.25390) 367 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi194.blubcl (2/4) 2024-03-30T04:48:18.815 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:18 smithi194 bash[55920]: cephadm 2024-03-30T04:48:16.998555+0000 mgr.y (mgr.25390) 368 : cephadm [INF] Deploying daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:48:18.815 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:18 smithi194 bash[57237]: cephadm 2024-03-30T04:48:16.986489+0000 mgr.y (mgr.25390) 367 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi194.blubcl (2/4) 2024-03-30T04:48:18.815 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:18 smithi194 bash[57237]: cephadm 2024-03-30T04:48:16.998555+0000 mgr.y (mgr.25390) 368 : cephadm [INF] Deploying daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:48:18.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:18 smithi196 bash[44979]: cephadm 2024-03-30T04:48:16.986489+0000 mgr.y (mgr.25390) 367 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi194.blubcl (2/4) 2024-03-30T04:48:18.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:18 smithi196 bash[44979]: cephadm 2024-03-30T04:48:16.998555+0000 mgr.y (mgr.25390) 368 : cephadm [INF] Deploying daemon rgw.smpl.smithi194.blubcl on smithi194 2024-03-30T04:48:19.722 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.722 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.722 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:19 smithi194 bash[57237]: cluster 2024-03-30T04:48:18.467802+0000 mgr.y (mgr.25390) 369 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 61 op/s 2024-03-30T04:48:19.722 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:19 smithi194 bash[57237]: audit 2024-03-30T04:48:19.143824+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:19.723 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:19 smithi194 bash[57237]: audit 2024-03-30T04:48:19.145476+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:19.723 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.723 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.723 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.723 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.724 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.724 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:19 smithi194 bash[55920]: cluster 2024-03-30T04:48:18.467802+0000 mgr.y (mgr.25390) 369 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 61 op/s 2024-03-30T04:48:19.724 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:19 smithi194 bash[55920]: audit 2024-03-30T04:48:19.143824+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:19.724 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:19 smithi194 bash[55920]: audit 2024-03-30T04:48:19.145476+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:19.724 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.724 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:48:19 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:19.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:19 smithi196 bash[44979]: cluster 2024-03-30T04:48:18.467802+0000 mgr.y (mgr.25390) 369 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 61 op/s 2024-03-30T04:48:19.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:19 smithi196 bash[44979]: audit 2024-03-30T04:48:19.143824+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:19.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:19 smithi196 bash[44979]: audit 2024-03-30T04:48:19.145476+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:21.528 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.528 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.529 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.529 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.529 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.530 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.530 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.530 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.531 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:48:21 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[57237]: audit 2024-03-30T04:48:20.344296+0000 mgr.y (mgr.25390) 370 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[57237]: cluster 2024-03-30T04:48:20.468994+0000 mgr.y (mgr.25390) 371 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 97 op/s 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[57237]: audit 2024-03-30T04:48:21.374026+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[57237]: audit 2024-03-30T04:48:21.380761+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[55920]: audit 2024-03-30T04:48:20.344296+0000 mgr.y (mgr.25390) 370 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[55920]: cluster 2024-03-30T04:48:20.468994+0000 mgr.y (mgr.25390) 371 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 97 op/s 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[55920]: audit 2024-03-30T04:48:21.374026+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:21.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:21 smithi194 bash[55920]: audit 2024-03-30T04:48:21.380761+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:21.849 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:21 smithi196 bash[44979]: audit 2024-03-30T04:48:20.344296+0000 mgr.y (mgr.25390) 370 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:21.849 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:21 smithi196 bash[44979]: cluster 2024-03-30T04:48:20.468994+0000 mgr.y (mgr.25390) 371 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 97 op/s 2024-03-30T04:48:21.849 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:21 smithi196 bash[44979]: audit 2024-03-30T04:48:21.374026+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:21.849 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:21 smithi196 bash[44979]: audit 2024-03-30T04:48:21.380761+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:23.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:23 smithi194 bash[55920]: cluster 2024-03-30T04:48:22.470222+0000 mgr.y (mgr.25390) 372 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 85 B/s wr, 124 op/s 2024-03-30T04:48:23.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:23 smithi194 bash[57237]: cluster 2024-03-30T04:48:22.470222+0000 mgr.y (mgr.25390) 372 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 85 B/s wr, 124 op/s 2024-03-30T04:48:23.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:23 smithi196 bash[44979]: cluster 2024-03-30T04:48:22.470222+0000 mgr.y (mgr.25390) 372 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 85 B/s wr, 124 op/s 2024-03-30T04:48:24.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:48:23] "GET /metrics HTTP/1.1" 200 38640 "" "Prometheus/2.33.4" 2024-03-30T04:48:24.825 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:48:25.157 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:24 smithi196 bash[44979]: cephadm 2024-03-30T04:48:23.848818+0000 mgr.y (mgr.25390) 373 : cephadm [INF] Upgrade: Updating rgw.foo.smithi196.cfowed (3/4) 2024-03-30T04:48:25.157 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:24 smithi196 bash[44979]: audit 2024-03-30T04:48:23.856315+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:25.157 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:24 smithi196 bash[44979]: audit 2024-03-30T04:48:23.860800+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:25.158 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:24 smithi196 bash[44979]: audit 2024-03-30T04:48:23.864405+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[55920]: cephadm 2024-03-30T04:48:23.848818+0000 mgr.y (mgr.25390) 373 : cephadm [INF] Upgrade: Updating rgw.foo.smithi196.cfowed (3/4) 2024-03-30T04:48:25.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[55920]: audit 2024-03-30T04:48:23.856315+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:25.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[55920]: audit 2024-03-30T04:48:23.860800+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:25.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[55920]: audit 2024-03-30T04:48:23.864405+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[57237]: cephadm 2024-03-30T04:48:23.848818+0000 mgr.y (mgr.25390) 373 : cephadm [INF] Upgrade: Updating rgw.foo.smithi196.cfowed (3/4) 2024-03-30T04:48:25.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[57237]: audit 2024-03-30T04:48:23.856315+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:25.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[57237]: audit 2024-03-30T04:48:23.860800+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi196.cfowed", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:25.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:24 smithi194 bash[57237]: audit 2024-03-30T04:48:23.864405+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.537 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (8m) 2m ago 15m 13.9M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 30s ago 14m - - 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (6m) 2m ago 13m 43.7M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (6m) 30s ago 20m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (7m) 2m ago 22m 497M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (6m) 2m ago 22m 51.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (5m) 30s ago 21m 41.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (5m) 2m ago 21m 41.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (8m) 2m ago 15m 9711k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (7m) 30s ago 15m 9591k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (3m) 2m ago 20m 49.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (3m) 2m ago 19m 54.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:48:25.538 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (2m) 2m ago 19m 44.7M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (2m) 2m ago 18m - 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (2m) 30s ago 18m 51.7M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (92s) 30s ago 17m 52.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (63s) 30s ago 17m 46.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (35s) 30s ago 16m 11.8M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (6m) 30s ago 15m 68.3M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 starting - - - - 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (13m) 30s ago 13m 88.1M - 17.2.0 e1d6a67b021e 12a0b4d1de66 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 starting - - - - 2024-03-30T04:48:25.539 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (13m) 30s ago 13m 88.7M - 17.2.0 e1d6a67b021e 66200dfcf04f 2024-03-30T04:48:25.948 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:48:25.948 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:48:25.948 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:48:25.948 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:25.948 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 15 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:48:25.949 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:48:26.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:25 smithi196 bash[44979]: cephadm 2024-03-30T04:48:23.866529+0000 mgr.y (mgr.25390) 374 : cephadm [INF] Deploying daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:48:26.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:25 smithi196 bash[44979]: cluster 2024-03-30T04:48:24.471258+0000 mgr.y (mgr.25390) 375 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 85 B/s wr, 184 op/s 2024-03-30T04:48:26.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:25 smithi196 bash[44979]: audit 2024-03-30T04:48:24.817043+0000 mgr.y (mgr.25390) 376 : audit [DBG] from='client.34620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:26.303 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:48:26.303 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:48:26.303 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:48:26.303 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:48:26.303 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:48:26.303 INFO:teuthology.orchestra.run.smithi194.stdout: "osd", 2024-03-30T04:48:26.303 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:48:26.304 INFO:teuthology.orchestra.run.smithi194.stdout: "mon" 2024-03-30T04:48:26.304 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:48:26.304 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "13/23 daemons upgraded", 2024-03-30T04:48:26.304 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading rgw daemons", 2024-03-30T04:48:26.304 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:48:26.304 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:48:26.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:25 smithi194 bash[55920]: cephadm 2024-03-30T04:48:23.866529+0000 mgr.y (mgr.25390) 374 : cephadm [INF] Deploying daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:48:26.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:25 smithi194 bash[55920]: cluster 2024-03-30T04:48:24.471258+0000 mgr.y (mgr.25390) 375 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 85 B/s wr, 184 op/s 2024-03-30T04:48:26.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:25 smithi194 bash[55920]: audit 2024-03-30T04:48:24.817043+0000 mgr.y (mgr.25390) 376 : audit [DBG] from='client.34620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:26.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:25 smithi194 bash[57237]: cephadm 2024-03-30T04:48:23.866529+0000 mgr.y (mgr.25390) 374 : cephadm [INF] Deploying daemon rgw.foo.smithi196.cfowed on smithi196 2024-03-30T04:48:26.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:25 smithi194 bash[57237]: cluster 2024-03-30T04:48:24.471258+0000 mgr.y (mgr.25390) 375 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 117 KiB/s rd, 85 B/s wr, 184 op/s 2024-03-30T04:48:26.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:25 smithi194 bash[57237]: audit 2024-03-30T04:48:24.817043+0000 mgr.y (mgr.25390) 376 : audit [DBG] from='client.34620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:26.692 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.693 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.693 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.693 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.694 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.694 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.695 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:48:26 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:26.720 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:48:26.720 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:48:26.720 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:48:27.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:26 smithi196 bash[44979]: audit 2024-03-30T04:48:25.178848+0000 mgr.y (mgr.25390) 377 : audit [DBG] from='client.44554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:27.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:26 smithi196 bash[44979]: audit 2024-03-30T04:48:25.529537+0000 mgr.y (mgr.25390) 378 : audit [DBG] from='client.34632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:27.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:26 smithi196 bash[44979]: audit 2024-03-30T04:48:25.954757+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.194:0/2828689529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:26 smithi196 bash[44979]: audit 2024-03-30T04:48:26.727324+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.194:0/2385430702' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[55920]: audit 2024-03-30T04:48:25.178848+0000 mgr.y (mgr.25390) 377 : audit [DBG] from='client.44554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[55920]: audit 2024-03-30T04:48:25.529537+0000 mgr.y (mgr.25390) 378 : audit [DBG] from='client.34632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[55920]: audit 2024-03-30T04:48:25.954757+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.194:0/2828689529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[55920]: audit 2024-03-30T04:48:26.727324+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.194:0/2385430702' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[57237]: audit 2024-03-30T04:48:25.178848+0000 mgr.y (mgr.25390) 377 : audit [DBG] from='client.44554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[57237]: audit 2024-03-30T04:48:25.529537+0000 mgr.y (mgr.25390) 378 : audit [DBG] from='client.34632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[57237]: audit 2024-03-30T04:48:25.954757+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.194:0/2828689529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:26 smithi194 bash[57237]: audit 2024-03-30T04:48:26.727324+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.194:0/2385430702' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:28.192 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.192 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.193 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.193 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.194 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.194 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:27 smithi196 bash[44979]: audit 2024-03-30T04:48:26.309327+0000 mgr.y (mgr.25390) 379 : audit [DBG] from='client.44572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:27 smithi196 bash[44979]: cluster 2024-03-30T04:48:26.471911+0000 mgr.y (mgr.25390) 380 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 146 KiB/s rd, 170 B/s wr, 231 op/s 2024-03-30T04:48:28.195 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:48:27 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:28.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:27 smithi194 bash[55920]: audit 2024-03-30T04:48:26.309327+0000 mgr.y (mgr.25390) 379 : audit [DBG] from='client.44572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:28.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:27 smithi194 bash[55920]: cluster 2024-03-30T04:48:26.471911+0000 mgr.y (mgr.25390) 380 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 146 KiB/s rd, 170 B/s wr, 231 op/s 2024-03-30T04:48:28.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:27 smithi194 bash[57237]: audit 2024-03-30T04:48:26.309327+0000 mgr.y (mgr.25390) 379 : audit [DBG] from='client.44572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:28.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:27 smithi194 bash[57237]: cluster 2024-03-30T04:48:26.471911+0000 mgr.y (mgr.25390) 380 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 146 KiB/s rd, 170 B/s wr, 231 op/s 2024-03-30T04:48:29.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:28 smithi196 bash[44979]: audit 2024-03-30T04:48:27.938674+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:29.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:28 smithi196 bash[44979]: audit 2024-03-30T04:48:27.950310+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:29.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:28 smithi196 bash[44979]: cluster 2024-03-30T04:48:28.473053+0000 mgr.y (mgr.25390) 381 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 170 B/s wr, 247 op/s 2024-03-30T04:48:29.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:28 smithi194 bash[55920]: audit 2024-03-30T04:48:27.938674+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:29.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:28 smithi194 bash[55920]: audit 2024-03-30T04:48:27.950310+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:29.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:28 smithi194 bash[55920]: cluster 2024-03-30T04:48:28.473053+0000 mgr.y (mgr.25390) 381 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 170 B/s wr, 247 op/s 2024-03-30T04:48:29.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:28 smithi194 bash[57237]: audit 2024-03-30T04:48:27.938674+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:29.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:28 smithi194 bash[57237]: audit 2024-03-30T04:48:27.950310+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:29.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:28 smithi194 bash[57237]: cluster 2024-03-30T04:48:28.473053+0000 mgr.y (mgr.25390) 381 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 156 KiB/s rd, 170 B/s wr, 247 op/s 2024-03-30T04:48:31.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:31 smithi196 bash[44979]: audit 2024-03-30T04:48:30.353412+0000 mgr.y (mgr.25390) 382 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:31.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:31 smithi196 bash[44979]: cluster 2024-03-30T04:48:30.474232+0000 mgr.y (mgr.25390) 383 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 170 B/s wr, 194 op/s 2024-03-30T04:48:31.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:31 smithi196 bash[44979]: audit 2024-03-30T04:48:30.978307+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:31.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:31 smithi196 bash[44979]: audit 2024-03-30T04:48:30.982894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:31.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:31 smithi196 bash[44979]: audit 2024-03-30T04:48:30.986580+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[57237]: audit 2024-03-30T04:48:30.353412+0000 mgr.y (mgr.25390) 382 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[57237]: cluster 2024-03-30T04:48:30.474232+0000 mgr.y (mgr.25390) 383 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 170 B/s wr, 194 op/s 2024-03-30T04:48:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[57237]: audit 2024-03-30T04:48:30.978307+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[57237]: audit 2024-03-30T04:48:30.982894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[57237]: audit 2024-03-30T04:48:30.986580+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[55920]: audit 2024-03-30T04:48:30.353412+0000 mgr.y (mgr.25390) 382 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:31.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[55920]: cluster 2024-03-30T04:48:30.474232+0000 mgr.y (mgr.25390) 383 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 170 B/s wr, 194 op/s 2024-03-30T04:48:31.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[55920]: audit 2024-03-30T04:48:30.978307+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:31.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[55920]: audit 2024-03-30T04:48:30.982894+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi196.guhyhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:48:31.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:31 smithi194 bash[55920]: audit 2024-03-30T04:48:30.986580+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:32 smithi196 bash[44979]: cephadm 2024-03-30T04:48:30.968990+0000 mgr.y (mgr.25390) 384 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi196.guhyhe (4/4) 2024-03-30T04:48:32.692 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:32 smithi196 bash[44979]: cephadm 2024-03-30T04:48:30.988789+0000 mgr.y (mgr.25390) 385 : cephadm [INF] Deploying daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:48:32.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:32 smithi194 bash[57237]: cephadm 2024-03-30T04:48:30.968990+0000 mgr.y (mgr.25390) 384 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi196.guhyhe (4/4) 2024-03-30T04:48:32.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:32 smithi194 bash[57237]: cephadm 2024-03-30T04:48:30.988789+0000 mgr.y (mgr.25390) 385 : cephadm [INF] Deploying daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:48:32.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:32 smithi194 bash[55920]: cephadm 2024-03-30T04:48:30.968990+0000 mgr.y (mgr.25390) 384 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi196.guhyhe (4/4) 2024-03-30T04:48:32.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:32 smithi194 bash[55920]: cephadm 2024-03-30T04:48:30.988789+0000 mgr.y (mgr.25390) 385 : cephadm [INF] Deploying daemon rgw.smpl.smithi196.guhyhe on smithi196 2024-03-30T04:48:33.692 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.693 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.693 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.693 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.694 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.694 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.694 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:33 smithi196 bash[44979]: cluster 2024-03-30T04:48:32.475495+0000 mgr.y (mgr.25390) 386 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 255 B/s wr, 197 op/s 2024-03-30T04:48:33.695 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:48:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:33.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:33 smithi194 bash[55920]: cluster 2024-03-30T04:48:32.475495+0000 mgr.y (mgr.25390) 386 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 255 B/s wr, 197 op/s 2024-03-30T04:48:33.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:33 smithi194 bash[57237]: cluster 2024-03-30T04:48:32.475495+0000 mgr.y (mgr.25390) 386 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 255 B/s wr, 197 op/s 2024-03-30T04:48:34.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:48:33] "GET /metrics HTTP/1.1" 200 38640 "" "Prometheus/2.33.4" 2024-03-30T04:48:34.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:34 smithi194 bash[55920]: audit 2024-03-30T04:48:34.138310+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:34.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:34 smithi194 bash[57237]: audit 2024-03-30T04:48:34.138310+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:34.901 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:34 smithi196 bash[44979]: audit 2024-03-30T04:48:34.138310+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:35.192 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.193 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.193 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.193 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.194 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.194 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.194 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.195 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:48:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[55920]: cluster 2024-03-30T04:48:34.476754+0000 mgr.y (mgr.25390) 387 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 170 B/s wr, 229 op/s 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[55920]: audit 2024-03-30T04:48:35.032639+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[55920]: audit 2024-03-30T04:48:35.044262+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[55920]: audit 2024-03-30T04:48:35.069263+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[57237]: cluster 2024-03-30T04:48:34.476754+0000 mgr.y (mgr.25390) 387 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 170 B/s wr, 229 op/s 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[57237]: audit 2024-03-30T04:48:35.032639+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[57237]: audit 2024-03-30T04:48:35.044262+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:35.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:35 smithi194 bash[57237]: audit 2024-03-30T04:48:35.069263+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:35.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:35 smithi196 bash[44979]: cluster 2024-03-30T04:48:34.476754+0000 mgr.y (mgr.25390) 387 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 145 KiB/s rd, 170 B/s wr, 229 op/s 2024-03-30T04:48:35.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:35 smithi196 bash[44979]: audit 2024-03-30T04:48:35.032639+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:35.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:35 smithi196 bash[44979]: audit 2024-03-30T04:48:35.044262+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:35.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:35 smithi196 bash[44979]: audit 2024-03-30T04:48:35.069263+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:37.843 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:37 smithi194 bash[55920]: cluster 2024-03-30T04:48:36.477465+0000 mgr.y (mgr.25390) 388 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 170 B/s wr, 189 op/s 2024-03-30T04:48:37.843 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:37 smithi194 bash[57237]: cluster 2024-03-30T04:48:36.477465+0000 mgr.y (mgr.25390) 388 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 170 B/s wr, 189 op/s 2024-03-30T04:48:37.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:37 smithi196 bash[44979]: cluster 2024-03-30T04:48:36.477465+0000 mgr.y (mgr.25390) 388 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 170 B/s wr, 189 op/s 2024-03-30T04:48:39.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:39 smithi194 bash[55920]: cluster 2024-03-30T04:48:38.478614+0000 mgr.y (mgr.25390) 389 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 124 KiB/s rd, 85 B/s wr, 195 op/s 2024-03-30T04:48:39.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:39 smithi194 bash[57237]: cluster 2024-03-30T04:48:38.478614+0000 mgr.y (mgr.25390) 389 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 124 KiB/s rd, 85 B/s wr, 195 op/s 2024-03-30T04:48:39.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:39 smithi196 bash[44979]: cluster 2024-03-30T04:48:38.478614+0000 mgr.y (mgr.25390) 389 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 124 KiB/s rd, 85 B/s wr, 195 op/s 2024-03-30T04:48:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[55920]: audit 2024-03-30T04:48:40.364117+0000 mgr.y (mgr.25390) 390 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[55920]: cluster 2024-03-30T04:48:40.479259+0000 mgr.y (mgr.25390) 391 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 85 B/s wr, 221 op/s 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[55920]: audit 2024-03-30T04:48:40.763104+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[55920]: audit 2024-03-30T04:48:40.769837+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[55920]: audit 2024-03-30T04:48:40.972751+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[55920]: audit 2024-03-30T04:48:40.984674+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[57237]: audit 2024-03-30T04:48:40.364117+0000 mgr.y (mgr.25390) 390 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[57237]: cluster 2024-03-30T04:48:40.479259+0000 mgr.y (mgr.25390) 391 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 85 B/s wr, 221 op/s 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[57237]: audit 2024-03-30T04:48:40.763104+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[57237]: audit 2024-03-30T04:48:40.769837+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[57237]: audit 2024-03-30T04:48:40.972751+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:41 smithi194 bash[57237]: audit 2024-03-30T04:48:40.984674+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.192 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:41 smithi196 bash[44979]: audit 2024-03-30T04:48:40.364117+0000 mgr.y (mgr.25390) 390 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:41 smithi196 bash[44979]: cluster 2024-03-30T04:48:40.479259+0000 mgr.y (mgr.25390) 391 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 85 B/s wr, 221 op/s 2024-03-30T04:48:42.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:41 smithi196 bash[44979]: audit 2024-03-30T04:48:40.763104+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:41 smithi196 bash[44979]: audit 2024-03-30T04:48:40.769837+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:41 smithi196 bash[44979]: audit 2024-03-30T04:48:40.972751+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:42.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:41 smithi196 bash[44979]: audit 2024-03-30T04:48:40.984674+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:42 smithi196 bash[44979]: audit 2024-03-30T04:48:41.928801+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:42 smithi196 bash[44979]: audit 2024-03-30T04:48:41.939520+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:42 smithi196 bash[44979]: audit 2024-03-30T04:48:42.041930+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:42 smithi196 bash[44979]: audit 2024-03-30T04:48:42.050812+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:42 smithi196 bash[44979]: cluster 2024-03-30T04:48:42.480280+0000 mgr.y (mgr.25390) 392 : cluster [DBG] pgmap v251: 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-03-30T04:48:43.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[55920]: audit 2024-03-30T04:48:41.928801+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[55920]: audit 2024-03-30T04:48:41.939520+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[55920]: audit 2024-03-30T04:48:42.041930+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[55920]: audit 2024-03-30T04:48:42.050812+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[55920]: cluster 2024-03-30T04:48:42.480280+0000 mgr.y (mgr.25390) 392 : cluster [DBG] pgmap v251: 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-03-30T04:48:43.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[57237]: audit 2024-03-30T04:48:41.928801+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[57237]: audit 2024-03-30T04:48:41.939520+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[57237]: audit 2024-03-30T04:48:42.041930+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[57237]: audit 2024-03-30T04:48:42.050812+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:43.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:42 smithi194 bash[57237]: cluster 2024-03-30T04:48:42.480280+0000 mgr.y (mgr.25390) 392 : cluster [DBG] pgmap v251: 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-03-30T04:48:44.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:48:43] "GET /metrics HTTP/1.1" 200 38634 "" "Prometheus/2.33.4" 2024-03-30T04:48:45.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:45 smithi194 bash[55920]: cluster 2024-03-30T04:48:44.481491+0000 mgr.y (mgr.25390) 393 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 85 B/s wr, 203 op/s 2024-03-30T04:48:45.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:45 smithi194 bash[57237]: cluster 2024-03-30T04:48:44.481491+0000 mgr.y (mgr.25390) 393 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 85 B/s wr, 203 op/s 2024-03-30T04:48:45.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:45 smithi196 bash[44979]: cluster 2024-03-30T04:48:44.481491+0000 mgr.y (mgr.25390) 393 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 85 B/s wr, 203 op/s 2024-03-30T04:48:47.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:47 smithi194 bash[55920]: cluster 2024-03-30T04:48:46.482712+0000 mgr.y (mgr.25390) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 85 B/s wr, 144 op/s 2024-03-30T04:48:47.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:47 smithi194 bash[57237]: cluster 2024-03-30T04:48:46.482712+0000 mgr.y (mgr.25390) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 85 B/s wr, 144 op/s 2024-03-30T04:48:47.942 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:47 smithi196 bash[44979]: cluster 2024-03-30T04:48:46.482712+0000 mgr.y (mgr.25390) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 85 B/s wr, 144 op/s 2024-03-30T04:48:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:49 smithi194 bash[55920]: cluster 2024-03-30T04:48:48.483907+0000 mgr.y (mgr.25390) 395 : cluster [DBG] pgmap v254: 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-03-30T04:48:49.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:49 smithi194 bash[55920]: audit 2024-03-30T04:48:49.137941+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:49.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:49 smithi194 bash[57237]: cluster 2024-03-30T04:48:48.483907+0000 mgr.y (mgr.25390) 395 : cluster [DBG] pgmap v254: 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-03-30T04:48:49.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:49 smithi194 bash[57237]: audit 2024-03-30T04:48:49.137941+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:49.897 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:49 smithi196 bash[44979]: cluster 2024-03-30T04:48:48.483907+0000 mgr.y (mgr.25390) 395 : cluster [DBG] pgmap v254: 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-03-30T04:48:49.897 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:49 smithi196 bash[44979]: audit 2024-03-30T04:48:49.137941+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:51.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:51 smithi196 bash[44979]: audit 2024-03-30T04:48:50.372202+0000 mgr.y (mgr.25390) 396 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:51.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:51 smithi196 bash[44979]: cluster 2024-03-30T04:48:50.484621+0000 mgr.y (mgr.25390) 397 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 85 B/s wr, 71 op/s 2024-03-30T04:48:51.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:51 smithi194 bash[55920]: audit 2024-03-30T04:48:50.372202+0000 mgr.y (mgr.25390) 396 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:51.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:51 smithi194 bash[55920]: cluster 2024-03-30T04:48:50.484621+0000 mgr.y (mgr.25390) 397 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 85 B/s wr, 71 op/s 2024-03-30T04:48:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:51 smithi194 bash[57237]: audit 2024-03-30T04:48:50.372202+0000 mgr.y (mgr.25390) 396 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:51.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:51 smithi194 bash[57237]: cluster 2024-03-30T04:48:50.484621+0000 mgr.y (mgr.25390) 397 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 85 B/s wr, 71 op/s 2024-03-30T04:48:53.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: cephadm 2024-03-30T04:48:51.928225+0000 mgr.y (mgr.25390) 398 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:48:53.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:51.940823+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:51.952560+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: cephadm 2024-03-30T04:48:51.995079+0000 mgr.y (mgr.25390) 399 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.003819+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.016070+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.018906+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.020870+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: cluster 2024-03-30T04:48:52.024830+0000 mgr.y (mgr.25390) 400 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 88 B/s wr, 29 op/s 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: cluster 2024-03-30T04:48:52.025378+0000 mgr.y (mgr.25390) 401 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.034958+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.144260+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.150152+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.154436+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.157332+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.163036+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.170032+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.174763+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: cephadm 2024-03-30T04:48:52.176407+0000 mgr.y (mgr.25390) 402 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.183909+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: cephadm 2024-03-30T04:48:51.928225+0000 mgr.y (mgr.25390) 398 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:51.940823+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:51.952560+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: cephadm 2024-03-30T04:48:51.995079+0000 mgr.y (mgr.25390) 399 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.003819+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.016070+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.018906+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.020870+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: cluster 2024-03-30T04:48:52.024830+0000 mgr.y (mgr.25390) 400 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 88 B/s wr, 29 op/s 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: cluster 2024-03-30T04:48:52.025378+0000 mgr.y (mgr.25390) 401 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.034958+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.144260+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.150152+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.154436+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.157332+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.163036+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.170032+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.174763+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: cephadm 2024-03-30T04:48:52.176407+0000 mgr.y (mgr.25390) 402 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.183909+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.189162+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi194.hxehtd"}]: dispatch 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.195552+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi194.hxehtd"}]': finished 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.200187+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi196.cfowed"}]: dispatch 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.206406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi196.cfowed"}]': finished 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.210942+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi194.blubcl"}]: dispatch 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.218730+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi194.blubcl"}]': finished 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.223127+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi196.guhyhe"}]: dispatch 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.230565+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi196.guhyhe"}]': finished 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.236168+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: cephadm 2024-03-30T04:48:52.237867+0000 mgr.y (mgr.25390) 403 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.246256+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.251638+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.254566+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: cephadm 2024-03-30T04:48:52.256107+0000 mgr.y (mgr.25390) 404 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[55920]: audit 2024-03-30T04:48:52.264658+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.189162+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi194.hxehtd"}]: dispatch 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.195552+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi194.hxehtd"}]': finished 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.200187+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi196.cfowed"}]: dispatch 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.206406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi196.cfowed"}]': finished 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.210942+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi194.blubcl"}]: dispatch 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.218730+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi194.blubcl"}]': finished 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.223127+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi196.guhyhe"}]: dispatch 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.230565+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi196.guhyhe"}]': finished 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.236168+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.088 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: cephadm 2024-03-30T04:48:52.237867+0000 mgr.y (mgr.25390) 403 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:48:53.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.246256+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.251638+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.254566+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: cephadm 2024-03-30T04:48:52.256107+0000 mgr.y (mgr.25390) 404 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:48:53.089 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:52 smithi194 bash[57237]: audit 2024-03-30T04:48:52.264658+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: cephadm 2024-03-30T04:48:51.928225+0000 mgr.y (mgr.25390) 398 : cephadm [INF] Detected new or changed devices on smithi196 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:51.940823+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:51.952560+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: cephadm 2024-03-30T04:48:51.995079+0000 mgr.y (mgr.25390) 399 : cephadm [INF] Detected new or changed devices on smithi194 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.003819+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.016070+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.018906+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.020870+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: cluster 2024-03-30T04:48:52.024830+0000 mgr.y (mgr.25390) 400 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 88 B/s wr, 29 op/s 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: cluster 2024-03-30T04:48:52.025378+0000 mgr.y (mgr.25390) 401 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.034958+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.144260+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:53.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.150152+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.154436+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.157332+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.163036+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.170032+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.174763+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: cephadm 2024-03-30T04:48:52.176407+0000 mgr.y (mgr.25390) 402 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.183909+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.189162+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi194.hxehtd"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.195552+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi194.hxehtd"}]': finished 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.200187+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi196.cfowed"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.206406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi196.cfowed"}]': finished 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.210942+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi194.blubcl"}]: dispatch 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.218730+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi194.blubcl"}]': finished 2024-03-30T04:48:53.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.223127+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi196.guhyhe"}]: dispatch 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.230565+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi196.guhyhe"}]': finished 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.236168+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: cephadm 2024-03-30T04:48:52.237867+0000 mgr.y (mgr.25390) 403 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.246256+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.251638+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.254566+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: cephadm 2024-03-30T04:48:52.256107+0000 mgr.y (mgr.25390) 404 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:48:53.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:52 smithi196 bash[44979]: audit 2024-03-30T04:48:52.264658+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:54.070 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:48:53] "GET /metrics HTTP/1.1" 200 38706 "" "Prometheus/2.33.4" 2024-03-30T04:48:56.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[55920]: cluster 2024-03-30T04:48:54.026061+0000 mgr.y (mgr.25390) 405 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:56.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[55920]: cephadm 2024-03-30T04:48:54.789987+0000 mgr.y (mgr.25390) 406 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi194.xswpne 2024-03-30T04:48:56.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[55920]: audit 2024-03-30T04:48:54.797048+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:56.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[55920]: audit 2024-03-30T04:48:54.801525+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:48:56.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[55920]: audit 2024-03-30T04:48:54.815016+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.058 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[55920]: cephadm 2024-03-30T04:48:54.816744+0000 mgr.y (mgr.25390) 407 : cephadm [INF] Deploying daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:48:56.058 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[57237]: cluster 2024-03-30T04:48:54.026061+0000 mgr.y (mgr.25390) 405 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:56.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[57237]: cephadm 2024-03-30T04:48:54.789987+0000 mgr.y (mgr.25390) 406 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi194.xswpne 2024-03-30T04:48:56.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[57237]: audit 2024-03-30T04:48:54.797048+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:56.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[57237]: audit 2024-03-30T04:48:54.801525+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:48:56.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[57237]: audit 2024-03-30T04:48:54.815016+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:55 smithi194 bash[57237]: cephadm 2024-03-30T04:48:54.816744+0000 mgr.y (mgr.25390) 407 : cephadm [INF] Deploying daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:48:56.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:55 smithi196 bash[44979]: cluster 2024-03-30T04:48:54.026061+0000 mgr.y (mgr.25390) 405 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:56.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:55 smithi196 bash[44979]: cephadm 2024-03-30T04:48:54.789987+0000 mgr.y (mgr.25390) 406 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi194.xswpne 2024-03-30T04:48:56.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:55 smithi196 bash[44979]: audit 2024-03-30T04:48:54.797048+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:48:56.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:55 smithi196 bash[44979]: audit 2024-03-30T04:48:54.801525+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi194.xswpne", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:48:56.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:55 smithi196 bash[44979]: audit 2024-03-30T04:48:54.815016+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:56.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:55 smithi196 bash[44979]: cephadm 2024-03-30T04:48:54.816744+0000 mgr.y (mgr.25390) 407 : cephadm [INF] Deploying daemon iscsi.foo.smithi194.xswpne on smithi194 2024-03-30T04:48:57.130 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:48:57.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.333 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.333 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.333 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.334 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.335 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:48:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (8m) 16s ago 15m 13.7M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 17s ago 15m - - 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (7m) 16s ago 13m 44.4M - 3.5 e1d6a67b021e eb7bfbd0b622 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (7m) 17s ago 21m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (8m) 16s ago 23m 502M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (6m) 16s ago 23m 59.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (5m) 17s ago 21m 44.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:48:57.874 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (6m) 16s ago 21m 46.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (8m) 16s ago 16m 9167k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (8m) 17s ago 16m 9243k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (4m) 16s ago 20m 58.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (4m) 16s ago 20m 67.9M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (3m) 16s ago 19m 52.5M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (3m) 16s ago 19m 58.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (2m) 17s ago 18m 59.5M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (2m) 17s ago 18m 59.5M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (96s) 17s ago 17m 51.5M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (68s) 17s ago 16m 58.6M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (7m) 17s ago 16m 68.3M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (43s) 16s ago 14m 89.2M - 19.0.0-2493-gd82c9aa1 3714003597ec a21e3ede2b2a 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (29s) 17s ago 14m 88.9M - 19.0.0-2493-gd82c9aa1 3714003597ec 997ec43c2ef8 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (36s) 16s ago 13m 89.0M - 19.0.0-2493-gd82c9aa1 3714003597ec 9564745b37fc 2024-03-30T04:48:57.875 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (22s) 17s ago 13m 88.9M - 19.0.0-2493-gd82c9aa1 3714003597ec d39200195200 2024-03-30T04:48:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:57 smithi194 bash[55920]: cluster 2024-03-30T04:48:56.027490+0000 mgr.y (mgr.25390) 408 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:58.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:57 smithi194 bash[57237]: cluster 2024-03-30T04:48:56.027490+0000 mgr.y (mgr.25390) 408 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:58.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:57 smithi196 bash[44979]: cluster 2024-03-30T04:48:56.027490+0000 mgr.y (mgr.25390) 408 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:48:58.291 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:58.292 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:48:58.292 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:48:58.292 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:48:58.292 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:48:58.292 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:48:58.292 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:48:58.292 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:48:58.650 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "osd", 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr", 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "mon", 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw" 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "17/23 daemons upgraded", 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading iscsi daemons", 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:48:58.651 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:48:59.068 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:48:59.069 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:48:59.069 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:48:59.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[57237]: audit 2024-03-30T04:48:57.121864+0000 mgr.y (mgr.25390) 409 : audit [DBG] from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[57237]: audit 2024-03-30T04:48:57.492066+0000 mgr.y (mgr.25390) 410 : audit [DBG] from='client.44614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[57237]: audit 2024-03-30T04:48:57.852663+0000 mgr.y (mgr.25390) 411 : audit [DBG] from='client.44620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[57237]: audit 2024-03-30T04:48:58.297060+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.194:0/2483928846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:59.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[55920]: audit 2024-03-30T04:48:57.121864+0000 mgr.y (mgr.25390) 409 : audit [DBG] from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[55920]: audit 2024-03-30T04:48:57.492066+0000 mgr.y (mgr.25390) 410 : audit [DBG] from='client.44614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[55920]: audit 2024-03-30T04:48:57.852663+0000 mgr.y (mgr.25390) 411 : audit [DBG] from='client.44620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:58 smithi194 bash[55920]: audit 2024-03-30T04:48:58.297060+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.194:0/2483928846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:59.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:58 smithi196 bash[44979]: audit 2024-03-30T04:48:57.121864+0000 mgr.y (mgr.25390) 409 : audit [DBG] from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:58 smithi196 bash[44979]: audit 2024-03-30T04:48:57.492066+0000 mgr.y (mgr.25390) 410 : audit [DBG] from='client.44614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:58 smithi196 bash[44979]: audit 2024-03-30T04:48:57.852663+0000 mgr.y (mgr.25390) 411 : audit [DBG] from='client.44620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:59.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:58 smithi196 bash[44979]: audit 2024-03-30T04:48:58.297060+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.194:0/2483928846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:59 smithi194 bash[55920]: cluster 2024-03-30T04:48:58.028166+0000 mgr.y (mgr.25390) 412 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:00.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:59 smithi194 bash[55920]: audit 2024-03-30T04:48:58.656880+0000 mgr.y (mgr.25390) 413 : audit [DBG] from='client.44632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:00.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:48:59 smithi194 bash[55920]: audit 2024-03-30T04:48:59.075117+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.194:0/635215904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:59 smithi194 bash[57237]: cluster 2024-03-30T04:48:58.028166+0000 mgr.y (mgr.25390) 412 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:59 smithi194 bash[57237]: audit 2024-03-30T04:48:58.656880+0000 mgr.y (mgr.25390) 413 : audit [DBG] from='client.44632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:00.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:48:59 smithi194 bash[57237]: audit 2024-03-30T04:48:59.075117+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.194:0/635215904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:00.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:59 smithi196 bash[44979]: cluster 2024-03-30T04:48:58.028166+0000 mgr.y (mgr.25390) 412 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:00.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:59 smithi196 bash[44979]: audit 2024-03-30T04:48:58.656880+0000 mgr.y (mgr.25390) 413 : audit [DBG] from='client.44632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:00.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:48:59 smithi196 bash[44979]: audit 2024-03-30T04:48:59.075117+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.194:0/635215904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:01 smithi194 bash[57237]: cluster 2024-03-30T04:49:00.029537+0000 mgr.y (mgr.25390) 414 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:02.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:01 smithi194 bash[57237]: audit 2024-03-30T04:49:00.383284+0000 mgr.y (mgr.25390) 415 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:02.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:01 smithi194 bash[55920]: cluster 2024-03-30T04:49:00.029537+0000 mgr.y (mgr.25390) 414 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:02.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:01 smithi194 bash[55920]: audit 2024-03-30T04:49:00.383284+0000 mgr.y (mgr.25390) 415 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:02.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:01 smithi196 bash[44979]: cluster 2024-03-30T04:49:00.029537+0000 mgr.y (mgr.25390) 414 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:02.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:01 smithi196 bash[44979]: audit 2024-03-30T04:49:00.383284+0000 mgr.y (mgr.25390) 415 : audit [DBG] from='client.15399 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:04.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:49:03] "GET /metrics HTTP/1.1" 200 38706 "" "Prometheus/2.33.4" 2024-03-30T04:49:04.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:03 smithi194 bash[57237]: cluster 2024-03-30T04:49:02.030755+0000 mgr.y (mgr.25390) 416 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:49:04.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:03 smithi194 bash[55920]: cluster 2024-03-30T04:49:02.030755+0000 mgr.y (mgr.25390) 416 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:49:04.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:03 smithi196 bash[44979]: cluster 2024-03-30T04:49:02.030755+0000 mgr.y (mgr.25390) 416 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:49:05.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:04 smithi194 bash[55920]: audit 2024-03-30T04:49:04.139062+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:05.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:04 smithi194 bash[57237]: audit 2024-03-30T04:49:04.139062+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:05.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:04 smithi196 bash[44979]: audit 2024-03-30T04:49:04.139062+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:06.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:05 smithi194 bash[55920]: cluster 2024-03-30T04:49:04.031972+0000 mgr.y (mgr.25390) 417 : cluster [DBG] pgmap v263: 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-03-30T04:49:06.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:05 smithi194 bash[57237]: cluster 2024-03-30T04:49:04.031972+0000 mgr.y (mgr.25390) 417 : cluster [DBG] pgmap v263: 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-03-30T04:49:06.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:05 smithi196 bash[44979]: cluster 2024-03-30T04:49:04.031972+0000 mgr.y (mgr.25390) 417 : cluster [DBG] pgmap v263: 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-03-30T04:49:08.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:07 smithi196 bash[44979]: cluster 2024-03-30T04:49:06.032981+0000 mgr.y (mgr.25390) 418 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:08.231 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:07 smithi194 bash[55920]: cluster 2024-03-30T04:49:06.032981+0000 mgr.y (mgr.25390) 418 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:08.232 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:07 smithi194 bash[57237]: cluster 2024-03-30T04:49:06.032981+0000 mgr.y (mgr.25390) 418 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:08.539 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.539 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.540 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.540 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.540 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.540 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.541 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.541 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:08.541 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:08 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:09.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:09 smithi196 bash[44979]: cluster 2024-03-30T04:49:08.034112+0000 mgr.y (mgr.25390) 419 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:09.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:09 smithi196 bash[44979]: audit 2024-03-30T04:49:08.594747+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:09.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:09 smithi196 bash[44979]: audit 2024-03-30T04:49:08.600296+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:09.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:09 smithi196 bash[44979]: audit 2024-03-30T04:49:08.615486+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[55920]: cluster 2024-03-30T04:49:08.034112+0000 mgr.y (mgr.25390) 419 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:10.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[55920]: audit 2024-03-30T04:49:08.594747+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[55920]: audit 2024-03-30T04:49:08.600296+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:10.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[55920]: audit 2024-03-30T04:49:08.615486+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[57237]: cluster 2024-03-30T04:49:08.034112+0000 mgr.y (mgr.25390) 419 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:10.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[57237]: audit 2024-03-30T04:49:08.594747+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:10.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[57237]: audit 2024-03-30T04:49:08.600296+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:10.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:09 smithi194 bash[57237]: audit 2024-03-30T04:49:08.615486+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:11 smithi194 bash[57237]: cluster 2024-03-30T04:49:10.035475+0000 mgr.y (mgr.25390) 420 : cluster [DBG] pgmap v266: 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-03-30T04:49:11.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:11 smithi194 bash[55920]: cluster 2024-03-30T04:49:10.035475+0000 mgr.y (mgr.25390) 420 : cluster [DBG] pgmap v266: 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-03-30T04:49:11.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:11 smithi196 bash[44979]: cluster 2024-03-30T04:49:10.035475+0000 mgr.y (mgr.25390) 420 : cluster [DBG] pgmap v266: 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-03-30T04:49:12.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:12 smithi196 bash[44979]: audit 2024-03-30T04:49:11.921628+0000 mon.a (mon.0) 736 : audit [DBG] from='client.? 172.21.15.194:0/332547094' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:49:12.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:12 smithi196 bash[44979]: audit 2024-03-30T04:49:12.278204+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.194:0/1066541053' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]: dispatch 2024-03-30T04:49:12.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:12 smithi196 bash[44979]: audit 2024-03-30T04:49:12.278652+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]: dispatch 2024-03-30T04:49:13.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:12 smithi194 bash[55920]: audit 2024-03-30T04:49:11.921628+0000 mon.a (mon.0) 736 : audit [DBG] from='client.? 172.21.15.194:0/332547094' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:49:13.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:12 smithi194 bash[55920]: audit 2024-03-30T04:49:12.278204+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.194:0/1066541053' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]: dispatch 2024-03-30T04:49:13.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:12 smithi194 bash[55920]: audit 2024-03-30T04:49:12.278652+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]: dispatch 2024-03-30T04:49:13.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:12 smithi194 bash[57237]: audit 2024-03-30T04:49:11.921628+0000 mon.a (mon.0) 736 : audit [DBG] from='client.? 172.21.15.194:0/332547094' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:49:13.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:12 smithi194 bash[57237]: audit 2024-03-30T04:49:12.278204+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.194:0/1066541053' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]: dispatch 2024-03-30T04:49:13.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:12 smithi194 bash[57237]: audit 2024-03-30T04:49:12.278652+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]: dispatch 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[55920]: cluster 2024-03-30T04:49:12.036651+0000 mgr.y (mgr.25390) 421 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[55920]: audit 2024-03-30T04:49:12.607244+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]': finished 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[55920]: cluster 2024-03-30T04:49:12.614723+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[55920]: audit 2024-03-30T04:49:12.981980+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/4160595269' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]: dispatch 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[55920]: audit 2024-03-30T04:49:12.982575+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]: dispatch 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[57237]: cluster 2024-03-30T04:49:12.036651+0000 mgr.y (mgr.25390) 421 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[57237]: audit 2024-03-30T04:49:12.607244+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]': finished 2024-03-30T04:49:13.924 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[57237]: cluster 2024-03-30T04:49:12.614723+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:49:13.925 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[57237]: audit 2024-03-30T04:49:12.981980+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/4160595269' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]: dispatch 2024-03-30T04:49:13.925 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[57237]: audit 2024-03-30T04:49:12.982575+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]: dispatch 2024-03-30T04:49:13.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:13 smithi196 bash[44979]: cluster 2024-03-30T04:49:12.036651+0000 mgr.y (mgr.25390) 421 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-03-30T04:49:13.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:13 smithi196 bash[44979]: audit 2024-03-30T04:49:12.607244+0000 mon.a (mon.0) 738 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6801/1797044473"}]': finished 2024-03-30T04:49:13.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:13 smithi196 bash[44979]: cluster 2024-03-30T04:49:12.614723+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:49:13.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:13 smithi196 bash[44979]: audit 2024-03-30T04:49:12.981980+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/4160595269' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]: dispatch 2024-03-30T04:49:13.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:13 smithi196 bash[44979]: audit 2024-03-30T04:49:12.982575+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]: dispatch 2024-03-30T04:49:14.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:49:13] "GET /metrics HTTP/1.1" 200 38703 "" "Prometheus/2.33.4" 2024-03-30T04:49:14.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: audit 2024-03-30T04:49:13.609654+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]': finished 2024-03-30T04:49:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: cluster 2024-03-30T04:49:13.617379+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:49:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: audit 2024-03-30T04:49:14.033853+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.194:0/2212265379' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]: dispatch 2024-03-30T04:49:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: audit 2024-03-30T04:49:14.034293+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]: dispatch 2024-03-30T04:49:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: audit 2024-03-30T04:49:14.308916+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: audit 2024-03-30T04:49:14.318011+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: audit 2024-03-30T04:49:14.454136+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:14.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:14 smithi196 bash[44979]: audit 2024-03-30T04:49:14.461589+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: audit 2024-03-30T04:49:13.609654+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]': finished 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: cluster 2024-03-30T04:49:13.617379+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: audit 2024-03-30T04:49:14.033853+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.194:0/2212265379' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]: dispatch 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: audit 2024-03-30T04:49:14.034293+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]: dispatch 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: audit 2024-03-30T04:49:14.308916+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: audit 2024-03-30T04:49:14.318011+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: audit 2024-03-30T04:49:14.454136+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[57237]: audit 2024-03-30T04:49:14.461589+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: audit 2024-03-30T04:49:13.609654+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:6800/1797044473"}]': finished 2024-03-30T04:49:15.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: cluster 2024-03-30T04:49:13.617379+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:49:15.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: audit 2024-03-30T04:49:14.033853+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.194:0/2212265379' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]: dispatch 2024-03-30T04:49:15.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: audit 2024-03-30T04:49:14.034293+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]: dispatch 2024-03-30T04:49:15.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: audit 2024-03-30T04:49:14.308916+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: audit 2024-03-30T04:49:14.318011+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: audit 2024-03-30T04:49:14.454136+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:14 smithi194 bash[55920]: audit 2024-03-30T04:49:14.461589+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:15 smithi196 bash[44979]: cluster 2024-03-30T04:49:14.037188+0000 mgr.y (mgr.25390) 422 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:49:15.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:15 smithi196 bash[44979]: audit 2024-03-30T04:49:14.632305+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]': finished 2024-03-30T04:49:15.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:15 smithi196 bash[44979]: cluster 2024-03-30T04:49:14.641340+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:49:15.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:15 smithi196 bash[44979]: audit 2024-03-30T04:49:15.004647+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.194:0/3561911894' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1247908674"}]: dispatch 2024-03-30T04:49:15.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:15 smithi196 bash[44979]: audit 2024-03-30T04:49:15.508471+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:15.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:15 smithi196 bash[44979]: audit 2024-03-30T04:49:15.520805+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:16.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[55920]: cluster 2024-03-30T04:49:14.037188+0000 mgr.y (mgr.25390) 422 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[55920]: audit 2024-03-30T04:49:14.632305+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]': finished 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[55920]: cluster 2024-03-30T04:49:14.641340+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[55920]: audit 2024-03-30T04:49:15.004647+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.194:0/3561911894' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1247908674"}]: dispatch 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[55920]: audit 2024-03-30T04:49:15.508471+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[55920]: audit 2024-03-30T04:49:15.520805+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[57237]: cluster 2024-03-30T04:49:14.037188+0000 mgr.y (mgr.25390) 422 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[57237]: audit 2024-03-30T04:49:14.632305+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/3694928023"}]': finished 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[57237]: cluster 2024-03-30T04:49:14.641340+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:49:16.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[57237]: audit 2024-03-30T04:49:15.004647+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.194:0/3561911894' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1247908674"}]: dispatch 2024-03-30T04:49:16.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[57237]: audit 2024-03-30T04:49:15.508471+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:16.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:15 smithi194 bash[57237]: audit 2024-03-30T04:49:15.520805+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:16.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:16 smithi196 bash[44979]: audit 2024-03-30T04:49:15.634495+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.194:0/3561911894' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1247908674"}]': finished 2024-03-30T04:49:16.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:16 smithi196 bash[44979]: cluster 2024-03-30T04:49:15.640889+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:49:16.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:16 smithi196 bash[44979]: audit 2024-03-30T04:49:16.024828+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.194:0/1914500589' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2986135558"}]: dispatch 2024-03-30T04:49:17.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:16 smithi194 bash[55920]: audit 2024-03-30T04:49:15.634495+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.194:0/3561911894' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1247908674"}]': finished 2024-03-30T04:49:17.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:16 smithi194 bash[55920]: cluster 2024-03-30T04:49:15.640889+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:49:17.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:16 smithi194 bash[55920]: audit 2024-03-30T04:49:16.024828+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.194:0/1914500589' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2986135558"}]: dispatch 2024-03-30T04:49:17.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:16 smithi194 bash[57237]: audit 2024-03-30T04:49:15.634495+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.194:0/3561911894' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/1247908674"}]': finished 2024-03-30T04:49:17.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:16 smithi194 bash[57237]: cluster 2024-03-30T04:49:15.640889+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:49:17.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:16 smithi194 bash[57237]: audit 2024-03-30T04:49:16.024828+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.194:0/1914500589' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2986135558"}]: dispatch 2024-03-30T04:49:17.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:17 smithi196 bash[44979]: cluster 2024-03-30T04:49:16.037945+0000 mgr.y (mgr.25390) 423 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:49:17.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:17 smithi196 bash[44979]: audit 2024-03-30T04:49:16.652120+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.194:0/1914500589' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2986135558"}]': finished 2024-03-30T04:49:17.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:17 smithi196 bash[44979]: cluster 2024-03-30T04:49:16.659430+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:49:17.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:17 smithi196 bash[44979]: audit 2024-03-30T04:49:17.049314+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.194:0/4277994538' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2158635549"}]: dispatch 2024-03-30T04:49:18.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[55920]: cluster 2024-03-30T04:49:16.037945+0000 mgr.y (mgr.25390) 423 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:49:18.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[55920]: audit 2024-03-30T04:49:16.652120+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.194:0/1914500589' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2986135558"}]': finished 2024-03-30T04:49:18.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[55920]: cluster 2024-03-30T04:49:16.659430+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:49:18.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[55920]: audit 2024-03-30T04:49:17.049314+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.194:0/4277994538' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2158635549"}]: dispatch 2024-03-30T04:49:18.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[57237]: cluster 2024-03-30T04:49:16.037945+0000 mgr.y (mgr.25390) 423 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:49:18.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[57237]: audit 2024-03-30T04:49:16.652120+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.194:0/1914500589' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2986135558"}]': finished 2024-03-30T04:49:18.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[57237]: cluster 2024-03-30T04:49:16.659430+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:49:18.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:17 smithi194 bash[57237]: audit 2024-03-30T04:49:17.049314+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.194:0/4277994538' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2158635549"}]: dispatch 2024-03-30T04:49:18.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:18 smithi196 bash[44979]: audit 2024-03-30T04:49:17.654733+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.194:0/4277994538' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2158635549"}]': finished 2024-03-30T04:49:18.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:18 smithi196 bash[44979]: cluster 2024-03-30T04:49:17.662448+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:49:19.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:18 smithi194 bash[55920]: audit 2024-03-30T04:49:17.654733+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.194:0/4277994538' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2158635549"}]': finished 2024-03-30T04:49:19.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:18 smithi194 bash[55920]: cluster 2024-03-30T04:49:17.662448+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:49:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:18 smithi194 bash[57237]: audit 2024-03-30T04:49:17.654733+0000 mon.a (mon.0) 759 : audit [INF] from='client.? 172.21.15.194:0/4277994538' entity='client.iscsi.foo.smithi194.xswpne' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.194:0/2158635549"}]': finished 2024-03-30T04:49:19.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:18 smithi194 bash[57237]: cluster 2024-03-30T04:49:17.662448+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:49:19.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:19 smithi196 bash[44979]: cluster 2024-03-30T04:49:18.038685+0000 mgr.y (mgr.25390) 424 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:19.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:19 smithi196 bash[44979]: audit 2024-03-30T04:49:19.139506+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:19 smithi194 bash[55920]: cluster 2024-03-30T04:49:18.038685+0000 mgr.y (mgr.25390) 424 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:19 smithi194 bash[55920]: audit 2024-03-30T04:49:19.139506+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:19 smithi194 bash[57237]: cluster 2024-03-30T04:49:18.038685+0000 mgr.y (mgr.25390) 424 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:19 smithi194 bash[57237]: audit 2024-03-30T04:49:19.139506+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:21.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:21 smithi194 bash[55920]: cluster 2024-03-30T04:49:20.040078+0000 mgr.y (mgr.25390) 425 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-03-30T04:49:21.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:21 smithi194 bash[57237]: cluster 2024-03-30T04:49:20.040078+0000 mgr.y (mgr.25390) 425 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-03-30T04:49:21.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:21 smithi196 bash[44979]: cluster 2024-03-30T04:49:20.040078+0000 mgr.y (mgr.25390) 425 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-03-30T04:49:22.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:22 smithi194 bash[55920]: audit 2024-03-30T04:49:21.583635+0000 mgr.y (mgr.25390) 426 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:22.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:22 smithi194 bash[57237]: audit 2024-03-30T04:49:21.583635+0000 mgr.y (mgr.25390) 426 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:22.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:22 smithi196 bash[44979]: audit 2024-03-30T04:49:21.583635+0000 mgr.y (mgr.25390) 426 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:23.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:23 smithi194 bash[55920]: cluster 2024-03-30T04:49:22.041268+0000 mgr.y (mgr.25390) 427 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 799 B/s rd, 0 op/s 2024-03-30T04:49:23.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:23 smithi194 bash[57237]: cluster 2024-03-30T04:49:22.041268+0000 mgr.y (mgr.25390) 427 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 799 B/s rd, 0 op/s 2024-03-30T04:49:23.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:23 smithi196 bash[44979]: cluster 2024-03-30T04:49:22.041268+0000 mgr.y (mgr.25390) 427 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 799 B/s rd, 0 op/s 2024-03-30T04:49:24.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:49:23] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.33.4" 2024-03-30T04:49:25.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:25 smithi196 bash[44979]: cluster 2024-03-30T04:49:24.042494+0000 mgr.y (mgr.25390) 428 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:25.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:25 smithi196 bash[44979]: audit 2024-03-30T04:49:25.542211+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:25.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:25 smithi196 bash[44979]: audit 2024-03-30T04:49:25.557218+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:25.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:25 smithi196 bash[44979]: audit 2024-03-30T04:49:25.560155+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:25.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:25 smithi196 bash[44979]: audit 2024-03-30T04:49:25.561896+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[57237]: cluster 2024-03-30T04:49:24.042494+0000 mgr.y (mgr.25390) 428 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[57237]: audit 2024-03-30T04:49:25.542211+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[57237]: audit 2024-03-30T04:49:25.557218+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[57237]: audit 2024-03-30T04:49:25.560155+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[57237]: audit 2024-03-30T04:49:25.561896+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[55920]: cluster 2024-03-30T04:49:24.042494+0000 mgr.y (mgr.25390) 428 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[55920]: audit 2024-03-30T04:49:25.542211+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[55920]: audit 2024-03-30T04:49:25.557218+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:26.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[55920]: audit 2024-03-30T04:49:25.560155+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:26.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:25 smithi194 bash[55920]: audit 2024-03-30T04:49:25.561896+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:27.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: cluster 2024-03-30T04:49:25.565667+0000 mgr.y (mgr.25390) 429 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: cephadm 2024-03-30T04:49:25.572492+0000 mgr.y (mgr.25390) 430 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.878807+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.938796+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.950612+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.952456+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.954672+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.959163+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.966761+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.969008+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.970642+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.971805+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.974282+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.976741+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.978412+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.979579+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.980736+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.981806+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.982999+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.987479+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.989465+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi194.xswpne"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.995063+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi194.xswpne"}]': finished 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:25.997442+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:26.003776+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:26.006039+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.196 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:26 smithi196 bash[44979]: audit 2024-03-30T04:49:26.012876+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: cluster 2024-03-30T04:49:25.565667+0000 mgr.y (mgr.25390) 429 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: cephadm 2024-03-30T04:49:25.572492+0000 mgr.y (mgr.25390) 430 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:49:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.878807+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.938796+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.950612+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.952456+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.954672+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.959163+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.966761+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.969008+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.970642+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.971805+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.974282+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.976741+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.978412+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.979579+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.980736+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.981806+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.334 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.982999+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.987479+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: cluster 2024-03-30T04:49:25.565667+0000 mgr.y (mgr.25390) 429 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: cephadm 2024-03-30T04:49:25.572492+0000 mgr.y (mgr.25390) 430 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.878807+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.938796+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.950612+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.952456+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.954672+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:49:27.335 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.959163+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.966761+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.969008+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.970642+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.971805+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.974282+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.976741+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.978412+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.979579+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.980736+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.981806+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.982999+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.987479+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.989465+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi194.xswpne"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.995063+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi194.xswpne"}]': finished 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:25.997442+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:26.003776+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:26.006039+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[57237]: audit 2024-03-30T04:49:26.012876+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.989465+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi194.xswpne"}]: dispatch 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.995063+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi194.xswpne"}]': finished 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:25.997442+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:26.003776+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:26.006039+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:27.337 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:26 smithi194 bash[55920]: audit 2024-03-30T04:49:26.012876+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: audit 2024-03-30T04:49:25.939725+0000 mgr.y (mgr.25390) 431 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: cephadm 2024-03-30T04:49:25.952209+0000 mgr.y (mgr.25390) 432 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: audit 2024-03-30T04:49:25.952908+0000 mgr.y (mgr.25390) 433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: audit 2024-03-30T04:49:25.955168+0000 mgr.y (mgr.25390) 434 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: cephadm 2024-03-30T04:49:25.983565+0000 mgr.y (mgr.25390) 435 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: cephadm 2024-03-30T04:49:25.998134+0000 mgr.y (mgr.25390) 436 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: cephadm 2024-03-30T04:49:26.006720+0000 mgr.y (mgr.25390) 437 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[55920]: cluster 2024-03-30T04:49:27.567051+0000 mgr.y (mgr.25390) 438 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: audit 2024-03-30T04:49:25.939725+0000 mgr.y (mgr.25390) 431 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: cephadm 2024-03-30T04:49:25.952209+0000 mgr.y (mgr.25390) 432 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: audit 2024-03-30T04:49:25.952908+0000 mgr.y (mgr.25390) 433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: audit 2024-03-30T04:49:25.955168+0000 mgr.y (mgr.25390) 434 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: cephadm 2024-03-30T04:49:25.983565+0000 mgr.y (mgr.25390) 435 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: cephadm 2024-03-30T04:49:25.998134+0000 mgr.y (mgr.25390) 436 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: cephadm 2024-03-30T04:49:26.006720+0000 mgr.y (mgr.25390) 437 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:49:28.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:27 smithi194 bash[57237]: cluster 2024-03-30T04:49:27.567051+0000 mgr.y (mgr.25390) 438 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: audit 2024-03-30T04:49:25.939725+0000 mgr.y (mgr.25390) 431 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: cephadm 2024-03-30T04:49:25.952209+0000 mgr.y (mgr.25390) 432 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.194:5000 to Dashboard 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: audit 2024-03-30T04:49:25.952908+0000 mgr.y (mgr.25390) 433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: audit 2024-03-30T04:49:25.955168+0000 mgr.y (mgr.25390) 434 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi194"}]: dispatch 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: cephadm 2024-03-30T04:49:25.983565+0000 mgr.y (mgr.25390) 435 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: cephadm 2024-03-30T04:49:25.998134+0000 mgr.y (mgr.25390) 436 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: cephadm 2024-03-30T04:49:26.006720+0000 mgr.y (mgr.25390) 437 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:49:28.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:27 smithi196 bash[44979]: cluster 2024-03-30T04:49:27.567051+0000 mgr.y (mgr.25390) 438 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-03-30T04:49:29.166 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.166 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:28 smithi194 bash[57237]: cephadm 2024-03-30T04:49:28.385826+0000 mgr.y (mgr.25390) 439 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:29.166 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:28 smithi194 bash[57237]: cephadm 2024-03-30T04:49:28.386505+0000 mgr.y (mgr.25390) 440 : cephadm [INF] Deploying daemon node-exporter.a on smithi194 2024-03-30T04:49:29.167 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.167 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.167 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.167 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.168 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.168 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.168 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: Stopping Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:49:29.168 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.169 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:28 smithi194 bash[55920]: cephadm 2024-03-30T04:49:28.385826+0000 mgr.y (mgr.25390) 439 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:29.169 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:28 smithi194 bash[55920]: cephadm 2024-03-30T04:49:28.386505+0000 mgr.y (mgr.25390) 440 : cephadm [INF] Deploying daemon node-exporter.a on smithi194 2024-03-30T04:49:29.169 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:29 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:29.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:28 smithi196 bash[44979]: cephadm 2024-03-30T04:49:28.385826+0000 mgr.y (mgr.25390) 439 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:49:29.193 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:28 smithi196 bash[44979]: cephadm 2024-03-30T04:49:28.386505+0000 mgr.y (mgr.25390) 440 : cephadm [INF] Deploying daemon node-exporter.a on smithi194 2024-03-30T04:49:29.469 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:49:30.212 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:49:30.212 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (9m) 15s ago 16m 13.8M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:49:30.212 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 15s ago 15m - - 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (21s) 15s ago 14m - - 3.7 3714003597ec 8e88391440cf 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (7m) 15s ago 21m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (8m) 15s ago 23m 503M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (7m) 15s ago 24m 60.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (6m) 15s ago 22m 44.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (6m) 15s ago 22m 47.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (9m) 15s ago 16m 9847k - 1.3.1 1dbe0e931976 5bcf24c90c96 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (8m) 15s ago 16m 9291k - 1.3.1 1dbe0e931976 72aa50856afe 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (5m) 15s ago 21m 59.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (4m) 15s ago 20m 68.2M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (4m) 15s ago 20m 53.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (3m) 15s ago 19m 58.5M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (3m) 15s ago 19m 60.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (2m) 15s ago 18m 59.8M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:49:30.213 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (2m) 15s ago 18m 51.9M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:49:30.214 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (100s) 15s ago 17m 58.9M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:49:30.214 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (7m) 15s ago 16m 68.6M - 2.33.4 514e6a882f6e e94a38fddd2f 2024-03-30T04:49:30.214 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (76s) 15s ago 14m 89.5M - 19.0.0-2493-gd82c9aa1 3714003597ec a21e3ede2b2a 2024-03-30T04:49:30.214 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (62s) 15s ago 14m 89.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 997ec43c2ef8 2024-03-30T04:49:30.214 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (68s) 15s ago 14m 89.4M - 19.0.0-2493-gd82c9aa1 3714003597ec 9564745b37fc 2024-03-30T04:49:30.214 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (55s) 15s ago 14m 89.4M - 19.0.0-2493-gd82c9aa1 3714003597ec d39200195200 2024-03-30T04:49:30.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:29 smithi194 bash[77990]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:49:30.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:49:30.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[78099]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:49:30.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:49:30.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: Stopped Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:30.651 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:49:30.652 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:49:30.653 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:49:30.653 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:49:30.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:30 smithi196 bash[44979]: audit 2024-03-30T04:49:29.460120+0000 mgr.y (mgr.25390) 441 : audit [DBG] from='client.34803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:30 smithi196 bash[44979]: cluster 2024-03-30T04:49:29.568004+0000 mgr.y (mgr.25390) 442 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:49:30.693 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:30 smithi196 bash[44979]: audit 2024-03-30T04:49:29.829730+0000 mgr.y (mgr.25390) 443 : audit [DBG] from='client.44746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.832 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.833 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.833 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.833 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: Started Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:30.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[78176]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-30T04:49:30.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[55920]: audit 2024-03-30T04:49:29.460120+0000 mgr.y (mgr.25390) 441 : audit [DBG] from='client.34803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[55920]: cluster 2024-03-30T04:49:29.568004+0000 mgr.y (mgr.25390) 442 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:49:30.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[55920]: audit 2024-03-30T04:49:29.829730+0000 mgr.y (mgr.25390) 443 : audit [DBG] from='client.44746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.834 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.835 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:30.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[57237]: audit 2024-03-30T04:49:29.460120+0000 mgr.y (mgr.25390) 441 : audit [DBG] from='client.34803 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[57237]: cluster 2024-03-30T04:49:29.568004+0000 mgr.y (mgr.25390) 442 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:49:30.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:30 smithi194 bash[57237]: audit 2024-03-30T04:49:29.829730+0000 mgr.y (mgr.25390) 443 : audit [DBG] from='client.44746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.835 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:30 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.022 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "mon", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "iscsi", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "osd", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:49:31.023 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:49:31.332 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-30T04:49:31.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: 22b70bddd3ac: Pulling fs layer 2024-03-30T04:49:31.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: 5c12815fee55: Pulling fs layer 2024-03-30T04:49:31.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: c0e87333d380: Pulling fs layer 2024-03-30T04:49:31.453 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:49:31.453 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:49:31.453 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:49:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[55920]: audit 2024-03-30T04:49:30.189924+0000 mgr.y (mgr.25390) 444 : audit [DBG] from='client.34815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[55920]: audit 2024-03-30T04:49:30.512056+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:31.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[55920]: audit 2024-03-30T04:49:30.519430+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:31.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[55920]: audit 2024-03-30T04:49:30.657885+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.194:0/480863505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:31.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[55920]: audit 2024-03-30T04:49:31.459867+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.194:0/3669527303' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[57237]: audit 2024-03-30T04:49:30.189924+0000 mgr.y (mgr.25390) 444 : audit [DBG] from='client.34815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[57237]: audit 2024-03-30T04:49:30.512056+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[57237]: audit 2024-03-30T04:49:30.519430+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[57237]: audit 2024-03-30T04:49:30.657885+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.194:0/480863505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:31.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[57237]: audit 2024-03-30T04:49:31.459867+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.194:0/3669527303' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:31.833 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: 5c12815fee55: Verifying Checksum 2024-03-30T04:49:31.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: 5c12815fee55: Download complete 2024-03-30T04:49:31.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: 22b70bddd3ac: Verifying Checksum 2024-03-30T04:49:31.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: 22b70bddd3ac: Download complete 2024-03-30T04:49:31.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: c0e87333d380: Verifying Checksum 2024-03-30T04:49:31.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: c0e87333d380: Download complete 2024-03-30T04:49:31.834 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:31 smithi194 bash[78176]: 22b70bddd3ac: Pull complete 2024-03-30T04:49:31.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:31 smithi196 bash[44979]: audit 2024-03-30T04:49:30.189924+0000 mgr.y (mgr.25390) 444 : audit [DBG] from='client.34815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:31.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:31 smithi196 bash[44979]: audit 2024-03-30T04:49:30.512056+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:31.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:31 smithi196 bash[44979]: audit 2024-03-30T04:49:30.519430+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:31.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:31 smithi196 bash[44979]: audit 2024-03-30T04:49:30.657885+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.194:0/480863505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:31.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:31 smithi196 bash[44979]: audit 2024-03-30T04:49:31.459867+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.194:0/3669527303' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:32.284 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[78176]: 5c12815fee55: Pull complete 2024-03-30T04:49:32.607 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[55920]: audit 2024-03-30T04:49:31.028615+0000 mgr.y (mgr.25390) 445 : audit [DBG] from='client.44764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:32.608 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[55920]: cluster 2024-03-30T04:49:31.568536+0000 mgr.y (mgr.25390) 446 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:32.608 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[55920]: audit 2024-03-30T04:49:31.591944+0000 mgr.y (mgr.25390) 447 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:32.608 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[78176]: c0e87333d380: Pull complete 2024-03-30T04:49:32.608 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[78176]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-30T04:49:32.608 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[78176]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-30T04:49:32.608 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[57237]: audit 2024-03-30T04:49:31.028615+0000 mgr.y (mgr.25390) 445 : audit [DBG] from='client.44764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:32.608 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[57237]: cluster 2024-03-30T04:49:31.568536+0000 mgr.y (mgr.25390) 446 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:32.608 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:32 smithi194 bash[57237]: audit 2024-03-30T04:49:31.591944+0000 mgr.y (mgr.25390) 447 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:32.943 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:32 smithi196 bash[44979]: audit 2024-03-30T04:49:31.028615+0000 mgr.y (mgr.25390) 445 : audit [DBG] from='client.44764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:32.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:32 smithi196 bash[44979]: cluster 2024-03-30T04:49:31.568536+0000 mgr.y (mgr.25390) 446 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:32.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:32 smithi196 bash[44979]: audit 2024-03-30T04:49:31.591944+0000 mgr.y (mgr.25390) 447 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:33.861 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.862 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.862 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.863 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.863 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.863 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.863 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.864 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:33.864 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:34.194 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:33 smithi196 systemd[1]: Stopping Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:49:34.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:49:33] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.33.4" 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.127Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.127Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.127Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.127Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:49:34.333 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:49:34.334 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.128Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:49:34.335 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:49:34.336 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:49:34.337 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:49:34.337 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:49:34.337 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:49:34.337 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:49:34.337 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:49:34.337 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[78176]: ts=2024-03-30T04:49:34.129Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:49:34.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:34 smithi196 bash[59419]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:49:34.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:49:34.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:34 smithi196 bash[59479]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:49:34.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:49:34.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: Stopped Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:34.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:34 smithi196 bash[44979]: cephadm 2024-03-30T04:49:33.082175+0000 mgr.y (mgr.25390) 448 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:34.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:34 smithi196 bash[44979]: cephadm 2024-03-30T04:49:33.083087+0000 mgr.y (mgr.25390) 449 : cephadm [INF] Deploying daemon node-exporter.b on smithi196 2024-03-30T04:49:34.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:34 smithi196 bash[44979]: cluster 2024-03-30T04:49:33.569448+0000 mgr.y (mgr.25390) 450 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:34.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:34 smithi196 bash[44979]: audit 2024-03-30T04:49:34.139172+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[55920]: cephadm 2024-03-30T04:49:33.082175+0000 mgr.y (mgr.25390) 448 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:35.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[55920]: cephadm 2024-03-30T04:49:33.083087+0000 mgr.y (mgr.25390) 449 : cephadm [INF] Deploying daemon node-exporter.b on smithi196 2024-03-30T04:49:35.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[55920]: cluster 2024-03-30T04:49:33.569448+0000 mgr.y (mgr.25390) 450 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:35.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[55920]: audit 2024-03-30T04:49:34.139172+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[57237]: cephadm 2024-03-30T04:49:33.082175+0000 mgr.y (mgr.25390) 448 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:49:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[57237]: cephadm 2024-03-30T04:49:33.083087+0000 mgr.y (mgr.25390) 449 : cephadm [INF] Deploying daemon node-exporter.b on smithi196 2024-03-30T04:49:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[57237]: cluster 2024-03-30T04:49:33.569448+0000 mgr.y (mgr.25390) 450 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:35.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:34 smithi194 bash[57237]: audit 2024-03-30T04:49:34.139172+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:35.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.444 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.444 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.445 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.445 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.445 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.445 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.446 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:34 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:35.446 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:35 smithi196 systemd[1]: Started Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:35.446 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:35 smithi196 bash[59546]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-30T04:49:35.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:35 smithi196 bash[59546]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-30T04:49:36.404 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[44979]: audit 2024-03-30T04:49:35.143105+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:36.405 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[44979]: audit 2024-03-30T04:49:35.154837+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:36.405 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[44979]: audit 2024-03-30T04:49:35.205615+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:36.405 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[44979]: cluster 2024-03-30T04:49:35.570609+0000 mgr.y (mgr.25390) 451 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:36.405 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: 22b70bddd3ac: Pulling fs layer 2024-03-30T04:49:36.405 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: 5c12815fee55: Pulling fs layer 2024-03-30T04:49:36.405 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: c0e87333d380: Pulling fs layer 2024-03-30T04:49:36.405 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: 22b70bddd3ac: Download complete 2024-03-30T04:49:36.405 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: 5c12815fee55: Download complete 2024-03-30T04:49:36.406 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: 22b70bddd3ac: Pull complete 2024-03-30T04:49:36.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[55920]: audit 2024-03-30T04:49:35.143105+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:36.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[55920]: audit 2024-03-30T04:49:35.154837+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:36.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[55920]: audit 2024-03-30T04:49:35.205615+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:36.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[55920]: cluster 2024-03-30T04:49:35.570609+0000 mgr.y (mgr.25390) 451 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:36.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[57237]: audit 2024-03-30T04:49:35.143105+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:36.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[57237]: audit 2024-03-30T04:49:35.154837+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:36.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[57237]: audit 2024-03-30T04:49:35.205615+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:36.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:36 smithi194 bash[57237]: cluster 2024-03-30T04:49:35.570609+0000 mgr.y (mgr.25390) 451 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:49:36.693 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: c0e87333d380: Download complete 2024-03-30T04:49:37.095 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:36 smithi196 bash[59546]: 5c12815fee55: Pull complete 2024-03-30T04:49:37.347 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:37 smithi196 bash[59546]: c0e87333d380: Pull complete 2024-03-30T04:49:37.347 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:37 smithi196 bash[59546]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-30T04:49:37.693 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:37 smithi196 bash[59546]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-30T04:49:38.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[44979]: cluster 2024-03-30T04:49:37.572044+0000 mgr.y (mgr.25390) 452 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:49:38.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.734Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:49:38.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.735Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.735Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:49:38.945 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:49:38.946 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.736Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:49:38.947 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:49:38.948 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:38 smithi196 bash[59546]: ts=2024-03-30T04:49:38.737Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:49:39.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:38 smithi194 bash[55920]: cluster 2024-03-30T04:49:37.572044+0000 mgr.y (mgr.25390) 452 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:49:39.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:38 smithi194 bash[57237]: cluster 2024-03-30T04:49:37.572044+0000 mgr.y (mgr.25390) 452 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:49:40.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:40 smithi196 bash[44979]: cluster 2024-03-30T04:49:39.573453+0000 mgr.y (mgr.25390) 453 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:49:41.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:40 smithi194 bash[55920]: cluster 2024-03-30T04:49:39.573453+0000 mgr.y (mgr.25390) 453 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:49:41.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:40 smithi194 bash[57237]: cluster 2024-03-30T04:49:39.573453+0000 mgr.y (mgr.25390) 453 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:49:42.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:42 smithi196 bash[44979]: audit 2024-03-30T04:49:41.146874+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:42 smithi196 bash[44979]: audit 2024-03-30T04:49:41.155165+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:42 smithi196 bash[44979]: cluster 2024-03-30T04:49:41.574112+0000 mgr.y (mgr.25390) 454 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:42.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:42 smithi196 bash[44979]: audit 2024-03-30T04:49:41.600001+0000 mgr.y (mgr.25390) 455 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:42.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:42 smithi196 bash[44979]: audit 2024-03-30T04:49:41.916879+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:42 smithi196 bash[44979]: audit 2024-03-30T04:49:41.929703+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[55920]: audit 2024-03-30T04:49:41.146874+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[55920]: audit 2024-03-30T04:49:41.155165+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[55920]: cluster 2024-03-30T04:49:41.574112+0000 mgr.y (mgr.25390) 454 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[55920]: audit 2024-03-30T04:49:41.600001+0000 mgr.y (mgr.25390) 455 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[55920]: audit 2024-03-30T04:49:41.916879+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[55920]: audit 2024-03-30T04:49:41.929703+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[57237]: audit 2024-03-30T04:49:41.146874+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[57237]: audit 2024-03-30T04:49:41.155165+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[57237]: cluster 2024-03-30T04:49:41.574112+0000 mgr.y (mgr.25390) 454 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:42.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[57237]: audit 2024-03-30T04:49:41.600001+0000 mgr.y (mgr.25390) 455 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:42.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[57237]: audit 2024-03-30T04:49:41.916879+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:42.584 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:42 smithi194 bash[57237]: audit 2024-03-30T04:49:41.929703+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[55920]: audit 2024-03-30T04:49:42.255825+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[55920]: audit 2024-03-30T04:49:42.269863+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[55920]: audit 2024-03-30T04:49:43.032571+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[55920]: audit 2024-03-30T04:49:43.044751+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[57237]: audit 2024-03-30T04:49:42.255825+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[57237]: audit 2024-03-30T04:49:42.269863+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[57237]: audit 2024-03-30T04:49:43.032571+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[57237]: audit 2024-03-30T04:49:43.044751+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:43 smithi196 bash[44979]: audit 2024-03-30T04:49:42.255825+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:43 smithi196 bash[44979]: audit 2024-03-30T04:49:42.269863+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:43 smithi196 bash[44979]: audit 2024-03-30T04:49:43.032571+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:43.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:43 smithi196 bash[44979]: audit 2024-03-30T04:49:43.044751+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:44.259 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:49:43] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.33.4" 2024-03-30T04:49:44.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:44 smithi194 bash[55920]: cluster 2024-03-30T04:49:43.575286+0000 mgr.y (mgr.25390) 456 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:44.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:44 smithi194 bash[57237]: cluster 2024-03-30T04:49:43.575286+0000 mgr.y (mgr.25390) 456 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:44.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:44 smithi196 bash[44979]: cluster 2024-03-30T04:49:43.575286+0000 mgr.y (mgr.25390) 456 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:46.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:46 smithi196 bash[44979]: cluster 2024-03-30T04:49:45.576584+0000 mgr.y (mgr.25390) 457 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:47.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:46 smithi194 bash[55920]: cluster 2024-03-30T04:49:45.576584+0000 mgr.y (mgr.25390) 457 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:47.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:46 smithi194 bash[57237]: cluster 2024-03-30T04:49:45.576584+0000 mgr.y (mgr.25390) 457 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:48.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:48 smithi196 bash[44979]: cluster 2024-03-30T04:49:47.577827+0000 mgr.y (mgr.25390) 458 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:49.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:48 smithi194 bash[55920]: cluster 2024-03-30T04:49:47.577827+0000 mgr.y (mgr.25390) 458 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:49.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:48 smithi194 bash[57237]: cluster 2024-03-30T04:49:47.577827+0000 mgr.y (mgr.25390) 458 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:49.944 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:49 smithi196 bash[44979]: audit 2024-03-30T04:49:49.140110+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:50.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:49 smithi194 bash[57237]: audit 2024-03-30T04:49:49.140110+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:50.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:49 smithi194 bash[55920]: audit 2024-03-30T04:49:49.140110+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:50.901 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:50 smithi196 bash[44979]: cluster 2024-03-30T04:49:49.579159+0000 mgr.y (mgr.25390) 459 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:51.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:50 smithi194 bash[57237]: cluster 2024-03-30T04:49:49.579159+0000 mgr.y (mgr.25390) 459 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:51.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:50 smithi194 bash[55920]: cluster 2024-03-30T04:49:49.579159+0000 mgr.y (mgr.25390) 459 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:49:52.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:52 smithi196 bash[44979]: cluster 2024-03-30T04:49:51.580294+0000 mgr.y (mgr.25390) 460 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:52.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:52 smithi196 bash[44979]: audit 2024-03-30T04:49:51.608289+0000 mgr.y (mgr.25390) 461 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:52.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:52 smithi196 bash[44979]: audit 2024-03-30T04:49:52.130703+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:52.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:52 smithi196 bash[44979]: audit 2024-03-30T04:49:52.141798+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:53.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[55920]: cluster 2024-03-30T04:49:51.580294+0000 mgr.y (mgr.25390) 460 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:53.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[55920]: audit 2024-03-30T04:49:51.608289+0000 mgr.y (mgr.25390) 461 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:53.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[55920]: audit 2024-03-30T04:49:52.130703+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:53.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[55920]: audit 2024-03-30T04:49:52.141798+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:53.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[57237]: cluster 2024-03-30T04:49:51.580294+0000 mgr.y (mgr.25390) 460 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:49:53.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[57237]: audit 2024-03-30T04:49:51.608289+0000 mgr.y (mgr.25390) 461 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:53.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[57237]: audit 2024-03-30T04:49:52.130703+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:53.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:52 smithi194 bash[57237]: audit 2024-03-30T04:49:52.141798+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:49:53] "GET /metrics HTTP/1.1" 200 38703 "" "Prometheus/2.33.4" 2024-03-30T04:49:54.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:52.964769+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:52.979195+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:52.982230+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:54.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:52.984148+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:54.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: cluster 2024-03-30T04:49:52.987853+0000 mgr.y (mgr.25390) 462 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-03-30T04:49:54.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: cluster 2024-03-30T04:49:52.988555+0000 mgr.y (mgr.25390) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:54.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:52.998518+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.098289+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.103076+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.106644+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.109039+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.114062+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.119980+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.123805+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.126427+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.129143+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.131799+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.134620+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.334 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.137166+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:52.964769+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:52.979195+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:52.982230+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:52.984148+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: cluster 2024-03-30T04:49:52.987853+0000 mgr.y (mgr.25390) 462 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: cluster 2024-03-30T04:49:52.988555+0000 mgr.y (mgr.25390) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:52.998518+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.098289+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.103076+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.106644+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.109039+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.335 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.114062+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.119980+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.123805+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.126427+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.129143+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.131799+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.134620+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.137166+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.140164+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[55920]: audit 2024-03-30T04:49:53.144019+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.140164+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.336 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:53 smithi194 bash[57237]: audit 2024-03-30T04:49:53.144019+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:52.964769+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:52.979195+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:52.982230+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:52.984148+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: cluster 2024-03-30T04:49:52.987853+0000 mgr.y (mgr.25390) 462 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 897 B/s rd, 0 op/s 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: cluster 2024-03-30T04:49:52.988555+0000 mgr.y (mgr.25390) 463 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:52.998518+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.098289+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.103076+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.106644+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.109039+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.114062+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.119980+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.123805+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.126427+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.129143+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.131799+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.134620+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.137166+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.140164+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:54.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:53 smithi196 bash[44979]: audit 2024-03-30T04:49:53.144019+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:56.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:56 smithi194 bash[57237]: cluster 2024-03-30T04:49:54.989908+0000 mgr.y (mgr.25390) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:56.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:56 smithi194 bash[57237]: cephadm 2024-03-30T04:49:55.518295+0000 mgr.y (mgr.25390) 465 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:49:56.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:56 smithi194 bash[57237]: cephadm 2024-03-30T04:49:55.812414+0000 mgr.y (mgr.25390) 466 : cephadm [INF] Deploying daemon prometheus.a on smithi196 2024-03-30T04:49:56.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:56 smithi194 bash[55920]: cluster 2024-03-30T04:49:54.989908+0000 mgr.y (mgr.25390) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:56.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:56 smithi194 bash[55920]: cephadm 2024-03-30T04:49:55.518295+0000 mgr.y (mgr.25390) 465 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:49:56.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:56 smithi194 bash[55920]: cephadm 2024-03-30T04:49:55.812414+0000 mgr.y (mgr.25390) 466 : cephadm [INF] Deploying daemon prometheus.a on smithi196 2024-03-30T04:49:56.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:56 smithi196 bash[44979]: cluster 2024-03-30T04:49:54.989908+0000 mgr.y (mgr.25390) 464 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:56.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:56 smithi196 bash[44979]: cephadm 2024-03-30T04:49:55.518295+0000 mgr.y (mgr.25390) 465 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:49:56.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:56 smithi196 bash[44979]: cephadm 2024-03-30T04:49:55.812414+0000 mgr.y (mgr.25390) 466 : cephadm [INF] Deploying daemon prometheus.a on smithi196 2024-03-30T04:49:58.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:49:58 smithi194 bash[57237]: cluster 2024-03-30T04:49:56.991164+0000 mgr.y (mgr.25390) 467 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:58.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:49:58 smithi194 bash[55920]: cluster 2024-03-30T04:49:56.991164+0000 mgr.y (mgr.25390) 467 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:49:58.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:58 smithi196 bash[44979]: cluster 2024-03-30T04:49:56.991164+0000 mgr.y (mgr.25390) 467 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:00.047 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.048 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.048 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.048 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.049 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.049 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.049 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.050 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.050 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 systemd[1]: Stopping Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:50:00.050 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:49:59 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:00 smithi194 bash[55920]: cluster 2024-03-30T04:49:58.992394+0000 mgr.y (mgr.25390) 468 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:00.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:00 smithi194 bash[55920]: cluster 2024-03-30T04:50:00.000158+0000 mon.a (mon.0) 827 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:00.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:00 smithi194 bash[57237]: cluster 2024-03-30T04:49:58.992394+0000 mgr.y (mgr.25390) 468 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:00.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:00 smithi194 bash[57237]: cluster 2024-03-30T04:50:00.000158+0000 mon.a (mon.0) 827 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:00.376 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[44979]: cluster 2024-03-30T04:49:58.992394+0000 mgr.y (mgr.25390) 468 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:00.376 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[44979]: cluster 2024-03-30T04:50:00.000158+0000 mon.a (mon.0) 827 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.142Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.142Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.142Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.142Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.142Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.142Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.143Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.143Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.143Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.143Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.143Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:50:00.377 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[42131]: ts=2024-03-30T04:50:00.143Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:50:01.099 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[62920]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:50:01.099 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 bash[62980]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:50:01.099 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:50:01.099 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:00 smithi196 systemd[1]: Stopped Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:01.444 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.444 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.445 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.445 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.446 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.446 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.446 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.446 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:01.446 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:01 smithi196 systemd[1]: Started Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:01.856 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:50:02.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[57237]: cluster 2024-03-30T04:50:00.993388+0000 mgr.y (mgr.25390) 469 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[57237]: audit 2024-03-30T04:50:01.280464+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[57237]: audit 2024-03-30T04:50:01.294426+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[57237]: audit 2024-03-30T04:50:01.299681+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[57237]: audit 2024-03-30T04:50:01.619206+0000 mgr.y (mgr.25390) 470 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[57237]: audit 2024-03-30T04:50:01.847560+0000 mgr.y (mgr.25390) 471 : audit [DBG] from='client.44776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[55920]: cluster 2024-03-30T04:50:00.993388+0000 mgr.y (mgr.25390) 469 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[55920]: audit 2024-03-30T04:50:01.280464+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[55920]: audit 2024-03-30T04:50:01.294426+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:02.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[55920]: audit 2024-03-30T04:50:01.299681+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[55920]: audit 2024-03-30T04:50:01.619206+0000 mgr.y (mgr.25390) 470 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:02.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:02 smithi194 bash[55920]: audit 2024-03-30T04:50:01.847560+0000 mgr.y (mgr.25390) 471 : audit [DBG] from='client.44776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (9m) 21s ago 16m 14.0M - 0.23.0 ba2b418f427c 2b8fd7202c5c 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 20s ago 16m - - 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (53s) 21s ago 14m 42.3M - 3.7 3714003597ec 8e88391440cf 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (8m) 20s ago 22m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (9m) 21s ago 24m 504M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (7m) 21s ago 24m 62.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (6m) 20s ago 22m 44.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (7m) 21s ago 22m 47.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:50:02.584 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (30s) 21s ago 17m 3160k - 1.5.0 0da6a335fe13 14b6c6a857f0 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (25s) 20s ago 17m - - 1.5.0 0da6a335fe13 d16919a091e2 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (5m) 21s ago 22m 59.6M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (5m) 21s ago 21m 68.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (4m) 21s ago 20m 53.5M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (4m) 21s ago 20m 59.5M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (3m) 20s ago 19m 60.7M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (3m) 20s ago 19m 60.4M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (2m) 20s ago 18m 52.4M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (2m) 20s ago 18m 59.6M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 starting - - - - 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (108s) 21s ago 15m 89.7M - 19.0.0-2493-gd82c9aa1 3714003597ec a21e3ede2b2a 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (94s) 20s ago 15m 89.6M - 19.0.0-2493-gd82c9aa1 3714003597ec 997ec43c2ef8 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (101s) 21s ago 14m 89.8M - 19.0.0-2493-gd82c9aa1 3714003597ec 9564745b37fc 2024-03-30T04:50:02.585 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (87s) 20s ago 14m 89.7M - 19.0.0-2493-gd82c9aa1 3714003597ec d39200195200 2024-03-30T04:50:02.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[44979]: cluster 2024-03-30T04:50:00.993388+0000 mgr.y (mgr.25390) 469 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:02.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[44979]: audit 2024-03-30T04:50:01.280464+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:02.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[44979]: audit 2024-03-30T04:50:01.294426+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:02.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[44979]: audit 2024-03-30T04:50:01.299681+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[44979]: audit 2024-03-30T04:50:01.619206+0000 mgr.y (mgr.25390) 470 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:02.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[44979]: audit 2024-03-30T04:50:01.847560+0000 mgr.y (mgr.25390) 471 : audit [DBG] from='client.44776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:02.695 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.426Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-03-30T04:50:02.695 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.426Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-03-30T04:50:02.695 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.427Z caller=main.go:570 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi196 (none))" 2024-03-30T04:50:02.695 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.427Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:50:02.695 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.427Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.428Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.429Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.430Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.430Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.432Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.432Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.863µs 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.432Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.441Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.461Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.467Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.476Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.476Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.476Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=41.477µs wal_replay_duration=43.68827ms wbl_replay_duration=129ns total_replay_duration=43.74965ms 2024-03-30T04:50:02.696 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.480Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:50:02.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.480Z caller=main.go:1029 level=info msg="TSDB started" 2024-03-30T04:50:02.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.480Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:50:02.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.505Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=25.488676ms db_storage=1.001µs remote_storage=1.622µs web_handler=469ns query_engine=693ns scrape=282.061µs scrape_sd=94.353µs notify=10.299µs notify_sd=15.444µs rules=24.729187ms tracing=6.065µs 2024-03-30T04:50:02.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.506Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-03-30T04:50:02.697 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:02 smithi196 bash[63035]: ts=2024-03-30T04:50:02.506Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-03-30T04:50:03.006 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:50:03.006 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:50:03.007 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:50:03.008 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:50:03.008 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:50:03.374 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:50:03.374 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:50:03.374 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:50:03.374 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "mon", 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "iscsi", 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "osd", 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw", 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading prometheus daemons", 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:50:03.375 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:50:03.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:03 smithi194 bash[55920]: audit 2024-03-30T04:50:02.217669+0000 mgr.y (mgr.25390) 472 : audit [DBG] from='client.44782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:03.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:03 smithi194 bash[55920]: audit 2024-03-30T04:50:02.562618+0000 mgr.y (mgr.25390) 473 : audit [DBG] from='client.44788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:03.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:03 smithi194 bash[55920]: audit 2024-03-30T04:50:03.012978+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.194:0/1898030583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:03 smithi194 bash[57237]: audit 2024-03-30T04:50:02.217669+0000 mgr.y (mgr.25390) 472 : audit [DBG] from='client.44782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:03.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:03 smithi194 bash[57237]: audit 2024-03-30T04:50:02.562618+0000 mgr.y (mgr.25390) 473 : audit [DBG] from='client.44788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:03.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:03 smithi194 bash[57237]: audit 2024-03-30T04:50:03.012978+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.194:0/1898030583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:03 smithi196 bash[44979]: audit 2024-03-30T04:50:02.217669+0000 mgr.y (mgr.25390) 472 : audit [DBG] from='client.44782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:03.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:03 smithi196 bash[44979]: audit 2024-03-30T04:50:02.562618+0000 mgr.y (mgr.25390) 473 : audit [DBG] from='client.44788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:03.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:03 smithi196 bash[44979]: audit 2024-03-30T04:50:03.012978+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.194:0/1898030583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.785 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:03.786 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:50:03.786 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:50:04.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[55920]: cluster 2024-03-30T04:50:02.994485+0000 mgr.y (mgr.25390) 474 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:04.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[55920]: audit 2024-03-30T04:50:03.380403+0000 mgr.y (mgr.25390) 475 : audit [DBG] from='client.34863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:04.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[55920]: audit 2024-03-30T04:50:03.792377+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.194:0/2134626308' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:04.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[55920]: audit 2024-03-30T04:50:04.140632+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:04.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[57237]: cluster 2024-03-30T04:50:02.994485+0000 mgr.y (mgr.25390) 474 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:04.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[57237]: audit 2024-03-30T04:50:03.380403+0000 mgr.y (mgr.25390) 475 : audit [DBG] from='client.34863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:04.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[57237]: audit 2024-03-30T04:50:03.792377+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.194:0/2134626308' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:04.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:04 smithi194 bash[57237]: audit 2024-03-30T04:50:04.140632+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:04.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:04 smithi196 bash[44979]: cluster 2024-03-30T04:50:02.994485+0000 mgr.y (mgr.25390) 474 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:04.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:04 smithi196 bash[44979]: audit 2024-03-30T04:50:03.380403+0000 mgr.y (mgr.25390) 475 : audit [DBG] from='client.34863 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:04.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:04 smithi196 bash[44979]: audit 2024-03-30T04:50:03.792377+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.194:0/2134626308' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:04.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:04 smithi196 bash[44979]: audit 2024-03-30T04:50:04.140632+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:06.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:06 smithi194 bash[55920]: cluster 2024-03-30T04:50:04.995998+0000 mgr.y (mgr.25390) 476 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:06.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:06 smithi194 bash[57237]: cluster 2024-03-30T04:50:04.995998+0000 mgr.y (mgr.25390) 476 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:06.694 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:06 smithi196 bash[44979]: cluster 2024-03-30T04:50:04.995998+0000 mgr.y (mgr.25390) 476 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:08.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[55920]: cluster 2024-03-30T04:50:06.996704+0000 mgr.y (mgr.25390) 477 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:08.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[55920]: audit 2024-03-30T04:50:07.005603+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[55920]: audit 2024-03-30T04:50:07.011403+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[55920]: audit 2024-03-30T04:50:07.214174+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[55920]: audit 2024-03-30T04:50:07.226151+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[57237]: cluster 2024-03-30T04:50:06.996704+0000 mgr.y (mgr.25390) 477 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[57237]: audit 2024-03-30T04:50:07.005603+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[57237]: audit 2024-03-30T04:50:07.011403+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[57237]: audit 2024-03-30T04:50:07.214174+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:08 smithi194 bash[57237]: audit 2024-03-30T04:50:07.226151+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:08 smithi196 bash[44979]: cluster 2024-03-30T04:50:06.996704+0000 mgr.y (mgr.25390) 477 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:08 smithi196 bash[44979]: audit 2024-03-30T04:50:07.005603+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:08 smithi196 bash[44979]: audit 2024-03-30T04:50:07.011403+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:08 smithi196 bash[44979]: audit 2024-03-30T04:50:07.214174+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:08.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:08 smithi196 bash[44979]: audit 2024-03-30T04:50:07.226151+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:09.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:09 smithi194 bash[55920]: audit 2024-03-30T04:50:08.069252+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:09.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:09 smithi194 bash[55920]: audit 2024-03-30T04:50:08.081496+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:09.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:09 smithi194 bash[57237]: audit 2024-03-30T04:50:08.069252+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:09.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:09 smithi194 bash[57237]: audit 2024-03-30T04:50:08.081496+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:09.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:09 smithi196 bash[44979]: audit 2024-03-30T04:50:08.069252+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:09.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:09 smithi196 bash[44979]: audit 2024-03-30T04:50:08.081496+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:10.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:10 smithi194 bash[55920]: cluster 2024-03-30T04:50:08.997894+0000 mgr.y (mgr.25390) 478 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:10.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:10 smithi194 bash[57237]: cluster 2024-03-30T04:50:08.997894+0000 mgr.y (mgr.25390) 478 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:10.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:10 smithi196 bash[44979]: cluster 2024-03-30T04:50:08.997894+0000 mgr.y (mgr.25390) 478 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:12.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:12 smithi194 bash[55920]: cluster 2024-03-30T04:50:10.999010+0000 mgr.y (mgr.25390) 479 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:12.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:12 smithi194 bash[55920]: audit 2024-03-30T04:50:11.629490+0000 mgr.y (mgr.25390) 480 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:12.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:12 smithi194 bash[57237]: cluster 2024-03-30T04:50:10.999010+0000 mgr.y (mgr.25390) 479 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:12.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:12 smithi194 bash[57237]: audit 2024-03-30T04:50:11.629490+0000 mgr.y (mgr.25390) 480 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:12.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:12 smithi196 bash[44979]: cluster 2024-03-30T04:50:10.999010+0000 mgr.y (mgr.25390) 479 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:12.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:12 smithi196 bash[44979]: audit 2024-03-30T04:50:11.629490+0000 mgr.y (mgr.25390) 480 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:14.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:50:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:50:13] "GET /metrics HTTP/1.1" 200 38701 "" "Prometheus/2.43.0" 2024-03-30T04:50:14.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:14 smithi194 bash[57237]: cluster 2024-03-30T04:50:13.000168+0000 mgr.y (mgr.25390) 481 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:14.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:14 smithi194 bash[55920]: cluster 2024-03-30T04:50:13.000168+0000 mgr.y (mgr.25390) 481 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:14.347 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:14 smithi196 bash[44979]: cluster 2024-03-30T04:50:13.000168+0000 mgr.y (mgr.25390) 481 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:16.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:16 smithi196 bash[44979]: cluster 2024-03-30T04:50:15.001551+0000 mgr.y (mgr.25390) 482 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:16.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:16 smithi194 bash[55920]: cluster 2024-03-30T04:50:15.001551+0000 mgr.y (mgr.25390) 482 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:16.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:16 smithi194 bash[57237]: cluster 2024-03-30T04:50:15.001551+0000 mgr.y (mgr.25390) 482 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:18.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:18 smithi196 bash[44979]: cluster 2024-03-30T04:50:17.002895+0000 mgr.y (mgr.25390) 483 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:18.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:18 smithi194 bash[55920]: cluster 2024-03-30T04:50:17.002895+0000 mgr.y (mgr.25390) 483 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:18.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:18 smithi194 bash[57237]: cluster 2024-03-30T04:50:17.002895+0000 mgr.y (mgr.25390) 483 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:19.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.135449+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.148314+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.151025+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.153047+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: cluster 2024-03-30T04:50:18.156632+0000 mgr.y (mgr.25390) 484 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s 2024-03-30T04:50:19.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: cluster 2024-03-30T04:50:18.157226+0000 mgr.y (mgr.25390) 485 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 558 B/s rd, 0 op/s 2024-03-30T04:50:19.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.166600+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.251744+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:19.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.252447+0000 mgr.y (mgr.25390) 486 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:19.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.262044+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.447 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.265256+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.268998+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.271501+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.276793+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.283107+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.287366+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.290254+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.293305+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.296342+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.299607+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.302781+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.306041+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.310411+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.449 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:19 smithi196 bash[44979]: audit 2024-03-30T04:50:18.314268+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.135449+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.148314+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.151025+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.153047+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: cluster 2024-03-30T04:50:18.156632+0000 mgr.y (mgr.25390) 484 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: cluster 2024-03-30T04:50:18.157226+0000 mgr.y (mgr.25390) 485 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 558 B/s rd, 0 op/s 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.166600+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.251744+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.252447+0000 mgr.y (mgr.25390) 486 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.262044+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.584 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.265256+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.268998+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.271501+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.276793+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.283107+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.287366+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.290254+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.293305+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.585 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.296342+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.135449+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.148314+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.151025+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.153047+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: cluster 2024-03-30T04:50:18.156632+0000 mgr.y (mgr.25390) 484 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 917 B/s rd, 0 op/s 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: cluster 2024-03-30T04:50:18.157226+0000 mgr.y (mgr.25390) 485 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 558 B/s rd, 0 op/s 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.166600+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.251744+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.252447+0000 mgr.y (mgr.25390) 486 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.262044+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.586 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.265256+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.268998+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.271501+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.276793+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.283107+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.287366+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.290254+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.293305+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.296342+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.299607+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.302781+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.306041+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.587 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.310411+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.588 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[57237]: audit 2024-03-30T04:50:18.314268+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.299607+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.302781+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.306041+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.310411+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.588 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:19 smithi194 bash[55920]: audit 2024-03-30T04:50:18.314268+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:20 smithi194 bash[55920]: audit 2024-03-30T04:50:19.141183+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:20.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:20 smithi194 bash[57237]: audit 2024-03-30T04:50:19.141183+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:20.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:20 smithi196 bash[44979]: audit 2024-03-30T04:50:19.141183+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:21.444 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:21 smithi196 bash[44979]: cluster 2024-03-30T04:50:20.158577+0000 mgr.y (mgr.25390) 487 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:21.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:21 smithi196 bash[44979]: cephadm 2024-03-30T04:50:20.851157+0000 mgr.y (mgr.25390) 488 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:21.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:21 smithi196 bash[44979]: cephadm 2024-03-30T04:50:20.873539+0000 mgr.y (mgr.25390) 489 : cephadm [INF] Deploying daemon alertmanager.a on smithi194 2024-03-30T04:50:21.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:21 smithi194 bash[55920]: cluster 2024-03-30T04:50:20.158577+0000 mgr.y (mgr.25390) 487 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:21.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:21 smithi194 bash[55920]: cephadm 2024-03-30T04:50:20.851157+0000 mgr.y (mgr.25390) 488 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:21.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:21 smithi194 bash[55920]: cephadm 2024-03-30T04:50:20.873539+0000 mgr.y (mgr.25390) 489 : cephadm [INF] Deploying daemon alertmanager.a on smithi194 2024-03-30T04:50:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:21 smithi194 bash[57237]: cluster 2024-03-30T04:50:20.158577+0000 mgr.y (mgr.25390) 487 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:21 smithi194 bash[57237]: cephadm 2024-03-30T04:50:20.851157+0000 mgr.y (mgr.25390) 488 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:50:21.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:21 smithi194 bash[57237]: cephadm 2024-03-30T04:50:20.873539+0000 mgr.y (mgr.25390) 489 : cephadm [INF] Deploying daemon alertmanager.a on smithi194 2024-03-30T04:50:22.445 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:22 smithi194 bash[55920]: audit 2024-03-30T04:50:21.640365+0000 mgr.y (mgr.25390) 490 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:22.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:22 smithi194 bash[57237]: audit 2024-03-30T04:50:21.640365+0000 mgr.y (mgr.25390) 490 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:22.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:22 smithi196 bash[44979]: audit 2024-03-30T04:50:21.640365+0000 mgr.y (mgr.25390) 490 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:23.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:23 smithi196 bash[44979]: cluster 2024-03-30T04:50:22.159735+0000 mgr.y (mgr.25390) 491 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:23.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:23 smithi194 bash[55920]: cluster 2024-03-30T04:50:22.159735+0000 mgr.y (mgr.25390) 491 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:23.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:23 smithi194 bash[57237]: cluster 2024-03-30T04:50:22.159735+0000 mgr.y (mgr.25390) 491 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:24.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:50:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:50:23] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:50:25.494 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.494 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.494 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.495 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.495 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:25 smithi194 bash[55920]: cluster 2024-03-30T04:50:24.160965+0000 mgr.y (mgr.25390) 492 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:25.495 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.495 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.496 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.496 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:25 smithi194 bash[57237]: cluster 2024-03-30T04:50:24.160965+0000 mgr.y (mgr.25390) 492 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:25.496 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:25.695 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:25 smithi196 bash[44979]: cluster 2024-03-30T04:50:24.160965+0000 mgr.y (mgr.25390) 492 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:25.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:25 smithi194 systemd[1]: Stopping Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:50:25.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:25 smithi194 bash[51581]: level=info ts=2024-03-30T04:50:25.595Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:50:26.582 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:26 smithi194 bash[81961]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:50:26.582 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:26 smithi194 bash[82022]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:50:26.582 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:50:26.582 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: Stopped Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:27.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.083 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.083 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.083 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.084 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.084 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.084 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.085 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.085 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:27.085 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:26 smithi194 systemd[1]: Started Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:28.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[55920]: cluster 2024-03-30T04:50:26.162054+0000 mgr.y (mgr.25390) 493 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[55920]: audit 2024-03-30T04:50:26.757193+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[55920]: audit 2024-03-30T04:50:26.764851+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:28.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[55920]: audit 2024-03-30T04:50:26.803919+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[57237]: cluster 2024-03-30T04:50:26.162054+0000 mgr.y (mgr.25390) 493 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[57237]: audit 2024-03-30T04:50:26.757193+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[57237]: audit 2024-03-30T04:50:26.764851+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:28.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[57237]: audit 2024-03-30T04:50:26.803919+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.083 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.864Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-03-30T04:50:28.083 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.865Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-03-30T04:50:28.084 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.867Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.194 port=9094 2024-03-30T04:50:28.084 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.869Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:50:28.084 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.899Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:50:28.084 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.899Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:50:28.084 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.902Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-03-30T04:50:28.084 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:27 smithi194 bash[82077]: ts=2024-03-30T04:50:27.902Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-03-30T04:50:28.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:27 smithi196 bash[44979]: cluster 2024-03-30T04:50:26.162054+0000 mgr.y (mgr.25390) 493 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-03-30T04:50:28.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:27 smithi196 bash[44979]: audit 2024-03-30T04:50:26.757193+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:28.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:27 smithi196 bash[44979]: audit 2024-03-30T04:50:26.764851+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:28.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:27 smithi196 bash[44979]: audit 2024-03-30T04:50:26.803919+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:30.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:29 smithi194 bash[55920]: cluster 2024-03-30T04:50:28.163123+0000 mgr.y (mgr.25390) 494 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-30T04:50:30.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:29 smithi194 bash[57237]: cluster 2024-03-30T04:50:28.163123+0000 mgr.y (mgr.25390) 494 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-30T04:50:30.083 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:29 smithi194 bash[82077]: ts=2024-03-30T04:50:29.869Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000019539s 2024-03-30T04:50:30.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:29 smithi196 bash[44979]: cluster 2024-03-30T04:50:28.163123+0000 mgr.y (mgr.25390) 494 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-30T04:50:32.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:31 smithi194 bash[55920]: cluster 2024-03-30T04:50:30.164475+0000 mgr.y (mgr.25390) 495 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:32.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:31 smithi194 bash[57237]: cluster 2024-03-30T04:50:30.164475+0000 mgr.y (mgr.25390) 495 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:32.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:31 smithi196 bash[44979]: cluster 2024-03-30T04:50:30.164475+0000 mgr.y (mgr.25390) 495 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:33.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:32 smithi194 bash[57237]: audit 2024-03-30T04:50:31.651572+0000 mgr.y (mgr.25390) 496 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:33.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:32 smithi194 bash[57237]: audit 2024-03-30T04:50:32.593885+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:33.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:32 smithi194 bash[57237]: audit 2024-03-30T04:50:32.603588+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:33.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:32 smithi194 bash[55920]: audit 2024-03-30T04:50:31.651572+0000 mgr.y (mgr.25390) 496 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:33.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:32 smithi194 bash[55920]: audit 2024-03-30T04:50:32.593885+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:33.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:32 smithi194 bash[55920]: audit 2024-03-30T04:50:32.603588+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:32 smithi196 bash[44979]: audit 2024-03-30T04:50:31.651572+0000 mgr.y (mgr.25390) 496 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:32 smithi196 bash[44979]: audit 2024-03-30T04:50:32.593885+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:33.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:32 smithi196 bash[44979]: audit 2024-03-30T04:50:32.603588+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:34.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:50:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:50:33] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:50:34.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:33 smithi194 bash[55920]: cluster 2024-03-30T04:50:32.165149+0000 mgr.y (mgr.25390) 497 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:34.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:33 smithi194 bash[55920]: audit 2024-03-30T04:50:33.645952+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:34.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:33 smithi194 bash[55920]: audit 2024-03-30T04:50:33.652621+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:34.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:33 smithi194 bash[57237]: cluster 2024-03-30T04:50:32.165149+0000 mgr.y (mgr.25390) 497 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:34.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:33 smithi194 bash[57237]: audit 2024-03-30T04:50:33.645952+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:34.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:33 smithi194 bash[57237]: audit 2024-03-30T04:50:33.652621+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:34.189 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:50:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:33 smithi196 bash[44979]: cluster 2024-03-30T04:50:32.165149+0000 mgr.y (mgr.25390) 497 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:33 smithi196 bash[44979]: audit 2024-03-30T04:50:33.645952+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:34.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:33 smithi196 bash[44979]: audit 2024-03-30T04:50:33.652621+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (8s) 2s ago 17m 13.7M - 0.25.0 c8568f914cd2 42a9d67d780c 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 error 27s ago 17m - - 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (86s) 2s ago 15m 42.8M - 3.7 3714003597ec 8e88391440cf 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (8m) 27s ago 23m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (9m) 2s ago 25m 506M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (8m) 2s ago 25m 67.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (7m) 27s ago 23m 45.4M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (7m) 2s ago 23m 47.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (62s) 2s ago 17m 7944k - 1.5.0 0da6a335fe13 14b6c6a857f0 2024-03-30T04:50:34.897 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (57s) 27s ago 17m 7659k - 1.5.0 0da6a335fe13 d16919a091e2 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (6m) 2s ago 22m 60.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (5m) 2s ago 22m 69.3M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (5m) 2s ago 21m 53.9M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (4m) 2s ago 20m 60.2M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (4m) 27s ago 20m 61.4M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (3m) 27s ago 19m 60.7M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (3m) 27s ago 19m 52.6M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (2m) 27s ago 18m 59.8M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (33s) 27s ago 17m 46.6M - 2.43.0 a07b618ecd1d feaef255fce4 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (2m) 2s ago 15m 90.4M - 19.0.0-2493-gd82c9aa1 3714003597ec a21e3ede2b2a 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (2m) 27s ago 15m 89.9M - 19.0.0-2493-gd82c9aa1 3714003597ec 997ec43c2ef8 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (2m) 2s ago 15m 90.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 9564745b37fc 2024-03-30T04:50:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (119s) 27s ago 15m 90.0M - 19.0.0-2493-gd82c9aa1 3714003597ec d39200195200 2024-03-30T04:50:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:34 smithi194 bash[55920]: audit 2024-03-30T04:50:34.140429+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:34 smithi194 bash[57237]: audit 2024-03-30T04:50:34.140429+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:35.194 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:34 smithi196 bash[44979]: audit 2024-03-30T04:50:34.140429+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:35.331 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:50:35.332 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:50:35.333 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:50:35.333 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:50:35.333 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:50:35.333 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:50:35.333 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout: "mon", 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout: "iscsi", 2024-03-30T04:50:35.685 INFO:teuthology.orchestra.run.smithi194.stdout: "osd", 2024-03-30T04:50:35.686 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw", 2024-03-30T04:50:35.686 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:50:35.686 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:50:35.686 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:50:35.686 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading alertmanager daemons", 2024-03-30T04:50:35.686 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:50:35.686 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:50:36.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[55920]: cluster 2024-03-30T04:50:34.165944+0000 mgr.y (mgr.25390) 498 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:36.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[55920]: audit 2024-03-30T04:50:34.182453+0000 mgr.y (mgr.25390) 499 : audit [DBG] from='client.44812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[55920]: audit 2024-03-30T04:50:34.543969+0000 mgr.y (mgr.25390) 500 : audit [DBG] from='client.44818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[55920]: audit 2024-03-30T04:50:34.872997+0000 mgr.y (mgr.25390) 501 : audit [DBG] from='client.34887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[55920]: audit 2024-03-30T04:50:35.338112+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.194:0/19521329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:36.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[57237]: cluster 2024-03-30T04:50:34.165944+0000 mgr.y (mgr.25390) 498 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:36.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[57237]: audit 2024-03-30T04:50:34.182453+0000 mgr.y (mgr.25390) 499 : audit [DBG] from='client.44812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[57237]: audit 2024-03-30T04:50:34.543969+0000 mgr.y (mgr.25390) 500 : audit [DBG] from='client.44818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[57237]: audit 2024-03-30T04:50:34.872997+0000 mgr.y (mgr.25390) 501 : audit [DBG] from='client.34887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:35 smithi194 bash[57237]: audit 2024-03-30T04:50:35.338112+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.194:0/19521329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:36.122 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:36.122 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:50:36.122 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:50:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:35 smithi196 bash[44979]: cluster 2024-03-30T04:50:34.165944+0000 mgr.y (mgr.25390) 498 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:35 smithi196 bash[44979]: audit 2024-03-30T04:50:34.182453+0000 mgr.y (mgr.25390) 499 : audit [DBG] from='client.44812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:35 smithi196 bash[44979]: audit 2024-03-30T04:50:34.543969+0000 mgr.y (mgr.25390) 500 : audit [DBG] from='client.44818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:35 smithi196 bash[44979]: audit 2024-03-30T04:50:34.872997+0000 mgr.y (mgr.25390) 501 : audit [DBG] from='client.34887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:36.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:35 smithi196 bash[44979]: audit 2024-03-30T04:50:35.338112+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.194:0/19521329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:37.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:36 smithi194 bash[57237]: audit 2024-03-30T04:50:35.691129+0000 mgr.y (mgr.25390) 502 : audit [DBG] from='client.44836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:37.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:36 smithi194 bash[57237]: audit 2024-03-30T04:50:36.129217+0000 mon.a (mon.0) 869 : audit [DBG] from='client.? 172.21.15.194:0/3055771912' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:37.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:36 smithi194 bash[55920]: audit 2024-03-30T04:50:35.691129+0000 mgr.y (mgr.25390) 502 : audit [DBG] from='client.44836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:37.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:36 smithi194 bash[55920]: audit 2024-03-30T04:50:36.129217+0000 mon.a (mon.0) 869 : audit [DBG] from='client.? 172.21.15.194:0/3055771912' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:37.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:36 smithi196 bash[44979]: audit 2024-03-30T04:50:35.691129+0000 mgr.y (mgr.25390) 502 : audit [DBG] from='client.44836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:37.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:36 smithi196 bash[44979]: audit 2024-03-30T04:50:36.129217+0000 mon.a (mon.0) 869 : audit [DBG] from='client.? 172.21.15.194:0/3055771912' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:38.086 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:37 smithi194 bash[57237]: cluster 2024-03-30T04:50:36.166655+0000 mgr.y (mgr.25390) 503 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:38.086 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:50:37 smithi194 bash[82077]: ts=2024-03-30T04:50:37.870Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.000955721s 2024-03-30T04:50:38.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:37 smithi194 bash[55920]: cluster 2024-03-30T04:50:36.166655+0000 mgr.y (mgr.25390) 503 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:38.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:37 smithi196 bash[44979]: cluster 2024-03-30T04:50:36.166655+0000 mgr.y (mgr.25390) 503 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:40.007 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:39 smithi194 bash[55920]: cluster 2024-03-30T04:50:38.167633+0000 mgr.y (mgr.25390) 504 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:40.008 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:39 smithi194 bash[57237]: cluster 2024-03-30T04:50:38.167633+0000 mgr.y (mgr.25390) 504 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:40.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:39 smithi196 bash[44979]: cluster 2024-03-30T04:50:38.167633+0000 mgr.y (mgr.25390) 504 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:41 smithi194 bash[55920]: cluster 2024-03-30T04:50:40.168979+0000 mgr.y (mgr.25390) 505 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:42.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:41 smithi194 bash[57237]: cluster 2024-03-30T04:50:40.168979+0000 mgr.y (mgr.25390) 505 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:42.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:41 smithi196 bash[44979]: cluster 2024-03-30T04:50:40.168979+0000 mgr.y (mgr.25390) 505 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:43.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:42 smithi194 bash[55920]: audit 2024-03-30T04:50:41.656707+0000 mgr.y (mgr.25390) 506 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:43.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:42 smithi194 bash[57237]: audit 2024-03-30T04:50:41.656707+0000 mgr.y (mgr.25390) 506 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:42 smithi196 bash[44979]: audit 2024-03-30T04:50:41.656707+0000 mgr.y (mgr.25390) 506 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:44.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:50:43] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: cluster 2024-03-30T04:50:42.170224+0000 mgr.y (mgr.25390) 507 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.450739+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.462823+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.465798+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.467789+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.483463+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.574932+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.593850+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.599403+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.603750+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.606796+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.612628+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.618972+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.623324+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.626329+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.629325+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.632410+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.635876+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.638840+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.642383+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.646776+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.650718+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.084 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[57237]: audit 2024-03-30T04:50:43.654623+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: cluster 2024-03-30T04:50:42.170224+0000 mgr.y (mgr.25390) 507 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.450739+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.462823+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.465798+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.467789+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.483463+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.574932+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:44.085 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.593850+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.599403+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.603750+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.606796+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.612628+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.618972+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.623324+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.626329+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.629325+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.632410+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.635876+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.638840+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.642383+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.086 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.646776+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.650718+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.087 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:43 smithi194 bash[55920]: audit 2024-03-30T04:50:43.654623+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: cluster 2024-03-30T04:50:42.170224+0000 mgr.y (mgr.25390) 507 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.450739+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.462823+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.465798+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.467789+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.483463+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.574932+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.593850+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.599403+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.603750+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.606796+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.101 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.612628+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.618972+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.623324+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.626329+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.629325+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.632410+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.635876+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.638840+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.642383+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.646776+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.650718+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.102 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:43 smithi196 bash[44979]: audit 2024-03-30T04:50:43.654623+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:44 smithi194 bash[57237]: cluster 2024-03-30T04:50:43.471383+0000 mgr.y (mgr.25390) 508 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:50:45.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:44 smithi194 bash[57237]: cluster 2024-03-30T04:50:43.471966+0000 mgr.y (mgr.25390) 509 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 550 B/s rd, 0 op/s 2024-03-30T04:50:45.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:44 smithi194 bash[57237]: audit 2024-03-30T04:50:43.575909+0000 mgr.y (mgr.25390) 510 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:44 smithi194 bash[55920]: cluster 2024-03-30T04:50:43.471383+0000 mgr.y (mgr.25390) 508 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:50:45.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:44 smithi194 bash[55920]: cluster 2024-03-30T04:50:43.471966+0000 mgr.y (mgr.25390) 509 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 550 B/s rd, 0 op/s 2024-03-30T04:50:45.083 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:44 smithi194 bash[55920]: audit 2024-03-30T04:50:43.575909+0000 mgr.y (mgr.25390) 510 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:45.106 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:44 smithi196 bash[44979]: cluster 2024-03-30T04:50:43.471383+0000 mgr.y (mgr.25390) 508 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:50:45.106 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:44 smithi196 bash[44979]: cluster 2024-03-30T04:50:43.471966+0000 mgr.y (mgr.25390) 509 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 550 B/s rd, 0 op/s 2024-03-30T04:50:45.106 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:44 smithi196 bash[44979]: audit 2024-03-30T04:50:43.575909+0000 mgr.y (mgr.25390) 510 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:50:47.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:46 smithi194 bash[55920]: cluster 2024-03-30T04:50:45.473129+0000 mgr.y (mgr.25390) 511 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:47.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:46 smithi194 bash[57237]: cluster 2024-03-30T04:50:45.473129+0000 mgr.y (mgr.25390) 511 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:47.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:46 smithi196 bash[44979]: cluster 2024-03-30T04:50:45.473129+0000 mgr.y (mgr.25390) 511 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:48.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:47 smithi196 bash[44979]: cephadm 2024-03-30T04:50:46.128674+0000 mgr.y (mgr.25390) 512 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:50:48.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:47 smithi196 bash[44979]: cephadm 2024-03-30T04:50:46.173810+0000 mgr.y (mgr.25390) 513 : cephadm [INF] Deploying daemon grafana.a on smithi196 2024-03-30T04:50:48.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:47 smithi194 bash[57237]: cephadm 2024-03-30T04:50:46.128674+0000 mgr.y (mgr.25390) 512 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:50:48.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:47 smithi194 bash[57237]: cephadm 2024-03-30T04:50:46.173810+0000 mgr.y (mgr.25390) 513 : cephadm [INF] Deploying daemon grafana.a on smithi196 2024-03-30T04:50:48.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:47 smithi194 bash[55920]: cephadm 2024-03-30T04:50:46.128674+0000 mgr.y (mgr.25390) 512 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:50:48.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:47 smithi194 bash[55920]: cephadm 2024-03-30T04:50:46.173810+0000 mgr.y (mgr.25390) 513 : cephadm [INF] Deploying daemon grafana.a on smithi196 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:48 smithi196 bash[44979]: cluster 2024-03-30T04:50:47.474286+0000 mgr.y (mgr.25390) 514 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:49.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:48 smithi194 bash[55920]: cluster 2024-03-30T04:50:47.474286+0000 mgr.y (mgr.25390) 514 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:49.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:48 smithi194 bash[57237]: cluster 2024-03-30T04:50:47.474286+0000 mgr.y (mgr.25390) 514 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:50.195 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:49 smithi196 bash[44979]: audit 2024-03-30T04:50:49.142016+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:50.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:49 smithi194 bash[55920]: audit 2024-03-30T04:50:49.142016+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:50.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:49 smithi194 bash[57237]: audit 2024-03-30T04:50:49.142016+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:50.765 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.766 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.766 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.767 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.767 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.767 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.767 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.768 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:50.768 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.195 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.196 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.196 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.196 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.196 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.197 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.197 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: Started Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:51.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:50 smithi196 bash[44979]: cluster 2024-03-30T04:50:49.475494+0000 mgr.y (mgr.25390) 515 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:51.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:50 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:51.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:50 smithi194 bash[57237]: cluster 2024-03-30T04:50:49.475494+0000 mgr.y (mgr.25390) 515 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:51.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:50 smithi194 bash[55920]: cluster 2024-03-30T04:50:49.475494+0000 mgr.y (mgr.25390) 515 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:52.183 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[44979]: audit 2024-03-30T04:50:51.027058+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:52.184 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[44979]: audit 2024-03-30T04:50:51.040551+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:52.184 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[44979]: audit 2024-03-30T04:50:51.050220+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.184 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[44979]: cluster 2024-03-30T04:50:51.476697+0000 mgr.y (mgr.25390) 516 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:52.184 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[44979]: audit 2024-03-30T04:50:51.664751+0000 mgr.y (mgr.25390) 517 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:52.184 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193302991Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-03-30T04:50:52.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[57237]: audit 2024-03-30T04:50:51.027058+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[57237]: audit 2024-03-30T04:50:51.040551+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[57237]: audit 2024-03-30T04:50:51.050220+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[57237]: cluster 2024-03-30T04:50:51.476697+0000 mgr.y (mgr.25390) 516 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[57237]: audit 2024-03-30T04:50:51.664751+0000 mgr.y (mgr.25390) 517 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[55920]: audit 2024-03-30T04:50:51.027058+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[55920]: audit 2024-03-30T04:50:51.040551+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[55920]: audit 2024-03-30T04:50:51.050220+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[55920]: cluster 2024-03-30T04:50:51.476697+0000 mgr.y (mgr.25390) 516 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:52.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:52 smithi194 bash[55920]: audit 2024-03-30T04:50:51.664751+0000 mgr.y (mgr.25390) 517 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:52.437 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193501889Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-03-30T04:50:52.437 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193514199Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-03-30T04:50:52.437 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193518651Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-03-30T04:50:52.437 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193522347Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-03-30T04:50:52.437 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193525804Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-03-30T04:50:52.437 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193529179Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193532267Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193535358Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193538807Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193542166Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193545497Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193548566Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193551974Z level=info msg="Path Home" path=/usr/share/grafana 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193555072Z level=info msg="Path Data" path=/var/lib/grafana 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193558245Z level=info msg="Path Logs" path=/var/log/grafana 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193561405Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-03-30T04:50:52.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193564819Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=settings t=2024-03-30T04:50:52.193568306Z level=info msg="App mode production" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=sqlstore t=2024-03-30T04:50:52.193613452Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=sqlstore t=2024-03-30T04:50:52.193626714Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.206521774Z level=info msg="Starting DB migrations" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.21026544Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.25248886Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.27746165Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.302630897Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.328516907Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.370050162Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.39525532Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-03-30T04:50:52.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.420550244Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-03-30T04:50:52.440 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.445879867Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-03-30T04:50:52.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.471229557Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-03-30T04:50:52.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.513017479Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-03-30T04:50:52.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.53809624Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-03-30T04:50:52.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.580117076Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-03-30T04:50:52.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.597038728Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-03-30T04:50:52.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.630553139Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-03-30T04:50:52.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.681043653Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.714925768Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.731879415Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.748795898Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.765722936Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.816057474Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.841347284Z level=info msg="Executing migration" id="create provenance_type table" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.883164431Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.925088242Z level=info msg="Executing migration" id="create alert_image table" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:52 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:52.950521994Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-03-30T04:50:52.992 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.001173823Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.068442159Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.093673025Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.118911854Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.119230508Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.160803025Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.186164964Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.228196028Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-03-30T04:50:53.261 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.270245631Z level=info msg="Executing migration" id="create secrets table" 2024-03-30T04:50:53.537 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.30389509Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-03-30T04:50:53.538 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.345763865Z level=info msg="Executing migration" id="add name column into data_keys" 2024-03-30T04:50:53.538 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.387722252Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-03-30T04:50:53.538 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.429716054Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-03-30T04:50:53.538 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.471672089Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-03-30T04:50:53.538 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.5136822Z level=info msg="Executing migration" id="add column hidden to role table" 2024-03-30T04:50:53.790 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.547261039Z level=info msg="Executing migration" id="create query_history table v1" 2024-03-30T04:50:53.790 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.580945633Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-03-30T04:50:53.790 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.597839592Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-03-30T04:50:53.790 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.639689078Z level=info msg="Executing migration" id="teams permissions migration" 2024-03-30T04:50:53.790 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.681683101Z level=info msg="Executing migration" id="dashboard permissions" 2024-03-30T04:50:53.790 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.707008992Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-03-30T04:50:53.791 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.732221855Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-03-30T04:50:53.791 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.757431696Z level=info msg="Executing migration" id="alerting notification permissions" 2024-03-30T04:50:53.791 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.799341399Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-03-30T04:50:54.059 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.824724595Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-03-30T04:50:54.059 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.849948204Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-03-30T04:50:54.059 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.875156412Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-03-30T04:50:54.059 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.900430942Z level=info msg="Executing migration" id="create correlation table v1" 2024-03-30T04:50:54.059 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.942521103Z level=info msg="Executing migration" id="add index correlations.uid" 2024-03-30T04:50:54.059 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.968023492Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-03-30T04:50:54.059 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:53 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:53.9931442Z level=info msg="Executing migration" id="add correlation config column" 2024-03-30T04:50:54.060 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.018430035Z level=info msg="Executing migration" id="create entity_events table" 2024-03-30T04:50:54.060 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.043562937Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-03-30T04:50:54.060 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.068762505Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:50:54.060 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.068950742Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:50:54.328 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.110674728Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.110848228Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.136160433Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.161363158Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.186706925Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.22872758Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.254351252Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.295878048Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-30T04:50:54.329 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.337969944Z level=info msg="Executing migration" id="Drop public config table" 2024-03-30T04:50:54.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:50:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:50:53] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:50:54.598 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[44979]: cluster 2024-03-30T04:50:53.477731+0000 mgr.y (mgr.25390) 518 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:54.598 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.37999633Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-03-30T04:50:54.598 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.405030528Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-03-30T04:50:54.598 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.44719768Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-30T04:50:54.598 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.48901968Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-03-30T04:50:54.598 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.514498297Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-03-30T04:50:54.598 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.556732587Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-03-30T04:50:54.599 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.581764687Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-03-30T04:50:54.599 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.607281942Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-03-30T04:50:54.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:54 smithi194 bash[57237]: cluster 2024-03-30T04:50:53.477731+0000 mgr.y (mgr.25390) 518 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:54.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:54 smithi194 bash[55920]: cluster 2024-03-30T04:50:53.477731+0000 mgr.y (mgr.25390) 518 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.648932294Z level=info msg="Executing migration" id="add share column" 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.691026541Z level=info msg="Executing migration" id="create default alerting folders" 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.716278119Z level=info msg="Executing migration" id="create file table" 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.758226286Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.783499198Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.825431375Z level=info msg="Executing migration" id="create file_meta table" 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.850689371Z level=info msg="Executing migration" id="file table idx: path key" 2024-03-30T04:50:54.867 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.875986024Z level=info msg="Executing migration" id="set path collation in file table" 2024-03-30T04:50:55.153 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.901382511Z level=info msg="Executing migration" id="managed permissions migration" 2024-03-30T04:50:55.153 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.926751228Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-03-30T04:50:55.153 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.951975741Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-03-30T04:50:55.153 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.968839714Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-03-30T04:50:55.153 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:54 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:54.985776944Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-03-30T04:50:55.153 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.027755953Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-03-30T04:50:55.154 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.069717769Z level=info msg="Executing migration" id="update group index for alert rules" 2024-03-30T04:50:55.154 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.094911151Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-03-30T04:50:55.154 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.120197185Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-03-30T04:50:55.154 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.162184553Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-03-30T04:50:55.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.20416579Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-03-30T04:50:55.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.229477449Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-03-30T04:50:55.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.271348017Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-03-30T04:50:55.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.338306571Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-03-30T04:50:55.438 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.363580693Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-03-30T04:50:55.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.388827429Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-03-30T04:50:55.439 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.447564862Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-03-30T04:50:55.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.472613102Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-03-30T04:50:55.695 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.514631381Z level=info msg="Executing migration" id="create folder table" 2024-03-30T04:50:55.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.556549899Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-03-30T04:50:55.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.581737311Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-03-30T04:50:55.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.60712853Z level=info msg="Executing migration" id="Update folder title length" 2024-03-30T04:50:55.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.648948385Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-03-30T04:50:55.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=migrator t=2024-03-30T04:50:55.690864534Z level=info msg="migrations completed" performed=105 skipped=376 duration=3.48063848s 2024-03-30T04:50:55.696 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=sqlstore t=2024-03-30T04:50:55.691540665Z level=info msg="Created default organization" 2024-03-30T04:50:56.197 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=plugin.finder t=2024-03-30T04:50:55.765066515Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-03-30T04:50:56.198 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=secrets t=2024-03-30T04:50:55.765275412Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-03-30T04:50:56.198 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=query_data t=2024-03-30T04:50:55.770156671Z level=info msg="Query Service initialization" 2024-03-30T04:50:56.198 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:55 smithi196 bash[66399]: logger=live.push_http t=2024-03-30T04:50:55.776634332Z level=info msg="Live Push Gateway initialization" 2024-03-30T04:50:56.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=infra.usagestats.collector t=2024-03-30T04:50:56.694591589Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-03-30T04:50:56.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=provisioning.datasources t=2024-03-30T04:50:56.726138975Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-03-30T04:50:56.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=provisioning.datasources t=2024-03-30T04:50:56.726158625Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-03-30T04:50:56.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=provisioning.datasources t=2024-03-30T04:50:56.726326542Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-30T04:50:56.800 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=provisioning.datasources t=2024-03-30T04:50:56.759870728Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-03-30T04:50:56.800 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[44979]: cluster 2024-03-30T04:50:55.478933+0000 mgr.y (mgr.25390) 519 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:56.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:56 smithi194 bash[55920]: cluster 2024-03-30T04:50:55.478933+0000 mgr.y (mgr.25390) 519 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:56.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:56 smithi194 bash[57237]: cluster 2024-03-30T04:50:55.478933+0000 mgr.y (mgr.25390) 519 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:57.195 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=provisioning.alerting t=2024-03-30T04:50:56.809061906Z level=info msg="starting to provision alerting" 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=provisioning.alerting t=2024-03-30T04:50:56.809093342Z level=info msg="finished to provision alerting" 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=ngalert.state.manager t=2024-03-30T04:50:56.809280516Z level=info msg="Warming state cache for startup" 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=grafanaStorageLogger t=2024-03-30T04:50:56.809455134Z level=info msg="storage starting" 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=ngalert.state.manager t=2024-03-30T04:50:56.809506899Z level=info msg="State cache has been initialized" states=0 duration=225.525µs 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=ticker t=2024-03-30T04:50:56.809797629Z level=info msg=starting first_tick=2024-03-30T04:51:00Z 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=ngalert.multiorg.alertmanager t=2024-03-30T04:50:56.809862922Z level=info msg="starting MultiOrg Alertmanager" 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=http.server t=2024-03-30T04:50:56.813812549Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=sqlstore.transactions t=2024-03-30T04:50:56.885286706Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-03-30T04:50:57.196 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:50:56 smithi196 bash[66399]: logger=sqlstore.transactions t=2024-03-30T04:50:56.92909834Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-03-30T04:50:58.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:58 smithi194 bash[55920]: audit 2024-03-30T04:50:57.003184+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:58.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:58 smithi194 bash[55920]: audit 2024-03-30T04:50:57.015575+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:58.333 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:58 smithi194 bash[55920]: cluster 2024-03-30T04:50:57.480145+0000 mgr.y (mgr.25390) 520 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:58.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:58 smithi194 bash[57237]: audit 2024-03-30T04:50:57.003184+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:58.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:58 smithi194 bash[57237]: audit 2024-03-30T04:50:57.015575+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:58.333 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:58 smithi194 bash[57237]: cluster 2024-03-30T04:50:57.480145+0000 mgr.y (mgr.25390) 520 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:58.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:58 smithi196 bash[44979]: audit 2024-03-30T04:50:57.003184+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:58.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:58 smithi196 bash[44979]: audit 2024-03-30T04:50:57.015575+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:58.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:58 smithi196 bash[44979]: cluster 2024-03-30T04:50:57.480145+0000 mgr.y (mgr.25390) 520 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:50:59.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:59 smithi196 bash[44979]: audit 2024-03-30T04:50:58.180600+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:59.446 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:50:59 smithi196 bash[44979]: audit 2024-03-30T04:50:58.192576+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:59.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:59 smithi194 bash[55920]: audit 2024-03-30T04:50:58.180600+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:59.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:50:59 smithi194 bash[55920]: audit 2024-03-30T04:50:58.192576+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:59 smithi194 bash[57237]: audit 2024-03-30T04:50:58.180600+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:50:59.583 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:50:59 smithi194 bash[57237]: audit 2024-03-30T04:50:58.192576+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:00.445 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:00 smithi196 bash[44979]: cluster 2024-03-30T04:50:59.481379+0000 mgr.y (mgr.25390) 521 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:00 smithi194 bash[57237]: cluster 2024-03-30T04:50:59.481379+0000 mgr.y (mgr.25390) 521 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:00.583 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:00 smithi194 bash[55920]: cluster 2024-03-30T04:50:59.481379+0000 mgr.y (mgr.25390) 521 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:02.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:02 smithi194 bash[57237]: cluster 2024-03-30T04:51:01.482584+0000 mgr.y (mgr.25390) 522 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:02.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:02 smithi194 bash[57237]: audit 2024-03-30T04:51:01.674254+0000 mgr.y (mgr.25390) 523 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:02.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:02 smithi194 bash[55920]: cluster 2024-03-30T04:51:01.482584+0000 mgr.y (mgr.25390) 522 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:02.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:02 smithi194 bash[55920]: audit 2024-03-30T04:51:01.674254+0000 mgr.y (mgr.25390) 523 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:02.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:02 smithi196 bash[44979]: cluster 2024-03-30T04:51:01.482584+0000 mgr.y (mgr.25390) 522 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:02.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:02 smithi196 bash[44979]: audit 2024-03-30T04:51:01.674254+0000 mgr.y (mgr.25390) 523 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:04.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:51:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:51:03] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:51:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:04 smithi194 bash[57237]: cluster 2024-03-30T04:51:03.483808+0000 mgr.y (mgr.25390) 524 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:04.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:04 smithi194 bash[57237]: audit 2024-03-30T04:51:04.142242+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:04.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:04 smithi194 bash[55920]: cluster 2024-03-30T04:51:03.483808+0000 mgr.y (mgr.25390) 524 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:04.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:04 smithi194 bash[55920]: audit 2024-03-30T04:51:04.142242+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:04.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:04 smithi196 bash[44979]: cluster 2024-03-30T04:51:03.483808+0000 mgr.y (mgr.25390) 524 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:04.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:04 smithi196 bash[44979]: audit 2024-03-30T04:51:04.142242+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:06.513 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:51:06.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:06 smithi194 bash[57237]: cluster 2024-03-30T04:51:05.485073+0000 mgr.y (mgr.25390) 525 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:06.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:06 smithi194 bash[55920]: cluster 2024-03-30T04:51:05.485073+0000 mgr.y (mgr.25390) 525 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:06.945 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:06 smithi196 bash[44979]: cluster 2024-03-30T04:51:05.485073+0000 mgr.y (mgr.25390) 525 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (40s) 34s ago 17m 13.7M - 0.25.0 c8568f914cd2 42a9d67d780c 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (16s) 10s ago 17m 25.7M - 9.4.12 2bacad6d85d8 84284fe5587e 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (118s) 34s ago 15m 42.8M - 3.7 3714003597ec 8e88391440cf 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (9m) 10s ago 23m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (10m) 34s ago 25m 506M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (8m) 34s ago 25m 67.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (7m) 10s ago 23m 45.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (8m) 34s ago 23m 47.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:51:07.244 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (94s) 34s ago 18m 7944k - 1.5.0 0da6a335fe13 14b6c6a857f0 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (89s) 10s ago 18m 7444k - 1.5.0 0da6a335fe13 d16919a091e2 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (6m) 34s ago 23m 60.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (6m) 34s ago 22m 69.3M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (5m) 34s ago 22m 53.9M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (5m) 34s ago 21m 60.2M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (4m) 10s ago 20m 62.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (4m) 10s ago 20m 61.6M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (3m) 10s ago 19m 53.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (3m) 10s ago 19m 60.3M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (65s) 10s ago 18m 52.2M - 2.43.0 a07b618ecd1d feaef255fce4 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (2m) 34s ago 16m 90.4M - 19.0.0-2493-gd82c9aa1 3714003597ec a21e3ede2b2a 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (2m) 10s ago 16m 90.5M - 19.0.0-2493-gd82c9aa1 3714003597ec 997ec43c2ef8 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (2m) 34s ago 16m 90.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 9564745b37fc 2024-03-30T04:51:07.245 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (2m) 10s ago 16m 90.6M - 19.0.0-2493-gd82c9aa1 3714003597ec d39200195200 2024-03-30T04:51:07.678 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:51:07.679 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:51:07.680 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:51:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:07 smithi194 bash[55920]: audit 2024-03-30T04:51:06.505365+0000 mgr.y (mgr.25390) 526 : audit [DBG] from='client.44848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:07 smithi194 bash[55920]: audit 2024-03-30T04:51:06.880685+0000 mgr.y (mgr.25390) 527 : audit [DBG] from='client.34917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:07 smithi194 bash[57237]: audit 2024-03-30T04:51:06.505365+0000 mgr.y (mgr.25390) 526 : audit [DBG] from='client.44848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:07 smithi194 bash[57237]: audit 2024-03-30T04:51:06.880685+0000 mgr.y (mgr.25390) 527 : audit [DBG] from='client.34917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:07 smithi196 bash[44979]: audit 2024-03-30T04:51:06.505365+0000 mgr.y (mgr.25390) 526 : audit [DBG] from='client.44848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:07 smithi196 bash[44979]: audit 2024-03-30T04:51:06.880685+0000 mgr.y (mgr.25390) 527 : audit [DBG] from='client.34917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": true, 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [ 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "mon", 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "iscsi", 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "osd", 2024-03-30T04:51:08.060 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw", 2024-03-30T04:51:08.061 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr" 2024-03-30T04:51:08.061 INFO:teuthology.orchestra.run.smithi194.stdout: ], 2024-03-30T04:51:08.061 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:51:08.061 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "Currently upgrading grafana daemons", 2024-03-30T04:51:08.061 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:51:08.061 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:51:08.541 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:51:08.541 INFO:teuthology.orchestra.run.smithi194.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:51:08.542 INFO:teuthology.orchestra.run.smithi194.stdout: daemon grafana.a on smithi196 is in error state 2024-03-30T04:51:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:07.218283+0000 mgr.y (mgr.25390) 528 : audit [DBG] from='client.44860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: cluster 2024-03-30T04:51:07.486252+0000 mgr.y (mgr.25390) 529 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:07.685256+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.194:0/1324211078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.065624+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.074275+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.075644+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.076575+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.082957+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.143259+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.150713+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.153518+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.155129+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.156289+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.158394+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.160866+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.162518+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.163824+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.165464+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.167060+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:07.218283+0000 mgr.y (mgr.25390) 528 : audit [DBG] from='client.44860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: cluster 2024-03-30T04:51:07.486252+0000 mgr.y (mgr.25390) 529 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:07.685256+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.194:0/1324211078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.065624+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.074275+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.075644+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.076575+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.835 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.082957+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.143259+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.150713+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.153518+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.155129+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.156289+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.158394+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.160866+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.162518+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.163824+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.165464+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.836 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.167060+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.168764+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.170397+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.172169+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.174145+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.175638+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.177119+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.178554+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.179891+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.181214+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.837 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.187310+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.189943+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.195521+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.197601+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.204215+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.205856+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.213013+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.214899+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.221661+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:51:08.838 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.168764+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.170397+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.172169+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.174145+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.175638+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.177119+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.178554+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.179891+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.181214+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.187310+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.189943+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.195521+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:51:08.839 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.197601+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.204215+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:51:08.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.205856+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:51:08.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.213013+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:51:08.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.214899+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:51:08.840 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.221661+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:51:08.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.223839+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:51:08.840 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.230563+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.233228+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.255617+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.258436+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.271328+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.273229+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.273960+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.281915+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.284201+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.289864+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.291654+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.301368+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.303181+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:51:08.841 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.312183+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.314068+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.314747+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.315387+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.316051+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.316695+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.317382+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.318394+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.323458+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.324040+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.325490+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.326182+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.842 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.333076+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.398022+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.400289+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.401263+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.409694+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[57237]: audit 2024-03-30T04:51:08.548193+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.194:0/1853057080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.223839+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.230563+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:51:08.843 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.233228+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.255617+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.258436+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.271328+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.273229+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.273960+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.281915+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.284201+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.289864+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.291654+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.301368+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.303181+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:51:08.844 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.312183+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.314068+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.314747+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.315387+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.316051+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.316695+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.317382+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.318394+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.323458+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.324040+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.325490+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.326182+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.845 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.333076+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.846 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.398022+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.846 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.400289+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.846 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.401263+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.846 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.409694+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.846 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:08 smithi194 bash[55920]: audit 2024-03-30T04:51:08.548193+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.194:0/1853057080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:08.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:07.218283+0000 mgr.y (mgr.25390) 528 : audit [DBG] from='client.44860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: cluster 2024-03-30T04:51:07.486252+0000 mgr.y (mgr.25390) 529 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:07.685256+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.194:0/1324211078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.065624+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.074275+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.075644+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.076575+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.082957+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.143259+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.150713+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.153518+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.155129+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.156289+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.158394+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.160866+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.162518+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.163824+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.165464+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.167060+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.168764+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.170397+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.948 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.172169+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.174145+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.175638+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.177119+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.178554+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.179891+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.181214+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.187310+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.189943+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.195521+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.197601+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.204215+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.205856+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.213013+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:51:08.949 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.214899+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.221661+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.223839+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.230563+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.233228+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.255617+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.258436+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.271328+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.273229+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.273960+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.281915+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.284201+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.289864+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:51:08.950 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.291654+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:51:08.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.301368+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:51:08.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.303181+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:51:08.951 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.312183+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.314068+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.314747+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.315387+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.316051+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.316695+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.317382+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.318394+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.323458+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.324040+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.325490+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.326182+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.952 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.333076+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.398022+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.400289+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.401263+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.409694+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:08.953 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:08 smithi196 bash[44979]: audit 2024-03-30T04:51:08.548193+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.194:0/1853057080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:09.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: audit 2024-03-30T04:51:08.066444+0000 mgr.y (mgr.25390) 530 : audit [DBG] from='client.44872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: cluster 2024-03-30T04:51:08.078149+0000 mgr.y (mgr.25390) 531 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: audit 2024-03-30T04:51:08.143935+0000 mgr.y (mgr.25390) 532 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: cephadm 2024-03-30T04:51:08.181951+0000 mgr.y (mgr.25390) 533 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: cephadm 2024-03-30T04:51:08.317911+0000 mgr.y (mgr.25390) 534 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: cluster 2024-03-30T04:51:09.071369+0000 mon.a (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: cluster 2024-03-30T04:51:09.071425+0000 mon.a (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[55920]: audit 2024-03-30T04:51:09.496268+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: audit 2024-03-30T04:51:08.066444+0000 mgr.y (mgr.25390) 530 : audit [DBG] from='client.44872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: cluster 2024-03-30T04:51:08.078149+0000 mgr.y (mgr.25390) 531 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:09.833 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: audit 2024-03-30T04:51:08.143935+0000 mgr.y (mgr.25390) 532 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:09.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: cephadm 2024-03-30T04:51:08.181951+0000 mgr.y (mgr.25390) 533 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:51:09.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: cephadm 2024-03-30T04:51:08.317911+0000 mgr.y (mgr.25390) 534 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:51:09.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: cluster 2024-03-30T04:51:09.071369+0000 mon.a (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:09.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: cluster 2024-03-30T04:51:09.071425+0000 mon.a (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:09.834 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:09 smithi194 bash[57237]: audit 2024-03-30T04:51:09.496268+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: audit 2024-03-30T04:51:08.066444+0000 mgr.y (mgr.25390) 530 : audit [DBG] from='client.44872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: cluster 2024-03-30T04:51:08.078149+0000 mgr.y (mgr.25390) 531 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: audit 2024-03-30T04:51:08.143935+0000 mgr.y (mgr.25390) 532 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: cephadm 2024-03-30T04:51:08.181951+0000 mgr.y (mgr.25390) 533 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: cephadm 2024-03-30T04:51:08.317911+0000 mgr.y (mgr.25390) 534 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: cluster 2024-03-30T04:51:09.071369+0000 mon.a (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: cluster 2024-03-30T04:51:09.071425+0000 mon.a (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:09.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:09 smithi196 bash[44979]: audit 2024-03-30T04:51:09.496268+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:11.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:11 smithi194 bash[57237]: cluster 2024-03-30T04:51:10.079452+0000 mgr.y (mgr.25390) 535 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:11.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:11 smithi194 bash[55920]: cluster 2024-03-30T04:51:10.079452+0000 mgr.y (mgr.25390) 535 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:11.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:11 smithi196 bash[44979]: cluster 2024-03-30T04:51:10.079452+0000 mgr.y (mgr.25390) 535 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:12.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:12 smithi194 bash[57237]: audit 2024-03-30T04:51:11.683598+0000 mgr.y (mgr.25390) 536 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:12.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:12 smithi194 bash[55920]: audit 2024-03-30T04:51:11.683598+0000 mgr.y (mgr.25390) 536 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:12.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:12 smithi196 bash[44979]: audit 2024-03-30T04:51:11.683598+0000 mgr.y (mgr.25390) 536 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:13.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:13 smithi194 bash[55920]: cluster 2024-03-30T04:51:12.080649+0000 mgr.y (mgr.25390) 537 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:13.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:13 smithi194 bash[57237]: cluster 2024-03-30T04:51:12.080649+0000 mgr.y (mgr.25390) 537 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:13.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:13 smithi196 bash[44979]: cluster 2024-03-30T04:51:12.080649+0000 mgr.y (mgr.25390) 537 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:14.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:51:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:51:13] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:51:15.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:15 smithi194 bash[55920]: cluster 2024-03-30T04:51:14.081910+0000 mgr.y (mgr.25390) 538 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:51:15.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:15 smithi194 bash[57237]: cluster 2024-03-30T04:51:14.081910+0000 mgr.y (mgr.25390) 538 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:51:15.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:15 smithi196 bash[44979]: cluster 2024-03-30T04:51:14.081910+0000 mgr.y (mgr.25390) 538 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:51:17.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:17 smithi194 bash[55920]: cluster 2024-03-30T04:51:16.082963+0000 mgr.y (mgr.25390) 539 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:17.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:17 smithi194 bash[57237]: cluster 2024-03-30T04:51:16.082963+0000 mgr.y (mgr.25390) 539 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:17.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:17 smithi196 bash[44979]: cluster 2024-03-30T04:51:16.082963+0000 mgr.y (mgr.25390) 539 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:19 smithi196 bash[44979]: cluster 2024-03-30T04:51:18.083936+0000 mgr.y (mgr.25390) 540 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:19 smithi196 bash[44979]: audit 2024-03-30T04:51:19.149052+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:19.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:19 smithi196 bash[44979]: audit 2024-03-30T04:51:19.151284+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:19 smithi194 bash[55920]: cluster 2024-03-30T04:51:18.083936+0000 mgr.y (mgr.25390) 540 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:19 smithi194 bash[55920]: audit 2024-03-30T04:51:19.149052+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:19 smithi194 bash[55920]: audit 2024-03-30T04:51:19.151284+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:20.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:19 smithi194 bash[57237]: cluster 2024-03-30T04:51:18.083936+0000 mgr.y (mgr.25390) 540 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-03-30T04:51:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:19 smithi194 bash[57237]: audit 2024-03-30T04:51:19.149052+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:51:20.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:19 smithi194 bash[57237]: audit 2024-03-30T04:51:19.151284+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:21.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:21 smithi196 bash[44979]: cluster 2024-03-30T04:51:20.085249+0000 mgr.y (mgr.25390) 541 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:22.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:21 smithi194 bash[57237]: cluster 2024-03-30T04:51:20.085249+0000 mgr.y (mgr.25390) 541 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:21 smithi194 bash[55920]: cluster 2024-03-30T04:51:20.085249+0000 mgr.y (mgr.25390) 541 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:22.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:22 smithi196 bash[44979]: audit 2024-03-30T04:51:21.694859+0000 mgr.y (mgr.25390) 542 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:23.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:22 smithi194 bash[57237]: audit 2024-03-30T04:51:21.694859+0000 mgr.y (mgr.25390) 542 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:23.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:22 smithi194 bash[55920]: audit 2024-03-30T04:51:21.694859+0000 mgr.y (mgr.25390) 542 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:23.929 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:23 smithi194 bash[55920]: cluster 2024-03-30T04:51:22.086446+0000 mgr.y (mgr.25390) 543 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:23.930 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:23 smithi194 bash[57237]: cluster 2024-03-30T04:51:22.086446+0000 mgr.y (mgr.25390) 543 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:23.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:23 smithi196 bash[44979]: cluster 2024-03-30T04:51:22.086446+0000 mgr.y (mgr.25390) 543 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:24.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:51:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:51:23] "GET /metrics HTTP/1.1" 200 38703 "" "Prometheus/2.43.0" 2024-03-30T04:51:25.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:25 smithi196 bash[44979]: cluster 2024-03-30T04:51:24.087661+0000 mgr.y (mgr.25390) 544 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:26.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:25 smithi194 bash[55920]: cluster 2024-03-30T04:51:24.087661+0000 mgr.y (mgr.25390) 544 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:25 smithi194 bash[57237]: cluster 2024-03-30T04:51:24.087661+0000 mgr.y (mgr.25390) 544 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:27.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:27 smithi196 bash[44979]: cluster 2024-03-30T04:51:26.088704+0000 mgr.y (mgr.25390) 545 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:28.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:27 smithi194 bash[55920]: cluster 2024-03-30T04:51:26.088704+0000 mgr.y (mgr.25390) 545 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:28.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:27 smithi194 bash[57237]: cluster 2024-03-30T04:51:26.088704+0000 mgr.y (mgr.25390) 545 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:29.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:29 smithi196 bash[44979]: cluster 2024-03-30T04:51:28.089701+0000 mgr.y (mgr.25390) 546 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:30.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:29 smithi194 bash[55920]: cluster 2024-03-30T04:51:28.089701+0000 mgr.y (mgr.25390) 546 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:30.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:29 smithi194 bash[57237]: cluster 2024-03-30T04:51:28.089701+0000 mgr.y (mgr.25390) 546 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:31.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:31 smithi196 bash[44979]: cluster 2024-03-30T04:51:30.091031+0000 mgr.y (mgr.25390) 547 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:32.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:31 smithi194 bash[57237]: cluster 2024-03-30T04:51:30.091031+0000 mgr.y (mgr.25390) 547 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:32.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:31 smithi194 bash[55920]: cluster 2024-03-30T04:51:30.091031+0000 mgr.y (mgr.25390) 547 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:32.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:32 smithi196 bash[44979]: audit 2024-03-30T04:51:31.704356+0000 mgr.y (mgr.25390) 548 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:33.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:32 smithi194 bash[55920]: audit 2024-03-30T04:51:31.704356+0000 mgr.y (mgr.25390) 548 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:33.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:32 smithi194 bash[57237]: audit 2024-03-30T04:51:31.704356+0000 mgr.y (mgr.25390) 548 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:33.930 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:33 smithi194 bash[55920]: cluster 2024-03-30T04:51:32.092271+0000 mgr.y (mgr.25390) 549 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:33.930 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:33 smithi194 bash[57237]: cluster 2024-03-30T04:51:32.092271+0000 mgr.y (mgr.25390) 549 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:33.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:33 smithi196 bash[44979]: cluster 2024-03-30T04:51:32.092271+0000 mgr.y (mgr.25390) 549 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:34.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:51:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:51:33] "GET /metrics HTTP/1.1" 200 38703 "" "Prometheus/2.43.0" 2024-03-30T04:51:34.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:34 smithi196 bash[44979]: audit 2024-03-30T04:51:34.142928+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:35.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:34 smithi194 bash[55920]: audit 2024-03-30T04:51:34.142928+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:35.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:34 smithi194 bash[57237]: audit 2024-03-30T04:51:34.142928+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:35.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:35 smithi196 bash[44979]: cluster 2024-03-30T04:51:34.093524+0000 mgr.y (mgr.25390) 550 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:36.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:35 smithi194 bash[55920]: cluster 2024-03-30T04:51:34.093524+0000 mgr.y (mgr.25390) 550 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:36.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:35 smithi194 bash[57237]: cluster 2024-03-30T04:51:34.093524+0000 mgr.y (mgr.25390) 550 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:37.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:37 smithi196 bash[44979]: cluster 2024-03-30T04:51:36.094578+0000 mgr.y (mgr.25390) 551 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:38.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:37 smithi194 bash[55920]: cluster 2024-03-30T04:51:36.094578+0000 mgr.y (mgr.25390) 551 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:38.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:37 smithi194 bash[57237]: cluster 2024-03-30T04:51:36.094578+0000 mgr.y (mgr.25390) 551 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:39.694 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ps' 2024-03-30T04:51:39.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:39 smithi196 bash[44979]: cluster 2024-03-30T04:51:38.095631+0000 mgr.y (mgr.25390) 552 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:40.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:39 smithi194 bash[55920]: cluster 2024-03-30T04:51:38.095631+0000 mgr.y (mgr.25390) 552 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:40.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:39 smithi194 bash[57237]: cluster 2024-03-30T04:51:38.095631+0000 mgr.y (mgr.25390) 552 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:40.937 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:40 smithi194 bash[55920]: audit 2024-03-30T04:51:38.926001+0000 mgr.y (mgr.25390) 553 : audit [DBG] from='client.44884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:40.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:40 smithi194 bash[57237]: audit 2024-03-30T04:51:38.926001+0000 mgr.y (mgr.25390) 553 : audit [DBG] from='client.44884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:40.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:40 smithi196 bash[44979]: audit 2024-03-30T04:51:38.926001+0000 mgr.y (mgr.25390) 553 : audit [DBG] from='client.44884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:41.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:41 smithi196 bash[44979]: cluster 2024-03-30T04:51:40.096978+0000 mgr.y (mgr.25390) 554 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:42.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:41 smithi194 bash[57237]: cluster 2024-03-30T04:51:40.096978+0000 mgr.y (mgr.25390) 554 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:41 smithi194 bash[55920]: cluster 2024-03-30T04:51:40.096978+0000 mgr.y (mgr.25390) 554 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:42.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:42 smithi196 bash[44979]: audit 2024-03-30T04:51:41.713305+0000 mgr.y (mgr.25390) 555 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:43.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:42 smithi194 bash[55920]: audit 2024-03-30T04:51:41.713305+0000 mgr.y (mgr.25390) 555 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:43.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:42 smithi194 bash[57237]: audit 2024-03-30T04:51:41.713305+0000 mgr.y (mgr.25390) 555 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:43.187 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (76s) 70s ago 18m 13.7M - 0.25.0 c8568f914cd2 42a9d67d780c 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (52s) 46s ago 18m 25.7M - 9.4.12 2bacad6d85d8 84284fe5587e 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (2m) 70s ago 16m 42.8M - 3.7 3714003597ec 8e88391440cf 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (9m) 46s ago 24m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (10m) 70s ago 26m 506M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (9m) 70s ago 26m 67.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (8m) 46s ago 24m 45.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (8m) 70s ago 24m 47.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (2m) 70s ago 18m 7944k - 1.5.0 0da6a335fe13 14b6c6a857f0 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (2m) 46s ago 18m 7444k - 1.5.0 0da6a335fe13 d16919a091e2 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (7m) 70s ago 23m 60.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (6m) 70s ago 23m 69.3M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:51:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (6m) 70s ago 22m 53.9M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (5m) 70s ago 22m 60.2M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (5m) 46s ago 21m 62.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (4m) 46s ago 20m 61.6M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (4m) 46s ago 20m 53.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (3m) 46s ago 19m 60.3M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (101s) 46s ago 18m 52.2M - 2.43.0 a07b618ecd1d feaef255fce4 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (3m) 70s ago 16m 90.4M - 19.0.0-2493-gd82c9aa1 3714003597ec a21e3ede2b2a 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (3m) 46s ago 16m 90.5M - 19.0.0-2493-gd82c9aa1 3714003597ec 997ec43c2ef8 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (3m) 70s ago 16m 90.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 9564745b37fc 2024-03-30T04:51:43.189 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (3m) 46s ago 16m 90.6M - 19.0.0-2493-gd82c9aa1 3714003597ec d39200195200 2024-03-30T04:51:43.929 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:43 smithi194 bash[57237]: cluster 2024-03-30T04:51:42.098235+0000 mgr.y (mgr.25390) 556 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:43.929 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:43 smithi194 bash[55920]: cluster 2024-03-30T04:51:42.098235+0000 mgr.y (mgr.25390) 556 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:43.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:43 smithi196 bash[44979]: cluster 2024-03-30T04:51:42.098235+0000 mgr.y (mgr.25390) 556 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:44.039 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions' 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:51:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:51:43] "GET /metrics HTTP/1.1" 200 38701 "" "Prometheus/2.43.0" 2024-03-30T04:51:44.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:44 smithi196 bash[44979]: audit 2024-03-30T04:51:43.148495+0000 mgr.y (mgr.25390) 557 : audit [DBG] from='client.34950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:45.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:44 smithi194 bash[55920]: audit 2024-03-30T04:51:43.148495+0000 mgr.y (mgr.25390) 557 : audit [DBG] from='client.34950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:45.085 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:44 smithi194 bash[57237]: audit 2024-03-30T04:51:43.148495+0000 mgr.y (mgr.25390) 557 : audit [DBG] from='client.34950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:45.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:45 smithi194 bash[55920]: cluster 2024-03-30T04:51:44.099051+0000 mgr.y (mgr.25390) 558 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:45.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:45 smithi194 bash[57237]: cluster 2024-03-30T04:51:44.099051+0000 mgr.y (mgr.25390) 558 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:45.946 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:45 smithi196 bash[44979]: cluster 2024-03-30T04:51:44.099051+0000 mgr.y (mgr.25390) 558 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:47.509 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:51:47.510 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:51:47.511 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:51:47.511 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:51:47.511 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:51:47.511 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:51:47.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:47 smithi194 bash[57237]: cluster 2024-03-30T04:51:46.099856+0000 mgr.y (mgr.25390) 559 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:47.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:47 smithi194 bash[57237]: audit 2024-03-30T04:51:47.516308+0000 mon.a (mon.0) 972 : audit [DBG] from='client.? 172.21.15.194:0/426730637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:47.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:47 smithi194 bash[55920]: cluster 2024-03-30T04:51:46.099856+0000 mgr.y (mgr.25390) 559 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:47.833 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:47 smithi194 bash[55920]: audit 2024-03-30T04:51:47.516308+0000 mon.a (mon.0) 972 : audit [DBG] from='client.? 172.21.15.194:0/426730637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:47 smithi196 bash[44979]: cluster 2024-03-30T04:51:46.099856+0000 mgr.y (mgr.25390) 559 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:47.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:47 smithi196 bash[44979]: audit 2024-03-30T04:51:47.516308+0000 mon.a (mon.0) 972 : audit [DBG] from='client.? 172.21.15.194:0/426730637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:48.269 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-03-30T04:51:49.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:49 smithi196 bash[44979]: cluster 2024-03-30T04:51:48.100770+0000 mgr.y (mgr.25390) 560 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:49.947 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:49 smithi196 bash[44979]: audit 2024-03-30T04:51:49.143598+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:50.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:49 smithi194 bash[55920]: cluster 2024-03-30T04:51:48.100770+0000 mgr.y (mgr.25390) 560 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:50.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:49 smithi194 bash[55920]: audit 2024-03-30T04:51:49.143598+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:50.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:49 smithi194 bash[57237]: cluster 2024-03-30T04:51:48.100770+0000 mgr.y (mgr.25390) 560 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:50.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:49 smithi194 bash[57237]: audit 2024-03-30T04:51:49.143598+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:51.232 INFO:teuthology.orchestra.run.smithi194.stdout:wait for servicemap items w/ changing names to refresh 2024-03-30T04:51:51.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:51 smithi194 bash[55920]: cluster 2024-03-30T04:51:50.102116+0000 mgr.y (mgr.25390) 561 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:51.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:51 smithi194 bash[57237]: cluster 2024-03-30T04:51:50.102116+0000 mgr.y (mgr.25390) 561 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:52.032 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'sleep 60' 2024-03-30T04:51:52.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:51 smithi196 bash[44979]: cluster 2024-03-30T04:51:50.102116+0000 mgr.y (mgr.25390) 561 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:53.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:52 smithi194 bash[55920]: audit 2024-03-30T04:51:51.724223+0000 mgr.y (mgr.25390) 562 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:53.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:52 smithi194 bash[57237]: audit 2024-03-30T04:51:51.724223+0000 mgr.y (mgr.25390) 562 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:53.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:52 smithi196 bash[44979]: audit 2024-03-30T04:51:51.724223+0000 mgr.y (mgr.25390) 562 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:53.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:53 smithi194 bash[57237]: cluster 2024-03-30T04:51:52.103309+0000 mgr.y (mgr.25390) 563 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:53.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:53 smithi194 bash[55920]: cluster 2024-03-30T04:51:52.103309+0000 mgr.y (mgr.25390) 563 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:54.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:53 smithi196 bash[44979]: cluster 2024-03-30T04:51:52.103309+0000 mgr.y (mgr.25390) 563 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:54.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:51:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:51:53] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:51:56.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:55 smithi194 bash[55920]: cluster 2024-03-30T04:51:54.104248+0000 mgr.y (mgr.25390) 564 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:56.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:55 smithi194 bash[57237]: cluster 2024-03-30T04:51:54.104248+0000 mgr.y (mgr.25390) 564 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:56.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:55 smithi196 bash[44979]: cluster 2024-03-30T04:51:54.104248+0000 mgr.y (mgr.25390) 564 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:58.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:57 smithi194 bash[55920]: cluster 2024-03-30T04:51:56.105349+0000 mgr.y (mgr.25390) 565 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:58.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:57 smithi194 bash[57237]: cluster 2024-03-30T04:51:56.105349+0000 mgr.y (mgr.25390) 565 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:51:58.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:57 smithi196 bash[44979]: cluster 2024-03-30T04:51:56.105349+0000 mgr.y (mgr.25390) 565 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:00.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:51:59 smithi194 bash[57237]: cluster 2024-03-30T04:51:58.106362+0000 mgr.y (mgr.25390) 566 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:00.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:51:59 smithi194 bash[55920]: cluster 2024-03-30T04:51:58.106362+0000 mgr.y (mgr.25390) 566 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:00.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:51:59 smithi196 bash[44979]: cluster 2024-03-30T04:51:58.106362+0000 mgr.y (mgr.25390) 566 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:02.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:01 smithi194 bash[55920]: cluster 2024-03-30T04:52:00.107685+0000 mgr.y (mgr.25390) 567 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:02.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:01 smithi194 bash[57237]: cluster 2024-03-30T04:52:00.107685+0000 mgr.y (mgr.25390) 567 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:01 smithi196 bash[44979]: cluster 2024-03-30T04:52:00.107685+0000 mgr.y (mgr.25390) 567 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:03.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:02 smithi194 bash[55920]: audit 2024-03-30T04:52:01.732361+0000 mgr.y (mgr.25390) 568 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:03.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:02 smithi194 bash[57237]: audit 2024-03-30T04:52:01.732361+0000 mgr.y (mgr.25390) 568 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:03.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:02 smithi196 bash[44979]: audit 2024-03-30T04:52:01.732361+0000 mgr.y (mgr.25390) 568 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:04.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:52:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:52:03] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:52:04.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:03 smithi194 bash[57237]: cluster 2024-03-30T04:52:02.108842+0000 mgr.y (mgr.25390) 569 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:04.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:03 smithi194 bash[55920]: cluster 2024-03-30T04:52:02.108842+0000 mgr.y (mgr.25390) 569 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:04.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:03 smithi196 bash[44979]: cluster 2024-03-30T04:52:02.108842+0000 mgr.y (mgr.25390) 569 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:05.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:04 smithi194 bash[55920]: audit 2024-03-30T04:52:04.144238+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:05.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:04 smithi194 bash[57237]: audit 2024-03-30T04:52:04.144238+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:05.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:04 smithi196 bash[44979]: audit 2024-03-30T04:52:04.144238+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:06.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:05 smithi194 bash[55920]: cluster 2024-03-30T04:52:04.110083+0000 mgr.y (mgr.25390) 570 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:06.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:05 smithi194 bash[57237]: cluster 2024-03-30T04:52:04.110083+0000 mgr.y (mgr.25390) 570 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:06.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:05 smithi196 bash[44979]: cluster 2024-03-30T04:52:04.110083+0000 mgr.y (mgr.25390) 570 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:08.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:07 smithi194 bash[55920]: cluster 2024-03-30T04:52:06.111156+0000 mgr.y (mgr.25390) 571 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:08.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:07 smithi194 bash[57237]: cluster 2024-03-30T04:52:06.111156+0000 mgr.y (mgr.25390) 571 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:08.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:07 smithi196 bash[44979]: cluster 2024-03-30T04:52:06.111156+0000 mgr.y (mgr.25390) 571 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:09.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:08 smithi194 bash[57237]: audit 2024-03-30T04:52:08.460749+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:09.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:08 smithi194 bash[55920]: audit 2024-03-30T04:52:08.460749+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:09.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:08 smithi196 bash[44979]: audit 2024-03-30T04:52:08.460749+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:10.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[55920]: cluster 2024-03-30T04:52:08.112188+0000 mgr.y (mgr.25390) 572 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:10.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[55920]: audit 2024-03-30T04:52:09.191812+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:10.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[55920]: audit 2024-03-30T04:52:09.193596+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:10.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[55920]: audit 2024-03-30T04:52:09.204026+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:52:10.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[57237]: cluster 2024-03-30T04:52:08.112188+0000 mgr.y (mgr.25390) 572 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:10.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[57237]: audit 2024-03-30T04:52:09.191812+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:10.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[57237]: audit 2024-03-30T04:52:09.193596+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:10.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:09 smithi194 bash[57237]: audit 2024-03-30T04:52:09.204026+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:52:10.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:09 smithi196 bash[44979]: cluster 2024-03-30T04:52:08.112188+0000 mgr.y (mgr.25390) 572 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:10.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:09 smithi196 bash[44979]: audit 2024-03-30T04:52:09.191812+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:10.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:09 smithi196 bash[44979]: audit 2024-03-30T04:52:09.193596+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:10.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:09 smithi196 bash[44979]: audit 2024-03-30T04:52:09.204026+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:52:12.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:11 smithi194 bash[55920]: cluster 2024-03-30T04:52:10.113545+0000 mgr.y (mgr.25390) 573 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:12.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:11 smithi194 bash[57237]: cluster 2024-03-30T04:52:10.113545+0000 mgr.y (mgr.25390) 573 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:12.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:11 smithi196 bash[44979]: cluster 2024-03-30T04:52:10.113545+0000 mgr.y (mgr.25390) 573 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:13.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:12 smithi194 bash[55920]: audit 2024-03-30T04:52:11.741920+0000 mgr.y (mgr.25390) 574 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:13.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:12 smithi194 bash[57237]: audit 2024-03-30T04:52:11.741920+0000 mgr.y (mgr.25390) 574 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:13.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:12 smithi196 bash[44979]: audit 2024-03-30T04:52:11.741920+0000 mgr.y (mgr.25390) 574 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:14.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:52:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:52:13] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:52:14.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:13 smithi194 bash[57237]: cluster 2024-03-30T04:52:12.114687+0000 mgr.y (mgr.25390) 575 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:14.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:13 smithi194 bash[55920]: cluster 2024-03-30T04:52:12.114687+0000 mgr.y (mgr.25390) 575 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:14.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:13 smithi196 bash[44979]: cluster 2024-03-30T04:52:12.114687+0000 mgr.y (mgr.25390) 575 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:16.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:15 smithi194 bash[57237]: cluster 2024-03-30T04:52:14.115930+0000 mgr.y (mgr.25390) 576 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:16.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:15 smithi194 bash[55920]: cluster 2024-03-30T04:52:14.115930+0000 mgr.y (mgr.25390) 576 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:16.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:15 smithi196 bash[44979]: cluster 2024-03-30T04:52:14.115930+0000 mgr.y (mgr.25390) 576 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:18.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:17 smithi194 bash[55920]: cluster 2024-03-30T04:52:16.116946+0000 mgr.y (mgr.25390) 577 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:18.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:17 smithi194 bash[57237]: cluster 2024-03-30T04:52:16.116946+0000 mgr.y (mgr.25390) 577 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:18.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:17 smithi196 bash[44979]: cluster 2024-03-30T04:52:16.116946+0000 mgr.y (mgr.25390) 577 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:19 smithi194 bash[55920]: cluster 2024-03-30T04:52:18.117913+0000 mgr.y (mgr.25390) 578 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:20.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:19 smithi194 bash[55920]: audit 2024-03-30T04:52:19.144820+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:20.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:19 smithi194 bash[57237]: cluster 2024-03-30T04:52:18.117913+0000 mgr.y (mgr.25390) 578 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:20.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:19 smithi194 bash[57237]: audit 2024-03-30T04:52:19.144820+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:20.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:19 smithi196 bash[44979]: cluster 2024-03-30T04:52:18.117913+0000 mgr.y (mgr.25390) 578 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:20.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:19 smithi196 bash[44979]: audit 2024-03-30T04:52:19.144820+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:22.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:21 smithi194 bash[55920]: cluster 2024-03-30T04:52:20.119244+0000 mgr.y (mgr.25390) 579 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:22.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:21 smithi194 bash[57237]: cluster 2024-03-30T04:52:20.119244+0000 mgr.y (mgr.25390) 579 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:22.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:21 smithi196 bash[44979]: cluster 2024-03-30T04:52:20.119244+0000 mgr.y (mgr.25390) 579 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:23.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:22 smithi194 bash[55920]: audit 2024-03-30T04:52:21.752236+0000 mgr.y (mgr.25390) 580 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:23.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:22 smithi194 bash[57237]: audit 2024-03-30T04:52:21.752236+0000 mgr.y (mgr.25390) 580 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:23.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:22 smithi196 bash[44979]: audit 2024-03-30T04:52:21.752236+0000 mgr.y (mgr.25390) 580 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:24.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:23 smithi194 bash[55920]: cluster 2024-03-30T04:52:22.120446+0000 mgr.y (mgr.25390) 581 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:24.082 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:52:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:52:23] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:52:24.083 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:23 smithi194 bash[57237]: cluster 2024-03-30T04:52:22.120446+0000 mgr.y (mgr.25390) 581 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:24.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:23 smithi196 bash[44979]: cluster 2024-03-30T04:52:22.120446+0000 mgr.y (mgr.25390) 581 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:26.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:25 smithi194 bash[55920]: cluster 2024-03-30T04:52:24.121677+0000 mgr.y (mgr.25390) 582 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:26.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:25 smithi194 bash[57237]: cluster 2024-03-30T04:52:24.121677+0000 mgr.y (mgr.25390) 582 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:26.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:25 smithi196 bash[44979]: cluster 2024-03-30T04:52:24.121677+0000 mgr.y (mgr.25390) 582 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:28.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:27 smithi194 bash[55920]: cluster 2024-03-30T04:52:26.122788+0000 mgr.y (mgr.25390) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:28.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:27 smithi194 bash[57237]: cluster 2024-03-30T04:52:26.122788+0000 mgr.y (mgr.25390) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:28.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:27 smithi196 bash[44979]: cluster 2024-03-30T04:52:26.122788+0000 mgr.y (mgr.25390) 583 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:30.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:29 smithi194 bash[55920]: cluster 2024-03-30T04:52:28.123794+0000 mgr.y (mgr.25390) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:30.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:29 smithi194 bash[57237]: cluster 2024-03-30T04:52:28.123794+0000 mgr.y (mgr.25390) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:30.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:29 smithi196 bash[44979]: cluster 2024-03-30T04:52:28.123794+0000 mgr.y (mgr.25390) 584 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:32.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:31 smithi194 bash[55920]: cluster 2024-03-30T04:52:30.125081+0000 mgr.y (mgr.25390) 585 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:32.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:31 smithi194 bash[57237]: cluster 2024-03-30T04:52:30.125081+0000 mgr.y (mgr.25390) 585 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:32.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:31 smithi196 bash[44979]: cluster 2024-03-30T04:52:30.125081+0000 mgr.y (mgr.25390) 585 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:33.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:32 smithi196 bash[44979]: audit 2024-03-30T04:52:31.760355+0000 mgr.y (mgr.25390) 586 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:33.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:32 smithi194 bash[55920]: audit 2024-03-30T04:52:31.760355+0000 mgr.y (mgr.25390) 586 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:33.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:32 smithi194 bash[57237]: audit 2024-03-30T04:52:31.760355+0000 mgr.y (mgr.25390) 586 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:34.197 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:33 smithi196 bash[44979]: cluster 2024-03-30T04:52:32.126287+0000 mgr.y (mgr.25390) 587 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:34.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:33 smithi194 bash[55920]: cluster 2024-03-30T04:52:32.126287+0000 mgr.y (mgr.25390) 587 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:34.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:52:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:52:33] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:52:34.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:33 smithi194 bash[57237]: cluster 2024-03-30T04:52:32.126287+0000 mgr.y (mgr.25390) 587 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:35.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:34 smithi196 bash[44979]: audit 2024-03-30T04:52:34.145056+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:35.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:34 smithi194 bash[55920]: audit 2024-03-30T04:52:34.145056+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:35.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:34 smithi194 bash[57237]: audit 2024-03-30T04:52:34.145056+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:36.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:35 smithi196 bash[44979]: cluster 2024-03-30T04:52:34.127531+0000 mgr.y (mgr.25390) 588 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:36.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:35 smithi194 bash[55920]: cluster 2024-03-30T04:52:34.127531+0000 mgr.y (mgr.25390) 588 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:36.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:35 smithi194 bash[57237]: cluster 2024-03-30T04:52:34.127531+0000 mgr.y (mgr.25390) 588 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:38.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:37 smithi196 bash[44979]: cluster 2024-03-30T04:52:36.128649+0000 mgr.y (mgr.25390) 589 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:38.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:37 smithi194 bash[55920]: cluster 2024-03-30T04:52:36.128649+0000 mgr.y (mgr.25390) 589 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:38.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:37 smithi194 bash[57237]: cluster 2024-03-30T04:52:36.128649+0000 mgr.y (mgr.25390) 589 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:40.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:39 smithi196 bash[44979]: cluster 2024-03-30T04:52:38.129643+0000 mgr.y (mgr.25390) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:40.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:39 smithi194 bash[55920]: cluster 2024-03-30T04:52:38.129643+0000 mgr.y (mgr.25390) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:40.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:39 smithi194 bash[57237]: cluster 2024-03-30T04:52:38.129643+0000 mgr.y (mgr.25390) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:42.082 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:41 smithi194 bash[55920]: cluster 2024-03-30T04:52:40.131013+0000 mgr.y (mgr.25390) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:42.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:41 smithi194 bash[57237]: cluster 2024-03-30T04:52:40.131013+0000 mgr.y (mgr.25390) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:42.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:41 smithi196 bash[44979]: cluster 2024-03-30T04:52:40.131013+0000 mgr.y (mgr.25390) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:43.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:42 smithi196 bash[44979]: audit 2024-03-30T04:52:41.771340+0000 mgr.y (mgr.25390) 592 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:43.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:42 smithi194 bash[55920]: audit 2024-03-30T04:52:41.771340+0000 mgr.y (mgr.25390) 592 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:43.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:42 smithi194 bash[57237]: audit 2024-03-30T04:52:41.771340+0000 mgr.y (mgr.25390) 592 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:44.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:43 smithi196 bash[44979]: cluster 2024-03-30T04:52:42.132250+0000 mgr.y (mgr.25390) 593 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:44.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:43 smithi194 bash[55920]: cluster 2024-03-30T04:52:42.132250+0000 mgr.y (mgr.25390) 593 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:44.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:52:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:52:43] "GET /metrics HTTP/1.1" 200 38704 "" "Prometheus/2.43.0" 2024-03-30T04:52:44.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:43 smithi194 bash[57237]: cluster 2024-03-30T04:52:42.132250+0000 mgr.y (mgr.25390) 593 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:46.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:45 smithi196 bash[44979]: cluster 2024-03-30T04:52:44.133428+0000 mgr.y (mgr.25390) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:46.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:45 smithi194 bash[55920]: cluster 2024-03-30T04:52:44.133428+0000 mgr.y (mgr.25390) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:46.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:45 smithi194 bash[57237]: cluster 2024-03-30T04:52:44.133428+0000 mgr.y (mgr.25390) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:48.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:47 smithi196 bash[44979]: cluster 2024-03-30T04:52:46.134582+0000 mgr.y (mgr.25390) 595 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:48.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:47 smithi194 bash[57237]: cluster 2024-03-30T04:52:46.134582+0000 mgr.y (mgr.25390) 595 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:48.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:47 smithi194 bash[55920]: cluster 2024-03-30T04:52:46.134582+0000 mgr.y (mgr.25390) 595 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:50.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:49 smithi196 bash[44979]: cluster 2024-03-30T04:52:48.135638+0000 mgr.y (mgr.25390) 596 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:50.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:49 smithi196 bash[44979]: audit 2024-03-30T04:52:49.145595+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:50.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:49 smithi194 bash[55920]: cluster 2024-03-30T04:52:48.135638+0000 mgr.y (mgr.25390) 596 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:50.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:49 smithi194 bash[55920]: audit 2024-03-30T04:52:49.145595+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:50.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:49 smithi194 bash[57237]: cluster 2024-03-30T04:52:48.135638+0000 mgr.y (mgr.25390) 596 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:50.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:49 smithi194 bash[57237]: audit 2024-03-30T04:52:49.145595+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:52.081 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:51 smithi194 bash[55920]: cluster 2024-03-30T04:52:50.136981+0000 mgr.y (mgr.25390) 597 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:52.082 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:51 smithi194 bash[57237]: cluster 2024-03-30T04:52:50.136981+0000 mgr.y (mgr.25390) 597 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:52.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:51 smithi196 bash[44979]: cluster 2024-03-30T04:52:50.136981+0000 mgr.y (mgr.25390) 597 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:53.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:52 smithi196 bash[44979]: audit 2024-03-30T04:52:51.780301+0000 mgr.y (mgr.25390) 598 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:53.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:52 smithi194 bash[55920]: audit 2024-03-30T04:52:51.780301+0000 mgr.y (mgr.25390) 598 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:53.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:52 smithi194 bash[57237]: audit 2024-03-30T04:52:51.780301+0000 mgr.y (mgr.25390) 598 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:54.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:53 smithi196 bash[44979]: cluster 2024-03-30T04:52:52.138183+0000 mgr.y (mgr.25390) 599 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:54.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:53 smithi194 bash[55920]: cluster 2024-03-30T04:52:52.138183+0000 mgr.y (mgr.25390) 599 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:54.332 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:52:53 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:52:53] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:52:54.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:53 smithi194 bash[57237]: cluster 2024-03-30T04:52:52.138183+0000 mgr.y (mgr.25390) 599 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:55.198 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:54 smithi196 bash[44979]: cluster 2024-03-30T04:52:54.139396+0000 mgr.y (mgr.25390) 600 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:55.340 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:54 smithi194 bash[55920]: cluster 2024-03-30T04:52:54.139396+0000 mgr.y (mgr.25390) 600 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:55.340 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:54 smithi194 bash[57237]: cluster 2024-03-30T04:52:54.139396+0000 mgr.y (mgr.25390) 600 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:55.955 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ps' 2024-03-30T04:52:57.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:57 smithi194 bash[57237]: cluster 2024-03-30T04:52:56.140047+0000 mgr.y (mgr.25390) 601 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:57.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:57 smithi194 bash[55920]: cluster 2024-03-30T04:52:56.140047+0000 mgr.y (mgr.25390) 601 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:57.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:57 smithi196 bash[44979]: cluster 2024-03-30T04:52:56.140047+0000 mgr.y (mgr.25390) 601 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.179 INFO:teuthology.orchestra.run.smithi194.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:52:59.179 INFO:teuthology.orchestra.run.smithi194.stdout:alertmanager.a smithi194 *:9093,9094 running (2m) 2m ago 19m 13.7M - 0.25.0 c8568f914cd2 42a9d67d780c 2024-03-30T04:52:59.179 INFO:teuthology.orchestra.run.smithi194.stdout:grafana.a smithi196 *:3000 running (2m) 2m ago 19m 25.7M - 9.4.12 2bacad6d85d8 84284fe5587e 2024-03-30T04:52:59.179 INFO:teuthology.orchestra.run.smithi194.stdout:iscsi.foo.smithi194.xswpne smithi194 running (3m) 2m ago 17m 42.8M - 3.7 3714003597ec 8e88391440cf 2024-03-30T04:52:59.179 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.x smithi196 *:8443,9283,8765 running (11m) 2m ago 25m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec c775c40ced21 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:mgr.y smithi194 *:8443,9283,8765 running (12m) 2m ago 27m 506M - 19.0.0-2493-gd82c9aa1 3714003597ec 70311c410bf6 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:mon.a smithi194 running (10m) 2m ago 27m 67.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 944f656bff52 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:mon.b smithi196 running (9m) 2m ago 25m 45.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec f8d590ce5764 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:mon.c smithi194 running (10m) 2m ago 25m 47.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 7c3057ae0e2e 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.a smithi194 *:9100 running (3m) 2m ago 20m 7944k - 1.5.0 0da6a335fe13 14b6c6a857f0 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:node-exporter.b smithi196 *:9100 running (3m) 2m ago 20m 7444k - 1.5.0 0da6a335fe13 d16919a091e2 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.0 smithi194 running (8m) 2m ago 25m 60.1M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 625fc071272c 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.1 smithi194 running (8m) 2m ago 24m 69.3M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 3ac29bdce323 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.2 smithi194 running (7m) 2m ago 23m 53.9M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 723c1629f7b1 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.3 smithi194 running (7m) 2m ago 23m 60.2M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec a0928293aae7 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.4 smithi196 running (6m) 2m ago 22m 62.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 9a952ee5cbaa 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.5 smithi196 running (6m) 2m ago 22m 61.6M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 6533254dd1ad 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.6 smithi196 running (5m) 2m ago 21m 53.0M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec cb8412934c82 2024-03-30T04:52:59.180 INFO:teuthology.orchestra.run.smithi194.stdout:osd.7 smithi196 running (5m) 2m ago 20m 60.3M 3036M 19.0.0-2493-gd82c9aa1 3714003597ec 140bb0e66fc4 2024-03-30T04:52:59.181 INFO:teuthology.orchestra.run.smithi194.stdout:prometheus.a smithi196 *:9095 running (2m) 2m ago 20m 52.2M - 2.43.0 a07b618ecd1d feaef255fce4 2024-03-30T04:52:59.181 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi194.hxehtd smithi194 *:8000 running (4m) 2m ago 18m 90.4M - 19.0.0-2493-gd82c9aa1 3714003597ec a21e3ede2b2a 2024-03-30T04:52:59.181 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.foo.smithi196.cfowed smithi196 *:8000 running (4m) 2m ago 18m 90.5M - 19.0.0-2493-gd82c9aa1 3714003597ec 997ec43c2ef8 2024-03-30T04:52:59.181 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi194.blubcl smithi194 *:80 running (4m) 2m ago 17m 90.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 9564745b37fc 2024-03-30T04:52:59.181 INFO:teuthology.orchestra.run.smithi194.stdout:rgw.smpl.smithi196.guhyhe smithi196 *:80 running (4m) 2m ago 17m 90.6M - 19.0.0-2493-gd82c9aa1 3714003597ec d39200195200 2024-03-30T04:52:59.448 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:52:59 smithi196 bash[44979]: cluster 2024-03-30T04:52:58.141035+0000 mgr.y (mgr.25390) 602 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:52:59 smithi194 bash[57237]: cluster 2024-03-30T04:52:58.141035+0000 mgr.y (mgr.25390) 602 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:52:59 smithi194 bash[55920]: cluster 2024-03-30T04:52:58.141035+0000 mgr.y (mgr.25390) 602 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.925 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions' 2024-03-30T04:53:00.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:00 smithi194 bash[55920]: audit 2024-03-30T04:52:59.169092+0000 mgr.y (mgr.25390) 603 : audit [DBG] from='client.44902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:00.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:00 smithi194 bash[57237]: audit 2024-03-30T04:52:59.169092+0000 mgr.y (mgr.25390) 603 : audit [DBG] from='client.44902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:00.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:00 smithi196 bash[44979]: audit 2024-03-30T04:52:59.169092+0000 mgr.y (mgr.25390) 603 : audit [DBG] from='client.44902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:01.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:01 smithi194 bash[55920]: cluster 2024-03-30T04:53:00.141736+0000 mgr.y (mgr.25390) 604 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:01.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:01 smithi194 bash[57237]: cluster 2024-03-30T04:53:00.141736+0000 mgr.y (mgr.25390) 604 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:01.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:01 smithi196 bash[44979]: cluster 2024-03-30T04:53:00.141736+0000 mgr.y (mgr.25390) 604 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:02.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:02 smithi194 bash[55920]: audit 2024-03-30T04:53:01.787734+0000 mgr.y (mgr.25390) 605 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:02.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:02 smithi194 bash[57237]: audit 2024-03-30T04:53:01.787734+0000 mgr.y (mgr.25390) 605 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:02.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:02 smithi196 bash[44979]: audit 2024-03-30T04:53:01.787734+0000 mgr.y (mgr.25390) 605 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:03.331 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:03 smithi194 bash[57237]: cluster 2024-03-30T04:53:02.142935+0000 mgr.y (mgr.25390) 606 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:03.332 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:03 smithi194 bash[55920]: cluster 2024-03-30T04:53:02.142935+0000 mgr.y (mgr.25390) 606 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:03.462 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "mon": { 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "mgr": { 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "osd": { 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "rgw": { 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: }, 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "overall": { 2024-03-30T04:53:03.463 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:53:03.464 INFO:teuthology.orchestra.run.smithi194.stdout: } 2024-03-30T04:53:03.464 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:53:03.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:03 smithi196 bash[44979]: cluster 2024-03-30T04:53:02.142935+0000 mgr.y (mgr.25390) 606 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:04.217 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:03 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:53:03] "GET /metrics HTTP/1.1" 200 38700 "" "Prometheus/2.43.0" 2024-03-30T04:53:04.276 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch upgrade status' 2024-03-30T04:53:04.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:04 smithi194 bash[55920]: audit 2024-03-30T04:53:03.469736+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.194:0/2588634866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:04.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:04 smithi194 bash[55920]: audit 2024-03-30T04:53:04.146626+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:04.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:04 smithi194 bash[57237]: audit 2024-03-30T04:53:03.469736+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.194:0/2588634866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:04.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:04 smithi194 bash[57237]: audit 2024-03-30T04:53:04.146626+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:04.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:04 smithi196 bash[44979]: audit 2024-03-30T04:53:03.469736+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.194:0/2588634866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:04.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:04 smithi196 bash[44979]: audit 2024-03-30T04:53:04.146626+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:05.486 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:05 smithi194 bash[55920]: cluster 2024-03-30T04:53:04.144189+0000 mgr.y (mgr.25390) 607 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:05.486 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:05 smithi194 bash[57237]: cluster 2024-03-30T04:53:04.144189+0000 mgr.y (mgr.25390) 607 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:05.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:05 smithi196 bash[44979]: cluster 2024-03-30T04:53:04.144189+0000 mgr.y (mgr.25390) 607 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:07.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:07 smithi194 bash[55920]: cluster 2024-03-30T04:53:06.145316+0000 mgr.y (mgr.25390) 608 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:07.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:07 smithi194 bash[57237]: cluster 2024-03-30T04:53:06.145316+0000 mgr.y (mgr.25390) 608 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:07.596 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:53:07.596 INFO:teuthology.orchestra.run.smithi194.stdout: "target_image": null, 2024-03-30T04:53:07.596 INFO:teuthology.orchestra.run.smithi194.stdout: "in_progress": false, 2024-03-30T04:53:07.596 INFO:teuthology.orchestra.run.smithi194.stdout: "which": "", 2024-03-30T04:53:07.597 INFO:teuthology.orchestra.run.smithi194.stdout: "services_complete": [], 2024-03-30T04:53:07.597 INFO:teuthology.orchestra.run.smithi194.stdout: "progress": null, 2024-03-30T04:53:07.597 INFO:teuthology.orchestra.run.smithi194.stdout: "message": "", 2024-03-30T04:53:07.597 INFO:teuthology.orchestra.run.smithi194.stdout: "is_paused": false 2024-03-30T04:53:07.597 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:53:07.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:07 smithi196 bash[44979]: cluster 2024-03-30T04:53:06.145316+0000 mgr.y (mgr.25390) 608 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:08.369 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph health detail' 2024-03-30T04:53:08.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:08 smithi194 bash[57237]: audit 2024-03-30T04:53:07.603495+0000 mgr.y (mgr.25390) 609 : audit [DBG] from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:08.552 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:08 smithi194 bash[55920]: audit 2024-03-30T04:53:07.603495+0000 mgr.y (mgr.25390) 609 : audit [DBG] from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:08.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:08 smithi196 bash[44979]: audit 2024-03-30T04:53:07.603495+0000 mgr.y (mgr.25390) 609 : audit [DBG] from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:09.557 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:09 smithi194 bash[55920]: cluster 2024-03-30T04:53:08.146297+0000 mgr.y (mgr.25390) 610 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:09.557 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:09 smithi194 bash[57237]: cluster 2024-03-30T04:53:08.146297+0000 mgr.y (mgr.25390) 610 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:09.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:09 smithi196 bash[44979]: cluster 2024-03-30T04:53:08.146297+0000 mgr.y (mgr.25390) 610 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:10.510 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[57237]: audit 2024-03-30T04:53:09.298211+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:53:10.511 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[57237]: audit 2024-03-30T04:53:09.983120+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:10.511 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[57237]: audit 2024-03-30T04:53:09.984729+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:10.511 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[57237]: audit 2024-03-30T04:53:09.993378+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:53:10.511 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[55920]: audit 2024-03-30T04:53:09.298211+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:53:10.511 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[55920]: audit 2024-03-30T04:53:09.983120+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:10.511 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[55920]: audit 2024-03-30T04:53:09.984729+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:10.511 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:10 smithi194 bash[55920]: audit 2024-03-30T04:53:09.993378+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:53:10.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:10 smithi196 bash[44979]: audit 2024-03-30T04:53:09.298211+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:53:10.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:10 smithi196 bash[44979]: audit 2024-03-30T04:53:09.983120+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:10.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:10 smithi196 bash[44979]: audit 2024-03-30T04:53:09.984729+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:10.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:10 smithi196 bash[44979]: audit 2024-03-30T04:53:09.993378+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' 2024-03-30T04:53:11.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:11 smithi194 bash[55920]: cluster 2024-03-30T04:53:10.147626+0000 mgr.y (mgr.25390) 611 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:11.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:11 smithi194 bash[57237]: cluster 2024-03-30T04:53:10.147626+0000 mgr.y (mgr.25390) 611 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:11.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:11 smithi196 bash[44979]: cluster 2024-03-30T04:53:10.147626+0000 mgr.y (mgr.25390) 611 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:11.909 INFO:teuthology.orchestra.run.smithi194.stdout:HEALTH_OK 2024-03-30T04:53:12.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:12 smithi194 bash[55920]: audit 2024-03-30T04:53:11.796902+0000 mgr.y (mgr.25390) 612 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:12.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:12 smithi194 bash[55920]: audit 2024-03-30T04:53:11.917292+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.194:0/3604970815' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:53:12.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:12 smithi194 bash[57237]: audit 2024-03-30T04:53:11.796902+0000 mgr.y (mgr.25390) 612 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:12.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:12 smithi194 bash[57237]: audit 2024-03-30T04:53:11.917292+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.194:0/3604970815' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:53:12.668 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-03-30T04:53:12.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:12 smithi196 bash[44979]: audit 2024-03-30T04:53:11.796902+0000 mgr.y (mgr.25390) 612 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:12.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:12 smithi196 bash[44979]: audit 2024-03-30T04:53:11.917292+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.194:0/3604970815' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:53:13.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:13 smithi194 bash[55920]: cluster 2024-03-30T04:53:12.148824+0000 mgr.y (mgr.25390) 613 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:13.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:13 smithi194 bash[57237]: cluster 2024-03-30T04:53:12.148824+0000 mgr.y (mgr.25390) 613 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:13.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:13 smithi196 bash[44979]: cluster 2024-03-30T04:53:12.148824+0000 mgr.y (mgr.25390) 613 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:14.273 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:13 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:53:13] "GET /metrics HTTP/1.1" 200 38697 "" "Prometheus/2.43.0" 2024-03-30T04:53:15.524 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:15 smithi194 bash[57237]: cluster 2024-03-30T04:53:14.150003+0000 mgr.y (mgr.25390) 614 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:15.524 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:15 smithi194 bash[55920]: cluster 2024-03-30T04:53:14.150003+0000 mgr.y (mgr.25390) 614 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:15.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:15 smithi196 bash[44979]: cluster 2024-03-30T04:53:14.150003+0000 mgr.y (mgr.25390) 614 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:16.021 INFO:teuthology.orchestra.run.smithi194.stdout:true 2024-03-30T04:53:16.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:16 smithi194 bash[55920]: audit 2024-03-30T04:53:16.016192+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.194:0/587229513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:16.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:16 smithi194 bash[57237]: audit 2024-03-30T04:53:16.016192+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.194:0/587229513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:16.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:16 smithi196 bash[44979]: audit 2024-03-30T04:53:16.016192+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.194:0/587229513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:16.818 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-03-30T04:53:17.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:17 smithi194 bash[55920]: cluster 2024-03-30T04:53:16.151284+0000 mgr.y (mgr.25390) 615 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:17.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:17 smithi194 bash[57237]: cluster 2024-03-30T04:53:16.151284+0000 mgr.y (mgr.25390) 615 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:17.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:17 smithi196 bash[44979]: cluster 2024-03-30T04:53:16.151284+0000 mgr.y (mgr.25390) 615 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:19 smithi194 bash[55920]: cluster 2024-03-30T04:53:18.151973+0000 mgr.y (mgr.25390) 616 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:19 smithi194 bash[55920]: audit 2024-03-30T04:53:19.146335+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:19.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:19 smithi194 bash[57237]: cluster 2024-03-30T04:53:18.151973+0000 mgr.y (mgr.25390) 616 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:19 smithi194 bash[57237]: audit 2024-03-30T04:53:19.146335+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:19.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:19 smithi196 bash[44979]: cluster 2024-03-30T04:53:18.151973+0000 mgr.y (mgr.25390) 616 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:19 smithi196 bash[44979]: audit 2024-03-30T04:53:19.146335+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:20.258 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)" 2024-03-30T04:53:20.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:20 smithi194 bash[55920]: audit 2024-03-30T04:53:20.251927+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.194:0/1659921981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:20.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:20 smithi194 bash[57237]: audit 2024-03-30T04:53:20.251927+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.194:0/1659921981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:20.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:20 smithi196 bash[44979]: audit 2024-03-30T04:53:20.251927+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.194:0/1659921981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:21.081 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-03-30T04:53:21.331 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:21 smithi194 bash[55920]: cluster 2024-03-30T04:53:20.153230+0000 mgr.y (mgr.25390) 617 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:21.332 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:21 smithi194 bash[57237]: cluster 2024-03-30T04:53:20.153230+0000 mgr.y (mgr.25390) 617 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:21.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:21 smithi196 bash[44979]: cluster 2024-03-30T04:53:20.153230+0000 mgr.y (mgr.25390) 617 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:22.447 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:22 smithi194 bash[55920]: audit 2024-03-30T04:53:21.806884+0000 mgr.y (mgr.25390) 618 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:22.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:22 smithi194 bash[57237]: audit 2024-03-30T04:53:21.806884+0000 mgr.y (mgr.25390) 618 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:22.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:22 smithi196 bash[44979]: audit 2024-03-30T04:53:21.806884+0000 mgr.y (mgr.25390) 618 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:23.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:23 smithi194 bash[55920]: cluster 2024-03-30T04:53:22.154430+0000 mgr.y (mgr.25390) 619 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:23.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:23 smithi194 bash[57237]: cluster 2024-03-30T04:53:22.154430+0000 mgr.y (mgr.25390) 619 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:23.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:23 smithi196 bash[44979]: cluster 2024-03-30T04:53:22.154430+0000 mgr.y (mgr.25390) 619 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:24.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:23 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:53:23] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:53:24.204 INFO:teuthology.orchestra.run.smithi194.stdout:osd 8 2m ago - 2024-03-30T04:53:25.043 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:53:25.054 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi194.front.sepia.ceph.com 2024-03-30T04:53:25.054 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls' 2024-03-30T04:53:25.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:25 smithi194 bash[55920]: cluster 2024-03-30T04:53:24.155763+0000 mgr.y (mgr.25390) 620 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:25.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:25 smithi194 bash[55920]: audit 2024-03-30T04:53:24.191735+0000 mgr.y (mgr.25390) 621 : audit [DBG] from='client.44938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:25.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:25 smithi194 bash[57237]: cluster 2024-03-30T04:53:24.155763+0000 mgr.y (mgr.25390) 620 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:25.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:25 smithi194 bash[57237]: audit 2024-03-30T04:53:24.191735+0000 mgr.y (mgr.25390) 621 : audit [DBG] from='client.44938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:25.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:25 smithi196 bash[44979]: cluster 2024-03-30T04:53:24.155763+0000 mgr.y (mgr.25390) 620 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:25.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:25 smithi196 bash[44979]: audit 2024-03-30T04:53:24.191735+0000 mgr.y (mgr.25390) 621 : audit [DBG] from='client.44938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:27.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:27 smithi194 bash[57237]: cluster 2024-03-30T04:53:26.156934+0000 mgr.y (mgr.25390) 622 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:27.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:27 smithi194 bash[55920]: cluster 2024-03-30T04:53:26.156934+0000 mgr.y (mgr.25390) 622 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:27.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:27 smithi196 bash[44979]: cluster 2024-03-30T04:53:26.156934+0000 mgr.y (mgr.25390) 622 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:29 smithi194 bash[55920]: cluster 2024-03-30T04:53:28.157869+0000 mgr.y (mgr.25390) 623 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:29 smithi194 bash[55920]: audit 2024-03-30T04:53:28.284237+0000 mgr.y (mgr.25390) 624 : audit [DBG] from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:29 smithi194 bash[57237]: cluster 2024-03-30T04:53:28.157869+0000 mgr.y (mgr.25390) 623 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:29 smithi194 bash[57237]: audit 2024-03-30T04:53:28.284237+0000 mgr.y (mgr.25390) 624 : audit [DBG] from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:29.667 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-03-30T04:53:29.667 INFO:teuthology.orchestra.run.smithi194.stdout: "image": "quay.io/ceph/ceph", 2024-03-30T04:53:29.667 INFO:teuthology.orchestra.run.smithi194.stdout: "registry": "quay.io", 2024-03-30T04:53:29.667 INFO:teuthology.orchestra.run.smithi194.stdout: "bare_image": "ceph/ceph", 2024-03-30T04:53:29.667 INFO:teuthology.orchestra.run.smithi194.stdout: "versions": [] 2024-03-30T04:53:29.667 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-03-30T04:53:29.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:29 smithi196 bash[44979]: cluster 2024-03-30T04:53:28.157869+0000 mgr.y (mgr.25390) 623 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:29 smithi196 bash[44979]: audit 2024-03-30T04:53:28.284237+0000 mgr.y (mgr.25390) 624 : audit [DBG] from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:30.444 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-03-30T04:53:31.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:31 smithi196 bash[44979]: cluster 2024-03-30T04:53:30.159279+0000 mgr.y (mgr.25390) 625 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:31.699 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:31 smithi194 bash[55920]: cluster 2024-03-30T04:53:30.159279+0000 mgr.y (mgr.25390) 625 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:31.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:31 smithi194 bash[57237]: cluster 2024-03-30T04:53:30.159279+0000 mgr.y (mgr.25390) 625 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:32.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:32 smithi196 bash[44979]: audit 2024-03-30T04:53:31.816288+0000 mgr.y (mgr.25390) 626 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:32.831 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:32 smithi194 bash[55920]: audit 2024-03-30T04:53:31.816288+0000 mgr.y (mgr.25390) 626 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:32.832 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:32 smithi194 bash[57237]: audit 2024-03-30T04:53:31.816288+0000 mgr.y (mgr.25390) 626 : audit [DBG] from='client.44653 -' entity='client.iscsi.foo.smithi194.xswpne' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:33.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:33 smithi194 bash[57237]: cluster 2024-03-30T04:53:32.160506+0000 mgr.y (mgr.25390) 627 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:33.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:33 smithi194 bash[55920]: cluster 2024-03-30T04:53:32.160506+0000 mgr.y (mgr.25390) 627 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:33.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:33 smithi196 bash[44979]: cluster 2024-03-30T04:53:32.160506+0000 mgr.y (mgr.25390) 627 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:34.333 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:33 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:53:33] "GET /metrics HTTP/1.1" 200 38702 "" "Prometheus/2.43.0" 2024-03-30T04:53:34.358 INFO:teuthology.orchestra.run.smithi194.stdout: "16.2.0", 2024-03-30T04:53:34.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:34 smithi196 bash[44979]: audit 2024-03-30T04:53:33.650421+0000 mgr.y (mgr.25390) 628 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:34.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:34 smithi196 bash[44979]: audit 2024-03-30T04:53:34.147353+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:34.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:34 smithi194 bash[57237]: audit 2024-03-30T04:53:33.650421+0000 mgr.y (mgr.25390) 628 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:34.831 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:34 smithi194 bash[57237]: audit 2024-03-30T04:53:34.147353+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:34 smithi194 bash[55920]: audit 2024-03-30T04:53:33.650421+0000 mgr.y (mgr.25390) 628 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:34.832 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:34 smithi194 bash[55920]: audit 2024-03-30T04:53:34.147353+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.25390 172.21.15.194:0/2437666593' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:35.188 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-03-30T04:53:35.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:35 smithi194 bash[55920]: cluster 2024-03-30T04:53:34.162477+0000 mgr.y (mgr.25390) 629 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:35.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:35 smithi194 bash[57237]: cluster 2024-03-30T04:53:34.162477+0000 mgr.y (mgr.25390) 629 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:35.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:35 smithi196 bash[44979]: cluster 2024-03-30T04:53:34.162477+0000 mgr.y (mgr.25390) 629 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:37.581 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:37 smithi194 bash[55920]: cluster 2024-03-30T04:53:36.163634+0000 mgr.y (mgr.25390) 630 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:37.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:37 smithi194 bash[57237]: cluster 2024-03-30T04:53:36.163634+0000 mgr.y (mgr.25390) 630 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:37.698 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:37 smithi196 bash[44979]: cluster 2024-03-30T04:53:36.163634+0000 mgr.y (mgr.25390) 630 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.328 INFO:teuthology.orchestra.run.smithi194.stdout: "v16.2.2", 2024-03-30T04:53:39.329 INFO:teuthology.orchestra.run.smithi194.stdout: "v16.2.2-20210505", 2024-03-30T04:53:39.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:39 smithi194 bash[55920]: cluster 2024-03-30T04:53:38.164425+0000 mgr.y (mgr.25390) 631 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.582 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:39 smithi194 bash[55920]: audit 2024-03-30T04:53:38.476420+0000 mgr.y (mgr.25390) 632 : audit [DBG] from='client.44956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:39.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:39 smithi194 bash[57237]: cluster 2024-03-30T04:53:38.164425+0000 mgr.y (mgr.25390) 631 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.582 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:39 smithi194 bash[57237]: audit 2024-03-30T04:53:38.476420+0000 mgr.y (mgr.25390) 632 : audit [DBG] from='client.44956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:39.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:39 smithi196 bash[44979]: cluster 2024-03-30T04:53:38.164425+0000 mgr.y (mgr.25390) 631 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 282 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.699 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:39 smithi196 bash[44979]: audit 2024-03-30T04:53:38.476420+0000 mgr.y (mgr.25390) 632 : audit [DBG] from='client.44956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:40.097 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-30T04:53:40.107 INFO:tasks.cephadm:Teardown begin 2024-03-30T04:53:40.107 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:53:40.121 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:53:40.135 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-30T04:53:40.135 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:53:40.171 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:53:40.182 INFO:tasks.cephadm:Stopping all daemons... 2024-03-30T04:53:40.182 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-30T04:53:40.182 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a 2024-03-30T04:53:40.370 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:40 smithi194 systemd[1]: Stopping Ceph mon.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:53:40.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[55920]: debug 2024-03-30T04:53:40.373+0000 7fdcc1e76700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:53:40.501 INFO:journalctl@ceph.mon.a.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[55920]: debug 2024-03-30T04:53:40.373+0000 7fdcc1e76700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-30T04:53:40.501 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: [30/Mar/2024:04:53:40] ENGINE Bus STOPPING 2024-03-30T04:53:40.501 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: [30/Mar/2024:04:53:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:53:40.501 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: [30/Mar/2024:04:53:40] ENGINE Bus STOPPED 2024-03-30T04:53:40.501 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: [30/Mar/2024:04:53:40] ENGINE Bus STARTING 2024-03-30T04:53:40.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: CherryPy Checker: 2024-03-30T04:53:40.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: The Application mounted at '' has an empty config. 2024-03-30T04:53:40.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: [30/Mar/2024:04:53:40] ENGINE Serving on http://:::9283 2024-03-30T04:53:40.831 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:40 smithi194 bash[52688]: [30/Mar/2024:04:53:40] ENGINE Bus STARTED 2024-03-30T04:53:41.287 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.a.service' 2024-03-30T04:53:41.320 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:53:41.320 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-30T04:53:41.320 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-03-30T04:53:41.320 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.c 2024-03-30T04:53:41.537 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[52688]: [30/Mar/2024:04:53:41] ENGINE Bus STOPPING 2024-03-30T04:53:41.538 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[52688]: [30/Mar/2024:04:53:41] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:53:41.538 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[52688]: [30/Mar/2024:04:53:41] ENGINE Bus STOPPED 2024-03-30T04:53:41.538 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[52688]: [30/Mar/2024:04:53:41] ENGINE Bus STARTING 2024-03-30T04:53:41.538 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:41 smithi194 systemd[1]: Stopping Ceph mon.c for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:53:41.538 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[57237]: debug 2024-03-30T04:53:41.501+0000 7fec86c7a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:53:41.538 INFO:journalctl@ceph.mon.c.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[57237]: debug 2024-03-30T04:53:41.501+0000 7fec86c7a700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-03-30T04:53:41.776 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[52688]: [30/Mar/2024:04:53:41] ENGINE Serving on http://:::9283 2024-03-30T04:53:41.776 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:41 smithi194 bash[52688]: [30/Mar/2024:04:53:41] ENGINE Bus STARTED 2024-03-30T04:53:42.615 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.c.service' 2024-03-30T04:53:42.640 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:53:42.640 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-03-30T04:53:42.641 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-03-30T04:53:42.641 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.b 2024-03-30T04:53:42.918 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:42 smithi196 systemd[1]: Stopping Ceph mon.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:53:42.918 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:42 smithi196 bash[44979]: debug 2024-03-30T04:53:42.786+0000 7f374611c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:53:42.918 INFO:journalctl@ceph.mon.b.smithi196.stdout:Mar 30 04:53:42 smithi196 bash[44979]: debug 2024-03-30T04:53:42.786+0000 7f374611c700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-03-30T04:53:43.763 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mon.b.service' 2024-03-30T04:53:43.793 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:53:43.793 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-03-30T04:53:43.793 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-03-30T04:53:43.793 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y 2024-03-30T04:53:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:43 smithi194 systemd[1]: Stopping Ceph mgr.y for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:53:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:43 smithi194 bash[52688]: ::ffff:172.21.15.196 - - [30/Mar/2024:04:53:43] "GET /metrics HTTP/1.1" 200 38697 "" "Prometheus/2.43.0" 2024-03-30T04:53:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:43 smithi194 bash[52688]: debug 2024-03-30T04:53:43.957+0000 7fb1fdf07700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:53:44.081 INFO:journalctl@ceph.mgr.y.smithi194.stdout:Mar 30 04:53:43 smithi194 bash[52688]: debug 2024-03-30T04:53:43.957+0000 7fb1fdf07700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-30T04:53:44.843 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service' 2024-03-30T04:53:44.866 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:53:44.866 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-03-30T04:53:44.866 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-03-30T04:53:44.867 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.x 2024-03-30T04:53:45.198 INFO:journalctl@ceph.mgr.x.smithi196.stdout:Mar 30 04:53:44 smithi196 systemd[1]: Stopping Ceph mgr.x for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:53:45.897 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service' 2024-03-30T04:53:45.920 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:53:45.920 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-03-30T04:53:45.920 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-30T04:53:45.920 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.0 2024-03-30T04:53:46.331 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:53:45 smithi194 systemd[1]: Stopping Ceph osd.0 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:53:46.332 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:53:46 smithi194 bash[59878]: debug 2024-03-30T04:53:46.113+0000 7f0ef1fc9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:53:46.332 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:53:46 smithi194 bash[59878]: debug 2024-03-30T04:53:46.113+0000 7f0ef1fc9700 -1 osd.0 152 *** Got signal Terminated *** 2024-03-30T04:53:46.332 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:53:46 smithi194 bash[59878]: debug 2024-03-30T04:53:46.113+0000 7f0ef1fc9700 -1 osd.0 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:53:52.581 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:53:52 smithi194 bash[88406]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:53:52.582 INFO:journalctl@ceph.osd.0.smithi194.stdout:Mar 30 04:53:52 smithi194 bash[88475]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:53:54.343 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.0.service' 2024-03-30T04:53:54.372 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:53:54.373 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-30T04:53:54.373 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-30T04:53:54.373 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.1 2024-03-30T04:53:54.834 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:53:54 smithi194 systemd[1]: Stopping Ceph osd.1 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:53:54.834 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:53:54 smithi194 bash[61902]: debug 2024-03-30T04:53:54.556+0000 7fc279b0c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:53:54.834 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:53:54 smithi194 bash[61902]: debug 2024-03-30T04:53:54.556+0000 7fc279b0c700 -1 osd.1 152 *** Got signal Terminated *** 2024-03-30T04:53:54.834 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:53:54 smithi194 bash[61902]: debug 2024-03-30T04:53:54.556+0000 7fc279b0c700 -1 osd.1 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:01.082 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:54:00 smithi194 bash[88610]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:54:01.082 INFO:journalctl@ceph.osd.1.smithi194.stdout:Mar 30 04:54:00 smithi194 bash[88675]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:54:02.725 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.1.service' 2024-03-30T04:54:02.753 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:02.754 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-30T04:54:02.754 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-30T04:54:02.754 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.2 2024-03-30T04:54:02.949 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:02 smithi196 bash[63035]: ts=2024-03-30T04:54:02.489Z 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.194:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.194:8765: connect: connection refused" 2024-03-30T04:54:02.949 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:02 smithi196 bash[63035]: ts=2024-03-30T04:54:02.489Z 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.194:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.194:8765: connect: connection refused" 2024-03-30T04:54:02.950 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:02 smithi196 bash[63035]: ts=2024-03-30T04:54:02.496Z 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.194:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.194:8765: connect: connection refused" 2024-03-30T04:54:02.950 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:02 smithi196 bash[63035]: ts=2024-03-30T04:54:02.497Z 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.194:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.194:8765: connect: connection refused" 2024-03-30T04:54:02.950 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:02 smithi196 bash[63035]: ts=2024-03-30T04:54:02.497Z 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.194:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.194:8765: connect: connection refused" 2024-03-30T04:54:03.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:54:02 smithi194 systemd[1]: Stopping Ceph osd.2 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:03.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:54:02 smithi194 bash[63949]: debug 2024-03-30T04:54:02.936+0000 7f7b6f84e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:03.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:54:02 smithi194 bash[63949]: debug 2024-03-30T04:54:02.936+0000 7f7b6f84e700 -1 osd.2 152 *** Got signal Terminated *** 2024-03-30T04:54:03.082 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:54:02 smithi194 bash[63949]: debug 2024-03-30T04:54:02.936+0000 7f7b6f84e700 -1 osd.2 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:09.331 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:54:08 smithi194 bash[88809]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:54:09.331 INFO:journalctl@ceph.osd.2.smithi194.stdout:Mar 30 04:54:09 smithi194 bash[88875]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:54:10.890 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.2.service' 2024-03-30T04:54:10.919 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:10.919 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-30T04:54:10.919 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-30T04:54:10.919 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.3 2024-03-30T04:54:11.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:10 smithi194 systemd[1]: Stopping Ceph osd.3 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:11.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:11 smithi194 bash[65979]: debug 2024-03-30T04:54:11.104+0000 7fc83fd94700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:11.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:11 smithi194 bash[65979]: debug 2024-03-30T04:54:11.104+0000 7fc83fd94700 -1 osd.3 152 *** Got signal Terminated *** 2024-03-30T04:54:11.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:11 smithi194 bash[65979]: debug 2024-03-30T04:54:11.104+0000 7fc83fd94700 -1 osd.3 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:12.581 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:12 smithi194 bash[65979]: debug 2024-03-30T04:54:12.332+0000 7fc83c388700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.933736+0000 front 2024-03-30T04:53:48.933373+0000 (oldest deadline 2024-03-30T04:54:11.833589+0000) 2024-03-30T04:54:13.581 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:13 smithi194 bash[65979]: debug 2024-03-30T04:54:13.328+0000 7fc83c388700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.933736+0000 front 2024-03-30T04:53:48.933373+0000 (oldest deadline 2024-03-30T04:54:11.833589+0000) 2024-03-30T04:54:13.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:13 smithi196 bash[50881]: debug 2024-03-30T04:54:13.681+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:14.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:14 smithi196 bash[52783]: debug 2024-03-30T04:54:14.137+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:14.449 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:14 smithi196 bash[47131]: debug 2024-03-30T04:54:14.301+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:14.831 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:14 smithi194 bash[65979]: debug 2024-03-30T04:54:14.340+0000 7fc83c388700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.933736+0000 front 2024-03-30T04:53:48.933373+0000 (oldest deadline 2024-03-30T04:54:11.833589+0000) 2024-03-30T04:54:14.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:14 smithi196 bash[50881]: debug 2024-03-30T04:54:14.681+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:14.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:14 smithi196 bash[48999]: debug 2024-03-30T04:54:14.653+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:15.449 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:15 smithi196 bash[47131]: debug 2024-03-30T04:54:15.261+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:15.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:15 smithi196 bash[52783]: debug 2024-03-30T04:54:15.101+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:15.581 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:15 smithi194 bash[65979]: debug 2024-03-30T04:54:15.332+0000 7fc83c388700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.933736+0000 front 2024-03-30T04:53:48.933373+0000 (oldest deadline 2024-03-30T04:54:11.833589+0000) 2024-03-30T04:54:15.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:15 smithi196 bash[48999]: debug 2024-03-30T04:54:15.625+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:15.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:15 smithi196 bash[50881]: debug 2024-03-30T04:54:15.717+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:16.449 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:16 smithi196 bash[47131]: debug 2024-03-30T04:54:16.241+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:16.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:16 smithi196 bash[52783]: debug 2024-03-30T04:54:16.061+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:16.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:16 smithi196 bash[48999]: debug 2024-03-30T04:54:16.581+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:16.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:16 smithi196 bash[50881]: debug 2024-03-30T04:54:16.701+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:17.331 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:17 smithi194 bash[89006]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:54:17.332 INFO:journalctl@ceph.osd.3.smithi194.stdout:Mar 30 04:54:17 smithi194 bash[89071]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:54:17.449 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:17 smithi196 bash[47131]: debug 2024-03-30T04:54:17.273+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:17.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:17 smithi196 bash[52783]: debug 2024-03-30T04:54:17.073+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:17.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:17 smithi196 bash[48999]: debug 2024-03-30T04:54:17.625+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:17.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:17 smithi196 bash[50881]: debug 2024-03-30T04:54:17.665+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:18.449 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:18 smithi196 bash[47131]: debug 2024-03-30T04:54:18.285+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:18.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:18 smithi196 bash[52783]: debug 2024-03-30T04:54:18.073+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:18.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:18 smithi196 bash[50881]: debug 2024-03-30T04:54:18.633+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:18.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:18 smithi196 bash[48999]: debug 2024-03-30T04:54:18.581+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:18.988 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.3.service' 2024-03-30T04:54:19.012 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:19.012 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-30T04:54:19.012 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-30T04:54:19.013 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.4 2024-03-30T04:54:19.318 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[52783]: debug 2024-03-30T04:54:19.025+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:19.319 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:19 smithi196 systemd[1]: Stopping Ceph osd.4 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:19.319 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[47131]: debug 2024-03-30T04:54:19.165+0000 7f014cf79700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:19.319 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[47131]: debug 2024-03-30T04:54:19.165+0000 7f014cf79700 -1 osd.4 152 *** Got signal Terminated *** 2024-03-30T04:54:19.319 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[47131]: debug 2024-03-30T04:54:19.165+0000 7f014cf79700 -1 osd.4 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:19.626 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[48999]: debug 2024-03-30T04:54:19.541+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:19.626 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[47131]: debug 2024-03-30T04:54:19.321+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:19.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[50881]: debug 2024-03-30T04:54:19.625+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:20.348 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:19 smithi196 bash[52783]: debug 2024-03-30T04:54:19.989+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:20.616 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:20 smithi196 bash[47131]: debug 2024-03-30T04:54:20.349+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:20.616 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:20 smithi196 bash[48999]: debug 2024-03-30T04:54:20.541+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:20.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:20 smithi196 bash[50881]: debug 2024-03-30T04:54:20.617+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:20.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:20 smithi196 bash[50881]: debug 2024-03-30T04:54:20.617+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:21.378 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:21 smithi196 bash[52783]: debug 2024-03-30T04:54:21.033+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:21.661 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:21 smithi196 bash[48999]: debug 2024-03-30T04:54:21.573+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:21.662 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:21 smithi196 bash[47131]: debug 2024-03-30T04:54:21.377+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:21.662 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:21 smithi196 bash[47131]: debug 2024-03-30T04:54:21.377+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:58.684895+0000 front 2024-03-30T04:53:58.685176+0000 (oldest deadline 2024-03-30T04:54:20.984916+0000) 2024-03-30T04:54:21.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:21 smithi196 bash[50881]: debug 2024-03-30T04:54:21.661+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:21.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:21 smithi196 bash[50881]: debug 2024-03-30T04:54:21.661+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:22.422 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:22 smithi196 bash[52783]: debug 2024-03-30T04:54:22.021+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:22.676 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:22 smithi196 bash[48999]: debug 2024-03-30T04:54:22.549+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:22.676 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:22 smithi196 bash[47131]: debug 2024-03-30T04:54:22.421+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:22.676 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:22 smithi196 bash[47131]: debug 2024-03-30T04:54:22.421+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:58.684895+0000 front 2024-03-30T04:53:58.685176+0000 (oldest deadline 2024-03-30T04:54:20.984916+0000) 2024-03-30T04:54:22.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:22 smithi196 bash[50881]: debug 2024-03-30T04:54:22.677+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:22.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:22 smithi196 bash[50881]: debug 2024-03-30T04:54:22.677+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:23.414 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:23 smithi196 bash[52783]: debug 2024-03-30T04:54:23.029+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:23.414 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:23 smithi196 bash[52783]: debug 2024-03-30T04:54:23.029+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:23.699 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:23 smithi196 bash[48999]: debug 2024-03-30T04:54:23.557+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:23.700 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:23 smithi196 bash[47131]: debug 2024-03-30T04:54:23.417+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.083366+0000 front 2024-03-30T04:53:48.083877+0000 (oldest deadline 2024-03-30T04:54:13.983371+0000) 2024-03-30T04:54:23.700 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:23 smithi196 bash[47131]: debug 2024-03-30T04:54:23.417+0000 7f014956d700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:58.684895+0000 front 2024-03-30T04:53:58.685176+0000 (oldest deadline 2024-03-30T04:54:20.984916+0000) 2024-03-30T04:54:24.044 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:23 smithi196 bash[50881]: debug 2024-03-30T04:54:23.717+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:24.044 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:23 smithi196 bash[50881]: debug 2024-03-30T04:54:23.717+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:24.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:24 smithi196 bash[52783]: debug 2024-03-30T04:54:24.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:24.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:24 smithi196 bash[52783]: debug 2024-03-30T04:54:24.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:24.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:24 smithi196 bash[48999]: debug 2024-03-30T04:54:24.600+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:24.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:24 smithi196 bash[48999]: debug 2024-03-30T04:54:24.600+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:24.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:24 smithi196 bash[50881]: debug 2024-03-30T04:54:24.688+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:24.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:24 smithi196 bash[50881]: debug 2024-03-30T04:54:24.688+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:25.295 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[52783]: debug 2024-03-30T04:54:25.080+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:25.295 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[52783]: debug 2024-03-30T04:54:25.080+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:25.594 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[69759]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:54:25.594 INFO:journalctl@ceph.osd.4.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[69824]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:54:25.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[48999]: debug 2024-03-30T04:54:25.560+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:25.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[48999]: debug 2024-03-30T04:54:25.560+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:25.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[50881]: debug 2024-03-30T04:54:25.640+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:25.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:25 smithi196 bash[50881]: debug 2024-03-30T04:54:25.640+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:26.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:26 smithi196 bash[52783]: debug 2024-03-30T04:54:26.128+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:26.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:26 smithi196 bash[52783]: debug 2024-03-30T04:54:26.128+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:26.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:26 smithi196 bash[48999]: debug 2024-03-30T04:54:26.576+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:26.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:26 smithi196 bash[48999]: debug 2024-03-30T04:54:26.576+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:26.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:26 smithi196 bash[50881]: debug 2024-03-30T04:54:26.676+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:26.951 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:26 smithi196 bash[50881]: debug 2024-03-30T04:54:26.676+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:27.276 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[52783]: debug 2024-03-30T04:54:27.088+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:27.276 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[52783]: debug 2024-03-30T04:54:27.088+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:27.727 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.4.service' 2024-03-30T04:54:27.754 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:27.754 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-30T04:54:27.754 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-30T04:54:27.754 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.5 2024-03-30T04:54:27.807 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[48999]: debug 2024-03-30T04:54:27.552+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:27.807 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[48999]: debug 2024-03-30T04:54:27.552+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:27.807 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[50881]: debug 2024-03-30T04:54:27.728+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:27.807 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[50881]: debug 2024-03-30T04:54:27.728+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:28.046 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:27 smithi196 systemd[1]: Stopping Ceph osd.5 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:28.047 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[48999]: debug 2024-03-30T04:54:27.940+0000 7f8b02eba700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:28.047 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[48999]: debug 2024-03-30T04:54:27.940+0000 7f8b02eba700 -1 osd.5 152 *** Got signal Terminated *** 2024-03-30T04:54:28.047 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:27 smithi196 bash[48999]: debug 2024-03-30T04:54:27.940+0000 7f8b02eba700 -1 osd.5 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:28.199 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:28 smithi196 bash[52783]: debug 2024-03-30T04:54:28.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:28.199 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:28 smithi196 bash[52783]: debug 2024-03-30T04:54:28.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:28.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:28 smithi196 bash[50881]: debug 2024-03-30T04:54:28.700+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:28.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:28 smithi196 bash[50881]: debug 2024-03-30T04:54:28.700+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:28.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:28 smithi196 bash[48999]: debug 2024-03-30T04:54:28.556+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:28.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:28 smithi196 bash[48999]: debug 2024-03-30T04:54:28.556+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:29.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:29 smithi196 bash[52783]: debug 2024-03-30T04:54:29.060+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:29.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:29 smithi196 bash[52783]: debug 2024-03-30T04:54:29.060+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:29.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:29 smithi196 bash[48999]: debug 2024-03-30T04:54:29.564+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:29.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:29 smithi196 bash[48999]: debug 2024-03-30T04:54:29.564+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:29.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:29 smithi196 bash[50881]: debug 2024-03-30T04:54:29.716+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:29.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:29 smithi196 bash[50881]: debug 2024-03-30T04:54:29.716+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:30.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[52783]: debug 2024-03-30T04:54:30.012+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:30.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[52783]: debug 2024-03-30T04:54:30.012+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:30.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[48999]: debug 2024-03-30T04:54:30.608+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:30.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[48999]: debug 2024-03-30T04:54:30.608+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:30.949 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[48999]: debug 2024-03-30T04:54:30.608+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:05.409914+0000 front 2024-03-30T04:54:05.410010+0000 (oldest deadline 2024-03-30T04:54:30.109678+0000) 2024-03-30T04:54:30.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[50881]: debug 2024-03-30T04:54:30.732+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:30.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[50881]: debug 2024-03-30T04:54:30.732+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:30.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:30 smithi196 bash[50881]: debug 2024-03-30T04:54:30.732+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:31.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[52783]: debug 2024-03-30T04:54:31.048+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:31.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[52783]: debug 2024-03-30T04:54:31.048+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:31.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[50881]: debug 2024-03-30T04:54:31.708+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:31.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[50881]: debug 2024-03-30T04:54:31.708+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:31.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[50881]: debug 2024-03-30T04:54:31.708+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:31.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[48999]: debug 2024-03-30T04:54:31.624+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:31.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[48999]: debug 2024-03-30T04:54:31.624+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:31.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:31 smithi196 bash[48999]: debug 2024-03-30T04:54:31.624+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:05.409914+0000 front 2024-03-30T04:54:05.410010+0000 (oldest deadline 2024-03-30T04:54:30.109678+0000) 2024-03-30T04:54:32.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[52783]: debug 2024-03-30T04:54:32.056+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:32.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[52783]: debug 2024-03-30T04:54:32.056+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:32.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[50881]: debug 2024-03-30T04:54:32.704+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:32.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[50881]: debug 2024-03-30T04:54:32.704+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:32.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[50881]: debug 2024-03-30T04:54:32.704+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:32.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[48999]: debug 2024-03-30T04:54:32.580+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.206296+0000 front 2024-03-30T04:53:49.206476+0000 (oldest deadline 2024-03-30T04:54:14.505836+0000) 2024-03-30T04:54:32.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[48999]: debug 2024-03-30T04:54:32.580+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.107847+0000 front 2024-03-30T04:53:59.107694+0000 (oldest deadline 2024-03-30T04:54:24.407722+0000) 2024-03-30T04:54:32.950 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:32 smithi196 bash[48999]: debug 2024-03-30T04:54:32.580+0000 7f8afb4a6700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:05.409914+0000 front 2024-03-30T04:54:05.410010+0000 (oldest deadline 2024-03-30T04:54:30.109678+0000) 2024-03-30T04:54:33.386 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:33 smithi196 bash[52783]: debug 2024-03-30T04:54:33.068+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:33.386 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:33 smithi196 bash[52783]: debug 2024-03-30T04:54:33.068+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:33.386 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:33 smithi196 bash[52783]: debug 2024-03-30T04:54:33.068+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:33.954 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:33 smithi196 bash[50881]: debug 2024-03-30T04:54:33.688+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:33.954 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:33 smithi196 bash[50881]: debug 2024-03-30T04:54:33.688+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:33.954 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:33 smithi196 bash[50881]: debug 2024-03-30T04:54:33.688+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:34.373 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[69957]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:54:34.373 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[52783]: debug 2024-03-30T04:54:34.024+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:34.373 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[52783]: debug 2024-03-30T04:54:34.024+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:34.373 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[52783]: debug 2024-03-30T04:54:34.024+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:34.650 INFO:journalctl@ceph.osd.5.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[70022]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:54:34.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[50881]: debug 2024-03-30T04:54:34.648+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:34.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[50881]: debug 2024-03-30T04:54:34.648+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:34.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:34 smithi196 bash[50881]: debug 2024-03-30T04:54:34.648+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:35.388 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:35 smithi196 bash[52783]: debug 2024-03-30T04:54:35.032+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:35.389 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:35 smithi196 bash[52783]: debug 2024-03-30T04:54:35.032+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:35.389 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:35 smithi196 bash[52783]: debug 2024-03-30T04:54:35.032+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:35.699 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:35 smithi196 bash[50881]: debug 2024-03-30T04:54:35.604+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:35.699 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:35 smithi196 bash[50881]: debug 2024-03-30T04:54:35.604+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:35.699 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:35 smithi196 bash[50881]: debug 2024-03-30T04:54:35.604+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:36.199 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[52783]: debug 2024-03-30T04:54:36.008+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:36.199 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[52783]: debug 2024-03-30T04:54:36.008+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:36.199 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[52783]: debug 2024-03-30T04:54:36.008+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:36.467 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.5.service' 2024-03-30T04:54:36.537 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:36.538 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-30T04:54:36.538 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-03-30T04:54:36.538 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.6 2024-03-30T04:54:36.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:36 smithi196 systemd[1]: Stopping Ceph osd.6 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:36.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[50881]: debug 2024-03-30T04:54:36.640+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:36.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[50881]: debug 2024-03-30T04:54:36.640+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:36.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[50881]: debug 2024-03-30T04:54:36.640+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:36.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[50881]: debug 2024-03-30T04:54:36.712+0000 7f548cbeb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:36.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[50881]: debug 2024-03-30T04:54:36.712+0000 7f548cbeb700 -1 osd.6 152 *** Got signal Terminated *** 2024-03-30T04:54:36.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:36 smithi196 bash[50881]: debug 2024-03-30T04:54:36.712+0000 7f548cbeb700 -1 osd.6 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:37.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[52783]: debug 2024-03-30T04:54:37.032+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:37.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[52783]: debug 2024-03-30T04:54:37.032+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:37.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[52783]: debug 2024-03-30T04:54:37.032+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:37.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[52783]: debug 2024-03-30T04:54:37.032+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:37.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[50881]: debug 2024-03-30T04:54:37.692+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:37.949 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[50881]: debug 2024-03-30T04:54:37.692+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:37.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[50881]: debug 2024-03-30T04:54:37.692+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:37.950 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:37 smithi196 bash[50881]: debug 2024-03-30T04:54:37.692+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:12.545265+0000 front 2024-03-30T04:54:12.545303+0000 (oldest deadline 2024-03-30T04:54:37.244893+0000) 2024-03-30T04:54:38.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[52783]: debug 2024-03-30T04:54:38.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:38.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[52783]: debug 2024-03-30T04:54:38.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:38.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[52783]: debug 2024-03-30T04:54:38.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:38.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[52783]: debug 2024-03-30T04:54:38.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:39.046 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[50881]: debug 2024-03-30T04:54:38.720+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:39.046 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[50881]: debug 2024-03-30T04:54:38.720+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:39.046 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[50881]: debug 2024-03-30T04:54:38.720+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:39.046 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:38 smithi196 bash[50881]: debug 2024-03-30T04:54:38.720+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:12.545265+0000 front 2024-03-30T04:54:12.545303+0000 (oldest deadline 2024-03-30T04:54:37.244893+0000) 2024-03-30T04:54:39.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[52783]: debug 2024-03-30T04:54:39.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:39.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[52783]: debug 2024-03-30T04:54:39.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:39.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[52783]: debug 2024-03-30T04:54:39.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:39.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[52783]: debug 2024-03-30T04:54:39.044+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:40.077 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[50881]: debug 2024-03-30T04:54:39.748+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:40.078 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[50881]: debug 2024-03-30T04:54:39.748+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:40.078 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[50881]: debug 2024-03-30T04:54:39.748+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:40.078 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:39 smithi196 bash[50881]: debug 2024-03-30T04:54:39.748+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:12.545265+0000 front 2024-03-30T04:54:12.545303+0000 (oldest deadline 2024-03-30T04:54:37.244893+0000) 2024-03-30T04:54:40.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[52783]: debug 2024-03-30T04:54:40.080+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:40.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[52783]: debug 2024-03-30T04:54:40.080+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:40.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[52783]: debug 2024-03-30T04:54:40.080+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:40.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[52783]: debug 2024-03-30T04:54:40.080+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:41.093 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[50881]: debug 2024-03-30T04:54:40.792+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:49.940040+0000 front 2024-03-30T04:53:49.940094+0000 (oldest deadline 2024-03-30T04:54:12.839692+0000) 2024-03-30T04:54:41.093 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[50881]: debug 2024-03-30T04:54:40.792+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:59.241970+0000 front 2024-03-30T04:53:59.242428+0000 (oldest deadline 2024-03-30T04:54:20.341992+0000) 2024-03-30T04:54:41.093 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[50881]: debug 2024-03-30T04:54:40.792+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:03.843379+0000 front 2024-03-30T04:54:03.843629+0000 (oldest deadline 2024-03-30T04:54:29.743086+0000) 2024-03-30T04:54:41.093 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:40 smithi196 bash[50881]: debug 2024-03-30T04:54:40.792+0000 7f54891df700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:12.545265+0000 front 2024-03-30T04:54:12.545303+0000 (oldest deadline 2024-03-30T04:54:37.244893+0000) 2024-03-30T04:54:41.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:41 smithi196 bash[52783]: debug 2024-03-30T04:54:41.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:41.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:41 smithi196 bash[52783]: debug 2024-03-30T04:54:41.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:41.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:41 smithi196 bash[52783]: debug 2024-03-30T04:54:41.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:41.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:41 smithi196 bash[52783]: debug 2024-03-30T04:54:41.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:42.340 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:42 smithi196 bash[52783]: debug 2024-03-30T04:54:42.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:42.340 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:42 smithi196 bash[52783]: debug 2024-03-30T04:54:42.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:42.340 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:42 smithi196 bash[52783]: debug 2024-03-30T04:54:42.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:42.340 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:42 smithi196 bash[52783]: debug 2024-03-30T04:54:42.084+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:42.985 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:42 smithi196 bash[70157]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:54:42.986 INFO:journalctl@ceph.osd.6.smithi196.stdout:Mar 30 04:54:42 smithi196 bash[70221]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:54:43.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:43 smithi196 bash[52783]: debug 2024-03-30T04:54:43.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:43.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:43 smithi196 bash[52783]: debug 2024-03-30T04:54:43.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:43.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:43 smithi196 bash[52783]: debug 2024-03-30T04:54:43.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:43.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:43 smithi196 bash[52783]: debug 2024-03-30T04:54:43.092+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:44.387 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:44 smithi196 bash[52783]: debug 2024-03-30T04:54:44.056+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:44.387 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:44 smithi196 bash[52783]: debug 2024-03-30T04:54:44.056+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:44.387 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:44 smithi196 bash[52783]: debug 2024-03-30T04:54:44.056+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:44.387 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:44 smithi196 bash[52783]: debug 2024-03-30T04:54:44.056+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:45.075 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.6.service' 2024-03-30T04:54:45.102 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:45.102 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-03-30T04:54:45.102 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-03-30T04:54:45.102 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.7 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.060+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.060+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.060+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.060+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.060+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.196:6804 osd.4 since back 2024-03-30T04:54:21.373272+0000 front 2024-03-30T04:54:21.373222+0000 (oldest deadline 2024-03-30T04:54:44.872981+0000) 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 systemd[1]: Stopping Ceph osd.7 for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.284+0000 7f6c59f0c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.284+0000 7f6c59f0c700 -1 osd.7 152 *** Got signal Terminated *** 2024-03-30T04:54:45.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:45 smithi196 bash[52783]: debug 2024-03-30T04:54:45.284+0000 7f6c59f0c700 -1 osd.7 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:46.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:46 smithi196 bash[52783]: debug 2024-03-30T04:54:46.048+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:46.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:46 smithi196 bash[52783]: debug 2024-03-30T04:54:46.048+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:46.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:46 smithi196 bash[52783]: debug 2024-03-30T04:54:46.048+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:46.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:46 smithi196 bash[52783]: debug 2024-03-30T04:54:46.048+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:46.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:46 smithi196 bash[52783]: debug 2024-03-30T04:54:46.048+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.196:6804 osd.4 since back 2024-03-30T04:54:21.373272+0000 front 2024-03-30T04:54:21.373222+0000 (oldest deadline 2024-03-30T04:54:44.872981+0000) 2024-03-30T04:54:47.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.040+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:47.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.040+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:47.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.040+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:47.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.040+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:47.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.040+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.196:6804 osd.4 since back 2024-03-30T04:54:21.373272+0000 front 2024-03-30T04:54:21.373222+0000 (oldest deadline 2024-03-30T04:54:44.872981+0000) 2024-03-30T04:54:48.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.996+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:48.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.996+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:48.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.996+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:48.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.996+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:48.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:47 smithi196 bash[52783]: debug 2024-03-30T04:54:47.996+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.196:6804 osd.4 since back 2024-03-30T04:54:21.373272+0000 front 2024-03-30T04:54:21.373222+0000 (oldest deadline 2024-03-30T04:54:44.872981+0000) 2024-03-30T04:54:49.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:49 smithi196 bash[52783]: debug 2024-03-30T04:54:49.012+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:49.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:49 smithi196 bash[52783]: debug 2024-03-30T04:54:49.012+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:49.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:49 smithi196 bash[52783]: debug 2024-03-30T04:54:49.012+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:49.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:49 smithi196 bash[52783]: debug 2024-03-30T04:54:49.012+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:49.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:49 smithi196 bash[52783]: debug 2024-03-30T04:54:49.012+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.196:6804 osd.4 since back 2024-03-30T04:54:21.373272+0000 front 2024-03-30T04:54:21.373222+0000 (oldest deadline 2024-03-30T04:54:44.872981+0000) 2024-03-30T04:54:50.449 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:50 smithi196 bash[52783]: debug 2024-03-30T04:54:50.000+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6806 osd.0 since back 2024-03-30T04:53:48.266151+0000 front 2024-03-30T04:53:48.266545+0000 (oldest deadline 2024-03-30T04:54:13.566216+0000) 2024-03-30T04:54:50.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:50 smithi196 bash[52783]: debug 2024-03-30T04:54:50.000+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6814 osd.1 since back 2024-03-30T04:53:56.968172+0000 front 2024-03-30T04:53:56.968378+0000 (oldest deadline 2024-03-30T04:54:22.268329+0000) 2024-03-30T04:54:50.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:50 smithi196 bash[52783]: debug 2024-03-30T04:54:50.000+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6822 osd.2 since back 2024-03-30T04:54:02.269397+0000 front 2024-03-30T04:54:02.269251+0000 (oldest deadline 2024-03-30T04:54:32.269550+0000) 2024-03-30T04:54:50.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:50 smithi196 bash[52783]: debug 2024-03-30T04:54:50.000+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.194:6830 osd.3 since back 2024-03-30T04:54:13.970884+0000 front 2024-03-30T04:54:13.970940+0000 (oldest deadline 2024-03-30T04:54:36.870961+0000) 2024-03-30T04:54:50.450 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:50 smithi196 bash[52783]: debug 2024-03-30T04:54:50.000+0000 7f6c524f8700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.196:6804 osd.4 since back 2024-03-30T04:54:21.373272+0000 front 2024-03-30T04:54:21.373222+0000 (oldest deadline 2024-03-30T04:54:44.872981+0000) 2024-03-30T04:54:51.699 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:51 smithi196 bash[70356]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:54:51.699 INFO:journalctl@ceph.osd.7.smithi196.stdout:Mar 30 04:54:51 smithi196 bash[70420]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:54:53.316 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@osd.7.service' 2024-03-30T04:54:53.342 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:53.343 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-03-30T04:54:53.343 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-03-30T04:54:53.343 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@prometheus.a 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 systemd[1]: Stopping Ceph prometheus.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.534Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.535Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:54:53.568 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.535Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-03-30T04:54:53.569 INFO:journalctl@ceph.prometheus.a.smithi196.stdout:Mar 30 04:54:53 smithi196 bash[63035]: ts=2024-03-30T04:54:53.535Z caller=main.go:1147 level=info msg="See you next time!" 2024-03-30T04:54:54.262 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service' 2024-03-30T04:54:54.286 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:54.287 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-03-30T04:54:54.287 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-03-30T04:54:57.285 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:57.285 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:57.565 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:57.565 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:57.817 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:57.817 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.082 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.082 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:57 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.472 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:58 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.473 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:58 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.473 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:58 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.473 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:58 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.750 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:58 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:58.750 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:58 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:54:59.028 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:58 smithi194 systemd[1]: Stopping Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:59.783 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:59 smithi194 bash[89415]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:54:59.783 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:59 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:54:59.783 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:59 smithi194 bash[89473]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:54:59.783 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:59 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:54:59.783 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:59 smithi194 systemd[1]: Stopped Ceph node-exporter.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:00.038 INFO:journalctl@ceph.node-exporter.a.smithi194.stdout:Mar 30 04:54:59 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:00.038 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:59 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:00.038 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:59 smithi194 systemd[1]: Stopping Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:00.038 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:54:59 smithi194 bash[82077]: ts=2024-03-30T04:54:59.997Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:55:00.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:55:00 smithi194 bash[89536]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:55:00.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:55:00 smithi194 bash[89596]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:55:00.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:55:00 smithi194 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:55:00.832 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:55:00 smithi194 systemd[1]: Stopped Ceph alertmanager.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:01.332 INFO:journalctl@ceph.alertmanager.a.smithi194.stdout:Mar 30 04:55:00 smithi194 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:34.458 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-03-30T04:55:37.432 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:37 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.432 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:37 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.699 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:37 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.700 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:37 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.089 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:37 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.089 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.089 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:37 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.089 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.359 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.359 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.690 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.691 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.944 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.944 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:38 smithi196 systemd[1]: Stopping Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:39.790 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:39 smithi196 bash[70865]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:55:39.790 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:39 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:55:39.790 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:39 smithi196 bash[70925]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:55:39.790 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:39 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:55:39.790 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:39 smithi196 systemd[1]: Stopped Ceph node-exporter.b for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:40.047 INFO:journalctl@ceph.node-exporter.b.smithi196.stdout:Mar 30 04:55:39 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:40.047 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:39 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:40.047 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:39 smithi196 systemd[1]: Stopping Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:40.047 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 bash[66399]: logger=server t=2024-03-30T04:55:40.018591036Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-03-30T04:55:40.047 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 bash[66399]: logger=ticker t=2024-03-30T04:55:40.018633451Z level=info msg=stopped last_tick=2024-03-30T04:55:40Z 2024-03-30T04:55:40.047 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 bash[66399]: logger=tracing t=2024-03-30T04:55:40.018681914Z level=info msg="Closing tracing" 2024-03-30T04:55:40.821 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 bash[70988]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:55:40.821 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 bash[71052]: Error response from daemon: No such container: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:55:40.821 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 systemd[1]: ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Deactivated successfully. 2024-03-30T04:55:40.821 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 systemd[1]: Stopped Ceph grafana.a for 66dbb888-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:41.200 INFO:journalctl@ceph.grafana.a.smithi196.stdout:Mar 30 04:55:40 smithi196 systemd[1]: /etc/systemd/system/ceph-66dbb888-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:03.159 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:56:03.173 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:56:03.185 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-30T04:56:03.187 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200/remote/smithi194/crash 2024-03-30T04:56:03.188 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/crash -- . 2024-03-30T04:56:03.227 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-03-30T04:56:03.228 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2024-03-30T04:56:03.230 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200/remote/smithi196/crash 2024-03-30T04:56:03.231 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/crash -- . 2024-03-30T04:56:03.240 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-03-30T04:56:03.240 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-03-30T04:56:03.242 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-30T04:56:03.242 DEBUG:teuthology.orchestra.run.smithi194:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:03.285 INFO:teuthology.orchestra.run.smithi194.stdout:2024-03-30T04:27:19.411384+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:56:03.286 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-30T04:56:03.287 DEBUG:teuthology.orchestra.run.smithi194:> sudo egrep '\[SEC\]' /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:03.341 DEBUG:teuthology.orchestra.run.smithi194:> sudo egrep '\[ERR\]' /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:03.400 DEBUG:teuthology.orchestra.run.smithi194:> sudo egrep '\[WRN\]' /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:03.454 INFO:teuthology.orchestra.run.smithi194.stdout:2024-03-30T04:27:19.411384+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:56:03.455 INFO:tasks.cephadm:Compressing logs... 2024-03-30T04:56:03.456 DEBUG:teuthology.orchestra.run.smithi194:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-30T04:56:03.498 DEBUG:teuthology.orchestra.run.smithi196:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-30T04:56:03.507 INFO:teuthology.orchestra.run.smithi194.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-30T04:56:03.509 INFO:teuthology.orchestra.run.smithi196.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-30T04:56:03.516 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-30T04:56:03.517 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log 2024-03-30T04:56:03.518 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log 2024-03-30T04:56:03.518 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log 2024-03-30T04:56:03.518 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log 2024-03-30T04:56:03.519 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-03-30T04:56:03.519 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log 2024-03-30T04:56:03.520 INFO:teuthology.orchestra.run.smithi194.stderr:gzip/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log: -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log 2024-03-30T04:56:03.520 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log 2024-03-30T04:56:03.521 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log: 90.8% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-03-30T04:56:03.522 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi194.blubcl.log 2024-03-30T04:56:03.523 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log: 84.6% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log.gz 2024-03-30T04:56:03.524 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log 2024-03-30T04:56:03.524 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-30T04:56:03.524 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi196.guhyhe.log 2024-03-30T04:56:03.524 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log 2024-03-30T04:56:03.524 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi196.guhyhe.log: 76.8% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi196.guhyhe.log.gz 2024-03-30T04:56:03.524 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log 2024-03-30T04:56:03.524 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-03-30T04:56:03.525 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log 2024-03-30T04:56:03.526 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi194.blubcl.log: 76.3% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi194.blubcl.log.gz 2024-03-30T04:56:03.526 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-03-30T04:56:03.527 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log: /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log 2024-03-30T04:56:03.528 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log: 83.7% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-03-30T04:56:03.528 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log 2024-03-30T04:56:03.528 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-03-30T04:56:03.528 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log: gzip -5/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log: --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi196.cfowed.log 2024-03-30T04:56:03.528 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-03-30T04:56:03.528 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi196.cfowed.log: 76.1% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi196.cfowed.log.gz 2024-03-30T04:56:03.528 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log 2024-03-30T04:56:03.530 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log: 88.2% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-03-30T04:56:03.530 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log 2024-03-30T04:56:03.533 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log: 93.4% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-03-30T04:56:03.533 INFO:teuthology.orchestra.run.smithi194.stderr: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-30T04:56:03.533 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi194.hxehtd.log 2024-03-30T04:56:03.534 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log 2024-03-30T04:56:03.535 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log: 90.8% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-03-30T04:56:03.535 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi194.hxehtd.log: 76.3% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi194.hxehtd.log.gz 2024-03-30T04:56:03.536 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-03-30T04:56:03.542 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log: 91.1% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-03-30T04:56:03.549 INFO:teuthology.orchestra.run.smithi196.stderr: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-30T04:56:03.551 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log: /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log: 91.1% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-03-30T04:56:03.558 INFO:teuthology.orchestra.run.smithi194.stderr: 94.4% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-03-30T04:56:03.603 INFO:teuthology.orchestra.run.smithi196.stderr: 90.0% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log.gz 2024-03-30T04:56:03.972 INFO:teuthology.orchestra.run.smithi194.stderr: 88.9% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log.gz 2024-03-30T04:56:04.104 INFO:teuthology.orchestra.run.smithi194.stderr: 92.6% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log.gz 2024-03-30T04:56:04.135 INFO:teuthology.orchestra.run.smithi196.stderr: 92.6% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log.gz 2024-03-30T04:56:04.451 INFO:teuthology.orchestra.run.smithi194.stderr: 93.5% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log.gz 2024-03-30T04:56:04.692 INFO:teuthology.orchestra.run.smithi194.stderr: 91.1% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log.gz 2024-03-30T04:56:04.708 INFO:teuthology.orchestra.run.smithi196.stderr: 93.4% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log.gz 2024-03-30T04:56:05.018 INFO:teuthology.orchestra.run.smithi196.stderr: 94.0% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log.gz 2024-03-30T04:56:05.105 INFO:teuthology.orchestra.run.smithi196.stderr: 93.5% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log.gz 2024-03-30T04:56:05.274 INFO:teuthology.orchestra.run.smithi194.stderr: 93.6% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log.gz 2024-03-30T04:56:05.315 INFO:teuthology.orchestra.run.smithi194.stderr: 93.6% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log.gz 2024-03-30T04:56:05.603 INFO:teuthology.orchestra.run.smithi196.stderr: 93.7% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log.gz 2024-03-30T04:56:05.604 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-03-30T04:56:05.604 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m2.102s 2024-03-30T04:56:05.604 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m6.827s 2024-03-30T04:56:05.604 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.261s 2024-03-30T04:56:05.652 INFO:teuthology.orchestra.run.smithi194.stderr: 93.6% -- replaced with /var/log/ceph/66dbb888-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log.gz 2024-03-30T04:56:05.653 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-03-30T04:56:05.653 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m2.153s 2024-03-30T04:56:05.653 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m8.566s 2024-03-30T04:56:05.654 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.321s 2024-03-30T04:56:05.654 INFO:tasks.cephadm:Archiving logs... 2024-03-30T04:56:05.654 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200/remote/smithi194/log 2024-03-30T04:56:05.655 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-30T04:56:06.684 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200/remote/smithi196/log 2024-03-30T04:56:06.685 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-30T04:56:07.593 INFO:tasks.cephadm:Removing cluster... 2024-03-30T04:56:07.593 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 --force 2024-03-30T04:56:08.348 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66dbb888-ee4d-11ee-b647-cb9ed24678a4 --force 2024-03-30T04:56:09.101 INFO:tasks.cephadm:Removing cephadm ... 2024-03-30T04:56:09.101 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-30T04:56:09.107 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-30T04:56:09.112 INFO:tasks.cephadm:Teardown complete 2024-03-30T04:56:09.113 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-30T04:56:09.122 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-30T04:56:09.122 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:56:09.150 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:56:09.159 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:56:09.159 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-03-30T04:56:09.159 INFO:teuthology.orchestra.run.smithi194.stdout:*hv01.front.sepi 44.4.53.2 2 u 83 128 377 0.106 -6.083 0.849 2024-03-30T04:56:09.159 INFO:teuthology.orchestra.run.smithi194.stdout:+hv02.front.sepi 63.231.80.2 3 u 131 128 377 0.094 -2.817 0.440 2024-03-30T04:56:09.159 INFO:teuthology.orchestra.run.smithi194.stdout:+hv03.front.sepi 74.6.168.72 3 u 127 128 377 0.069 -6.184 0.621 2024-03-30T04:56:09.159 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-03-30T04:56:09.169 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:56:09.169 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-03-30T04:56:09.169 INFO:teuthology.orchestra.run.smithi196.stdout:*hv01.front.sepi 44.4.53.2 2 u 61 64 377 0.098 -9.320 3.663 2024-03-30T04:56:09.169 INFO:teuthology.orchestra.run.smithi196.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 64 377 0.079 -8.466 5.489 2024-03-30T04:56:09.169 INFO:teuthology.orchestra.run.smithi196.stdout:+hv03.front.sepi 74.6.168.72 3 u 2 64 377 0.088 -11.197 5.579 2024-03-30T04:56:09.169 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-03-30T04:56:09.169 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-30T04:56:09.179 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-30T04:56:09.180 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-30T04:56:09.188 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-30T04:56:09.196 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-30T04:56:09.205 INFO:teuthology.task.internal:Duration was 2337.108869 seconds 2024-03-30T04:56:09.205 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-30T04:56:09.214 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-30T04:56:09.214 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-30T04:56:09.216 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-30T04:56:09.255 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-30T04:56:09.255 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2024-03-30T04:56:09.256 DEBUG:teuthology.orchestra.run.smithi194:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-30T04:56:09.306 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-03-30T04:56:09.306 DEBUG:teuthology.orchestra.run.smithi196:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-30T04:56:09.316 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-30T04:56:09.316 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-30T04:56:09.350 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-30T04:56:09.413 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-30T04:56:09.414 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-30T04:56:09.417 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-30T04:56:09.605 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-30T04:56:09.615 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-30T04:56:09.616 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-30T04:56:09.629 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-30T04:56:09.643 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-30T04:56:09.653 DEBUG:teuthology.orchestra.run.smithi194:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:09.674 DEBUG:teuthology.orchestra.run.smithi196:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:09.682 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2024-03-30T04:56:09.697 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-03-30T04:56:09.727 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:09.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:56:09.753 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:09.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:56:09.775 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-30T04:56:09.785 INFO:teuthology.task.internal:Transferring archived files... 2024-03-30T04:56:09.785 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200/remote/smithi194 2024-03-30T04:56:09.785 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-30T04:56:09.828 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200/remote/smithi196 2024-03-30T04:56:09.829 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-30T04:56:09.853 INFO:teuthology.task.internal:Removing archive directory... 2024-03-30T04:56:09.854 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-30T04:56:09.866 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-30T04:56:09.895 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-30T04:56:09.906 INFO:teuthology.task.internal:Not uploading archives. 2024-03-30T04:56:09.906 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-30T04:56:09.916 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-30T04:56:09.917 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-30T04:56:09.919 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-30T04:56:09.923 INFO:teuthology.orchestra.run.smithi194.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 04:56 /home/ubuntu/cephtest 2024-03-30T04:56:09.943 INFO:teuthology.orchestra.run.smithi196.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 04:56 /home/ubuntu/cephtest 2024-03-30T04:56:09.944 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-30T04:56:09.957 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-30T04:56:09.977 INFO:teuthology.nuke:Checking targets against current locks 2024-03-30T04:56:10.004 DEBUG:teuthology.nuke:shortname: smithi194 2024-03-30T04:56:10.005 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:56:10.044 DEBUG:teuthology.nuke:shortname: smithi196 2024-03-30T04:56:10.044 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:56:10.057 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200', '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-03-30 04:08:50.556265', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIwJdKsS8zUsSqqXHMFxVzFrnu+bFciELwBa9g4pbkGNNljsBHSY20VsBeAbnCBkAw6iqRTcwSVr5IfB972cPPw='} 2024-03-30T04:56:10.090 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629200', '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-03-30 04:08:50.558217', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCNq+aCfD/IffhCW+XPtvy7qbALCYLxUTUqhUe4OxtcsAYcj4IUEnrUf/XUe06FDOTIiEx8SGrWsF+na49qiRn4='} 2024-03-30T04:56:10.140 INFO:teuthology.orchestra.console.smithi194:Power off 2024-03-30T04:56:10.140 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-30T04:56:10.187 INFO:teuthology.orchestra.console.smithi196:Power off 2024-03-30T04:56:10.188 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-30T04:56:10.197 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2024-03-30T04:56:10.197 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:10.247 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-03-30T04:56:10.250 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2024-03-30T04:56:10.250 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:10.297 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-03-30T04:56:14.249 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:14.299 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:14.360 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-03-30T04:56:14.410 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-03-30T04:56:18.362 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:18.411 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:18.472 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2024-03-30T04:56:18.522 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-03-30T04:56:18.574 INFO:teuthology.orchestra.console.smithi194:Power off completed 2024-03-30T04:56:22.523 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:22.635 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2024-03-30T04:56:22.736 INFO:teuthology.orchestra.console.smithi196:Power off completed 2024-03-30T04:56:22.840 INFO:teuthology.run:Summary data: description: orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 2337.108869075775 failure_reason: '"2024-03-30T04:27:19.411384+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN)" in cluster log' owner: scheduled_cbodley@teuthology success: false 2024-03-30T04:56:22.840 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-30T04:56:22.931 INFO:teuthology.run:FAIL